tillnagel / unfolding

A library to create interactive maps and geovisualizations in Processing and Java
http://unfoldingmaps.org
Other
477 stars 245 forks source link

Maximum Zoom #165

Closed davidbambalan closed 5 years ago

davidbambalan commented 5 years ago

Is the maximum zoom defined or can I zoom indefinitely?

tillnagel commented 5 years ago

For others searching for this, you can set minimum and maximum zoom levels via map.setZoomRange(minZoomLevel, maxZoomLevel);

Keep in mind the MapProvider used must provide the specified zoom levels.