How do TileSource min/max zoom parameters affect displayed map #896
-
|
Hi, The TileSource offers min/max/over zoom parameters in the constructor. The TileManager later gets these levels using TileSource.getZoomLevelMin() (...). What do this zoom levels exactly do? I tried to set the min/max zoom levels for different map sources and they seem to have no (or hardly any) effect on the displayed map during zooming. My initial idea was to use these levels for limiting the map. For instance when the min-max levels are set to 5 and 10 then I expected that the map is only shown when the zoom level is between these levels? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Map limits can be defined via the various setters in Viewport. |
Beta Was this translation helpful? Give feedback.
-
|
Tile source zooms indicate the data limits. Map engine's limits can be set via Viewport. |
Beta Was this translation helpful? Give feedback.
-
|
This can work for vector maps / tiles. |
Beta Was this translation helpful? Give feedback.
Tile source zooms indicate the data limits.
e.g. bitmap tiles <18, vector tiles <14, etc.
Map engine's limits can be set via Viewport.