Changeset 5861 in osm for applications/editors/josm/nsis


Ignore:
Timestamp:
2007-12-02T13:38:53+01:00 (17 years ago)
Author:
ulf
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
  • applications/editors/josm/nsis/josm.nsi

    r5824 r5861  
    296296; write reasonable defaults for some preferences
    297297; XXX - some of this should be done in JOSM itself, see also JOSM core, data\Preferences.java function resetToDefault()
    298 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "projection" "org.openstreetmap.josm.data.projection.Mercator"
     298${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "projection" "org.openstreetmap.josm.data.projection.Epsg4326"
    299299${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "draw.segment.direction" "true"
    300300${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "layerlist.visible" "true"
Note: See TracChangeset for help on using the changeset viewer.