Ignore:
Timestamp:
2008-11-09T20:30:39+01:00 (16 years ago)
Author:
framm
Message:

Support for changeset uploads in 0.6. Error handling is not fully done but basics are working. Full changeset upload is now the default if version is 0.6; set osm-server.atomic-upload=false in your configuration file to go back to individual object upload.

File:
1 edited

Legend:

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

    r769 r1071  
    8787               osm.version = version;
    8888               osm.checkTagged();
    89                         osm.checkDirectionTagged();
     89               osm.checkDirectionTagged();
    9090          }
    9191     }
Note: See TracChangeset for help on using the changeset viewer.