Changeset 12606 in josm


Ignore:
Timestamp:
2017-08-15T01:29:35+02:00 (7 years ago)
Author:
Don-vip
Message:

fix #15148 - increase home location zoom level to 15 to allow direct download in urban areas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/BookmarkList.java

    r12515 r12606  
    203203                // 3 is the default zoom level in OSM database, but the real zoom level was not correct
    204204                // for a long time, see https://github.com/openstreetmap/openstreetmap-website/issues/1592
    205                 zoom = 12;
     205                zoom = 15;
    206206            }
    207207            Projection mercator = Projections.getProjectionByCode("EPSG:3857");
Note: See TracChangeset for help on using the changeset viewer.