upload action.See: Description
| Interface | Description |
|---|---|
| FixDataHook.FixData |
Common set of commands for data fixing
|
| UploadHook |
Change, or block, the upload.
|
| Class | Description |
|---|---|
| ApiPreconditionCheckerHook |
Checks certain basic conditions, that are listed in the OSM API
Capabilities. |
| DiscardTagsHook |
Removes discardable tags such as created_by from all modified objects before upload
|
| FixDataHook |
Fixes defective data entries for all modified objects before upload
|
| FixDataHook.FixDataKey |
Data fix to cleanup wrong spelled keys
|
| FixDataHook.FixDataSpace |
Data fix to remove spaces at begin or end of tags
|
| FixDataHook.FixDataTag |
Data fix to cleanup wrong spelled tags
|
| RelationUploadOrderHook |
This upload hook reorders the list of new relations to upload such that child
relations are uploaded before parent relations.
|
| UploadNotesTask |
Class for uploading note changes to the server
|
| ValidateUploadHook |
The action that does the validate thing.
|
upload action.