From cb1acfd50d0218478f328b1c055731e0512b2e90 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 22 Oct 2021 11:52:21 +0100 Subject: [PATCH] Show detailed source of tags when no candidates are found --- frontend/App.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/frontend/App.vue b/frontend/App.vue index 2cf3597..19ab36a 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -529,6 +529,25 @@
No OSM matches found nearby + +
+

The OSM tags/keys used as the search criteria to find matching + OSM objects are listed below, along with the Wikidata item that was + the source.

+
+ {{ v }}
+ +
+ {{ wd_item.label }} ({{ wd_item.qid }})
+ + ⤷ {{ src_obj.label }} ({{ src_obj.qid}})
+
+
+
+
+ There are no OSM tags/keys associated with this type of item on Wikidata. +
+