Ignore:
Timestamp:
2006-03-28T17:45:45+02:00 (18 years ago)
Author:
imi
Message:

fixed bug where lat/lon was exchanged in download dialog and quick fix for Java6 - gui problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/layer/RawGpsDataLayer.java

    r71 r73  
    112112                        Collection<EastNorth> eastNorthList = new LinkedList<EastNorth>();
    113113                        for (LatLon ll : c)
    114                                 eastNorthList.add(Main.pref.getProjection().latlon2eastNorth(ll));
     114                                eastNorthList.add(Main.proj.latlon2eastNorth(ll));
    115115                        this.eastNorth.add(eastNorthList);
    116116                }
Note: See TracChangeset for help on using the changeset viewer.