Use custom zoom control everywhere

This commit is contained in:
John Firebaugh 2013-06-13 15:19:03 -07:00
parent 9d5b81094c
commit de5a225a95
8 changed files with 15 additions and 16 deletions

View file

@ -4,7 +4,7 @@ $(document).ready(function () {
zoomControl: false
}).addLayer(new L.OSM.Mapnik());
L.control.zoom({position: 'topright'})
L.OSM.zoom()
.addTo(map);
$("#map").on("resized", function () {