update readme and preset schema description

This commit is contained in:
Tobias Zwick
2019-04-30 22:15:16 +02:00
parent d008a585fa
commit 62e0f76243
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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`
+1 -1
View File
@@ -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"