Skip to content

Commit

Permalink
extend docs on contribution types
Browse files Browse the repository at this point in the history
fixes #134
  • Loading branch information
FabiKo117 committed Mar 8, 2021
1 parent e493ea2 commit acf5e28
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/response-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ Descriptions of the custom response parameters that are marked with a leading ``
* ``@changesetId`` - id of the OSM changeset where the contribution was performed
* ``@osmType`` - type of the OSM element (NODE, WAY or RELATION)
* ``@timestamp`` - indicates when this contribution occurred
* ``@creation`` - contribution type; indicates if this feature is newly created (true); cannot occur in combination with other contribution types
* ``@creation`` - contribution type; indicates if a new feature gets created OR moved into your requested area of interest OR is now fitting to your defined filter parameter (true); cannot occur in combination with other contribution types
* ``@geometryChange`` - contribution type; indicates if the geometry of this feature has changed (true); can occur in combination with @tagChange
* ``@tagChange``- contribution type; indicates if the tag of this feature has changed (true); can occur in combination with @geometryChange
* ``@deletion`` - contribution type; indicates if the feature is deleted (true); cannot occur in combination with other contribution types
* ``@tagChange``- contribution type; indicates if the tag(s) of this feature has/have changed (true); can occur in combination with @geometryChange
* ``@deletion`` - contribution type; indicates if a feature gets deleted OR moved outside of your requested area of interest OR is not fitting anymore to your defined filter parameter (true); cannot occur in combination with other contribution types

.. note:: No `contribution type` can occur with having ``false`` as a value. If any of them is present, the value is always ``true``.

Metadata
--------
Expand Down

0 comments on commit acf5e28

Please sign in to comment.