» View demos » Downloads
Is there a way to restrict the zoom on an OpenStreetMap map? E.g. I only want users to be able to zoom to 15-18
Zoom limit can be defined for specific maps. For OSM map you can define it as following:
map.setMap(new new OpenStreetMap("http://tile.openstreetmap.org/", 256, 15, 18));
/JaakL
Zoom limit can be defined for specific maps. For OSM map you can define it as following:
map.setMap(new new OpenStreetMap("http://tile.openstreetmap.org/", 256, 15, 18));
/JaakL