Use custom zoom control everywhere
This commit is contained in:
parent
9d5b81094c
commit
de5a225a95
8 changed files with 15 additions and 16 deletions
|
@ -6,7 +6,7 @@ $(document).ready(function () {
|
|||
zoomControl: false
|
||||
}).addLayer(new L.OSM.Mapnik());
|
||||
|
||||
L.control.zoom({position: 'topright'})
|
||||
L.OSM.zoom()
|
||||
.addTo(map);
|
||||
|
||||
$("#changeset_list_map").on("resized", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue