Changeset 12149 in josm
- Timestamp:
- 2017-05-15T08:49:32+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/AbstractProjection.java
r12013 r12149 169 169 public double getDefaultZoomInPPD() { 170 170 // this will set the map scaler to about 1000 m 171 return 10 ;171 return 10 / getMetersPerUnit(); 172 172 } 173 173
Note:
See TracChangeset
for help on using the changeset viewer.