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/PrimitiveData.java

    r5170 r5589  
    99
    1010/**
     11 * This class can be used to save properties of OsmPrimitive.
    1112 *
    12  * This class can be used to save properties of OsmPrimitive. The main difference between PrimitiveData
     13 * The main difference between PrimitiveData
    1314 * and OsmPrimitive is that PrimitiveData is not part of the dataset and changes in PrimitiveData are not
    1415 * reported by events
    15  *
    1616 */
    1717public abstract class PrimitiveData extends AbstractPrimitive {
Note: See TracChangeset for help on using the changeset viewer.