Ignore:
Timestamp:
2009-06-06T14:30:21+02:00 (15 years ago)
Author:
stoecker
Message:

little bit more refactoring of coordinate access - patch by jttt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmWriter.java

    r1604 r1640  
    9898        if (n.incomplete) return;
    9999        addCommon(n, "node");
    100         out.print(" lat='"+n.coor.lat()+"' lon='"+n.coor.lon()+"'");
     100        out.print(" lat='"+n.getCoor().lat()+"' lon='"+n.getCoor().lon()+"'");
    101101        if (!withBody) {
    102102            out.println("/>"); 
Note: See TracChangeset for help on using the changeset viewer.