mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
update readme and preset schema description
This commit is contained in:
@@ -108,7 +108,7 @@ When adding a feature with this preset, it will be given the tags `man_made=brid
|
||||
|
||||
##### `removeTags`
|
||||
|
||||
The tags that are removed from the feature when deselecting this preset. Defaults to `tags`. If needed, this property will typically be equivalent to `addTags`.
|
||||
The tags that are removed from the feature when deselecting this preset. Defaults to `addTags` or if this is also not defined, to `tags`.
|
||||
|
||||
##### `fields`/`moreFields`
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
}
|
||||
},
|
||||
"removeTags": {
|
||||
"description": "Tags that are removed when changing to another preset (default is the same value as 'tags')",
|
||||
"description": "Tags that are removed when changing to another preset (default is the same value as 'addTags' which in turn defaults to 'tags')",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user