From 62e0f76243bbe1e3af6d252a566a65139286e05c Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Tue, 30 Apr 2019 22:15:16 +0200 Subject: [PATCH] update readme and preset schema description --- data/presets/README.md | 2 +- data/presets/schema/preset.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/presets/README.md b/data/presets/README.md index 1f313c3aa..a923b79cd 100644 --- a/data/presets/README.md +++ b/data/presets/README.md @@ -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` diff --git a/data/presets/schema/preset.json b/data/presets/schema/preset.json index ddb8105e5..22e116400 100644 --- a/data/presets/schema/preset.json +++ b/data/presets/schema/preset.json @@ -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"