Ignore:
Timestamp:
2009-01-02T15:09:04+01:00 (17 years ago)
Author:
stoecker
Message:

fix bug #1949 and some other minor issues

File:
1 edited

Legend:

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

    r1169 r1205  
    9494            super.header(out);
    9595            for (DataSource s : ds.dataSources) {
    96                 // TODO: remove <bound> output after a grace period (1st October 08)
    97                 out.print("  <bound note='this tag is deprecated and only provided for backward compatiblity' box='"+
    98                         s.bounds.min.lat()+","+
    99                         s.bounds.min.lon()+","+
    100                         s.bounds.max.lat()+","+
    101                         s.bounds.max.lon()+"' ");
    10296                out.println("origin='"+XmlWriter.encode(s.origin)+"' />");
    10397                out.print("  <bounds minlat='" +
Note: See TracChangeset for help on using the changeset viewer.