Changeset 480 in josm for trunk


Ignore:
Timestamp:
2007-12-02T13:37:14+01:00 (16 years ago)
Author:
(none)
Message:

switch back to former Epsg4326 projection default after some discussion on the josm-dev ML:
WMS server usually won't provide Mercator projection and the WMS plugin doesn't care, so data derived from WMS will be inaccurate due to projection differences

File:
1 edited

Legend:

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

    r475 r480  
    205205        public final void resetToDefault() {
    206206                properties.clear();
    207                 properties.put("projection", "org.openstreetmap.josm.data.projection.Mercator");
     207                properties.put("projection", "org.openstreetmap.josm.data.projection.Epsg4326");
    208208                properties.put("draw.segment.direction", "true");
    209209                properties.put("layerlist.visible", "true");
Note: See TracChangeset for help on using the changeset viewer.