- Timestamp:
- 2017-03-29T19:49:27+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/WMTSLayer.java
r11167 r11789 75 75 return getMaxZoomLvl(); 76 76 } 77 Scale snap = scaleList.getSnapScale(Main.map.mapView.getScale(), false); 77 double displayScale = Main.map.mapView.getScale() * Main.getProjection().getMetersPerUnit(); // meter per pixel 78 Scale snap = scaleList.getSnapScale(displayScale, false); 78 79 return Math.max( 79 80 getMinZoomLvl(),
Note:
See TracChangeset
for help on using the changeset viewer.