javascript Programming Glossary: minzoomlevel
Google Maps v3 - limit viewable area and zoom level http://stackoverflow.com/questions/3818016/google-maps-v3-limit-viewable-area-and-zoom-level This is the minimum zoom level that we'll allow var minZoomLevel 5 var map new google.maps.Map document.getElementById 'map'.. map new google.maps.Map document.getElementById 'map' zoom minZoomLevel center new google.maps.LatLng 38.50 90.50 mapTypeId google.maps.MapTypeId.ROADMAP.. map 'zoom_changed' function if map.getZoom minZoomLevel map.setZoom minZoomLevel script body html Screenshot from the..
Min/max zoom level in OpenLayers http://stackoverflow.com/questions/4240610/min-max-zoom-level-in-openlayers a city level zoom at minimum. I have tried using the minZoomLevel maxZoomLevel numZoomLevels properties only the maxZoomLevel.. and numZoomLevels properties seem to work whereas the minZoomLevel property seems to be completely ignored. Is there another way.. openstreetmap cloudmade share improve this question minZoomLevel is not supported for XYZ layers of which OSM is a subclass...
|