Changeset 12819 in josm
- Timestamp:
- 2017-09-10T14:56:05+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/AbstractProjection.java
r12818 r12819 206 206 if (result == null) { 207 207 ProjectionBounds bds = new ProjectionBounds(); 208 visitOutline(getWorldBoundsLatLon(), bds::extend);208 visitOutline(getWorldBoundsLatLon(), 1000, bds::extend); 209 209 projectionBoundsBox = bds; 210 210 }
Note:
See TracChangeset
for help on using the changeset viewer.