Changeset 24552 in osm for applications/editors/josm
- Timestamp:
- 2010-12-03T13:31:04+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery/src/org/openstreetmap/josm/plugins/imagery/tms/TMSPreferences.java
r24548 r24552 38 38 maxZoomLvl = PROP_MIN_ZOOM_LVL.get(); 39 39 } 40 if (ts != null && ts.getMaxZoom() != 0) { 40 if (ts != null && ts.getMaxZoom() != 0 && ts.getMaxZoom() < maxZoomLvl) { 41 41 maxZoomLvl = ts.getMaxZoom(); 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.