Changeset 35225 in osm
- Timestamp:
- 2019-11-05T00:46:39+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r35224 r35225 305 305 */ 306 306 int tileSizeBits = (int) (Math.log(tileController.getTileSource().getDefaultTileSize()) / Math.log(2)); 307 int mapZoomMax = 307 int mapZoomMax = Math.min(31 - tileSizeBits, tileController.getTileSource().getMaxZoom()); 308 308 309 309 if (markers && mapMarkerList != null) {
Note:
See TracChangeset
for help on using the changeset viewer.