diff --git a/frontend/App.vue b/frontend/App.vue index 01963e9..43f6e93 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -37,6 +37,7 @@
+
+
+ description
+ {{ edit.wikidata.description }}
+
+
+ item type
+
+ {{isa_labels[isa_qid]}} ({{isa_qid}})
+
+
+
+
+ street address
+ {{ edit.wikidata.street_address[0] }}
+
+
+ OSM matches
+
+
+ {{ osm.distance.toFixed(0) }}m + + | +
+ {{ osm.name || "no name" }}
+
+ ,
+ {{p.name}}
+
+
+
+ street address: {{ osm.address }} + + + street: {{ osm.tags['addr:street'] }} + + + + address nodes: {{ osm.address_list.join("; ") }} + + + + part of: {{ osm.part_of.join("; ") }} + + + + + add tag: wikidata={{ edit.qid }} + + + remove tag: wikidata={{ edit.qid }} + + + |
+