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

    r4431 r5589  
    77
    88/**
    9  * IPrimitive captures the common functions of OsmPrimitive and PrimitiveData.
     9 * IPrimitive captures the common functions of {@link OsmPrimitive} and {@link PrimitiveData}.
    1010 */
    1111public interface IPrimitive extends Tagged, PrimitiveId {
Note: See TracChangeset for help on using the changeset viewer.