diff --git a/frontend/App.vue b/frontend/App.vue index 75f2fb8..afd9a6c 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -276,7 +276,7 @@ :href="hit_url(hit)" @mouseenter="show_hit_on_map(hit)" @click.prevent="visit(hit)"> - {{ hit.name }} ({{ hit.label }}) + {{ hit.name }} {{ hit.label }}
@@ -368,26 +368,39 @@
Map key
- +
  • - + Wikidata item without OSM link
  • - + Wikidata item with OSM link
  • Linked OSM object
  • - +
+
+ + +
+ +
+
-
OSM/Wikidata link status
@@ -409,7 +422,7 @@
-
+
item types
@@ -430,6 +443,46 @@
+ + +
+ +
+
    +
  • +
    +
    + + {{ item.wikidata.label }} + + ({{ qid }}) + Linked + Not linked +
    +
    + {{ item.wikidata.description }} +
    +
    +
    item type
    +
    + {{ isa.label }} ({{ isa.qid }}) +
    +
    + +
    + + {{ qid }} + +
  • +
+ +
+ + +
+
@@ -485,11 +538,6 @@ - -
street address -
{{wd_item.street_address[0]}} -
-
inception
{{wd_item.inception.join('; ')}} @@ -533,7 +581,6 @@
- Image from Wikidata
@@ -554,7 +601,28 @@
-
+
+ + +
+
+ + identifiers +
+ {{ label }}: {{ values.join("; ") }} +
+
+ + + street address +
{{wd_item.street_address[0]}} +
+ + + +
+
+
@@ -739,27 +807,36 @@