Author: kake
Date: 2012-09-01 10:31:03 +0100 (Sat, 01 Sep 2012)
New Revision: 1446
Modified:
trunk/Changes
trunk/static/map-leaflet.js
Log:
Added scale to category/locale index maps.
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2012-08-27 19:18:53 UTC (rev 1445)
+++ trunk/Changes 2012-09-01 09:31:03 UTC (rev 1446)
@@ -3,6 +3,9 @@
More detailed changelogs can be found at
<http://dev.openguides.org/log/trunk>.
+0.71 ?
+ Added scale to category/locale index maps.
+
0.70 26 August 2012
New elements allowed in page content: span, dl, dt, dd (fixes #303).
Changed external link formatting; they're now given a class of
Modified: trunk/static/map-leaflet.js
===================================================================
--- trunk/static/map-leaflet.js 2012-08-27 19:18:53 UTC (rev 1445)
+++ trunk/static/map-leaflet.js 2012-09-01 09:31:03 UTC (rev 1446)
@@ -45,6 +45,8 @@
} );
map.addControl( layersControl );
+ L.control.scale().addTo(map);
+
add_markers();
}
}