Changeset 12819 in josm


Ignore:
Timestamp:
2017-09-10T14:56:05+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - trace world bounds in finer steps

no efficiency problem as result is cached

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/AbstractProjection.java

    r12818 r12819  
    206206                if (result == null) {
    207207                    ProjectionBounds bds = new ProjectionBounds();
    208                     visitOutline(getWorldBoundsLatLon(), bds::extend);
     208                    visitOutline(getWorldBoundsLatLon(), 1000, bds::extend);
    209209                    projectionBoundsBox = bds;
    210210                }
Note: See TracChangeset for help on using the changeset viewer.