Ignore:
Timestamp:
2012-11-18T13:57:36+01:00 (11 years ago)
Author:
bastiK
Message:

drop unnecessary properties for upload to the OSM API in order to save bandwidth

The properties are: user, uid, visible, action and timestamp. In addition drop lat & lon for deleted nodes. (To undelete a primitive, it suffices to include it in a <modify> section, the 'visible' property is ignored by the server.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r5531 r5589  
    2828
    2929/**
    30  * An OSM primitive can be associated with a key/value pair. It can be created, deleted
    31  * and updated within the OSM-Server.
     30 * The base class for OSM objects ({@link Node}, {@link Way}, {@link Relation}).
     31 *
     32 * It can be created, deleted and uploaded to the OSM-Server.
    3233 *
    3334 * Although OsmPrimitive is designed as a base class, it is not to be meant to subclass
Note: See TracChangeset for help on using the changeset viewer.