From 14bd2c7b9a68bab5829df8bac1a04939325eee3e Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 3 Aug 2023 18:08:48 +0200 Subject: [PATCH] don't always show "wikipedia" field when the wikidata tag is set as not all wikidata items have a matching wikipedia page, this field would inevitably be always empty in these cases. As it is automatically filled in when a user selects a wikidata entry with a matching wikipedia page, the field shows up in the "regular" case anyway. only if the wikipedia page exists, but a map feature only has the wikidata tag (e.g. because it was mapped by another editor, or added manually in the raw tag editor), the field is now missing; it can still be added manually through "more fields" in this case, though see https://github.com/openstreetmap/id-tagging-schema/pull/964#pullrequestreview-1541084558 --- data/fields/wikipedia.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/fields/wikipedia.json b/data/fields/wikipedia.json index 1164729e..e0d89806 100644 --- a/data/fields/wikipedia.json +++ b/data/fields/wikipedia.json @@ -1,8 +1,7 @@ { "key": "wikipedia", "keys": [ - "wikipedia", - "wikidata" + "wikipedia" ], "type": "wikipedia", "universal": true,