From c6dfbbd2a4ca151b2beda81a2ed00ad2f12c2b97 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 5 Apr 2024 17:02:59 +0200 Subject: [PATCH] Playground Preset: Move "playground:theme" to "moreFields" (#1191) Following https://github.com/openstreetmap/id-tagging-schema/issues/1188#issuecomment-2038817783 to remove the common misstagging as `playground:theme=playground` due to the prominent autosuggest. --- data/presets/leisure/playground.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/presets/leisure/playground.json b/data/presets/leisure/playground.json index 34e6f4b1..3314258d 100644 --- a/data/presets/leisure/playground.json +++ b/data/presets/leisure/playground.json @@ -3,13 +3,13 @@ "fields": [ "name", "operator", - "playground/theme", "surface", "access_simple", "min_age", "max_age" ], "moreFields": [ + "playground/theme", "blind", "dog", "gnis/feature_id-US",