diff --git a/webapp/src/components/DFCode.vue b/webapp/src/components/DFCode.vue
index 47be6f4..82e97d0 100644
--- a/webapp/src/components/DFCode.vue
+++ b/webapp/src/components/DFCode.vue
@@ -43,6 +43,7 @@ code {
border-radius: 0.25rem;
display: block;
margin-top: 0.5rem;
+ overflow-x: scroll;
}
.copy-button {
diff --git a/webapp/src/components/OSMTagSelector.vue b/webapp/src/components/OSMTagSelector.vue
index 3d009cd..c9f54f0 100644
--- a/webapp/src/components/OSMTagSelector.vue
+++ b/webapp/src/components/OSMTagSelector.vue
@@ -1,54 +1,56 @@
-
-
- Choose Brand
-
-
-
- {{ brand.nickname }}
-
-
-
-
+
+
+
+
+
+
+
+ Tags to Copy
+
+ man_made=surveillance
+ surveillance:type=ALPR
+ camera:mount=pole
+ camera:type=fixed
+ surveillance=public
+ surveillance:zone=traffic
+ manufacturer={{ selectedBrand.name }}
+ manufacturer:wikidata={{ selectedBrand.wikidata }}
+
-
- {{ selectedBrand.nickname }}
-
- man_made=surveillance
- surveillance:type=ALPR
- camera:mount=pole
- camera:type=fixed
- surveillance=public
- surveillance:zone=traffic
- manufacturer={{ selectedBrand.name }}
- manufacturer:wikidata={{ selectedBrand.wikidata }}
-
+ and if operator is known
+
+ operator=(Police Dept/Owner)
+ operator:wikidata=(WikiData ID)
+
- and if operator is known
-
- operator=(Police Dept/Owner)
- operator:wikidata=(WikiData ID)
-
-
-
- Please let us know by contacting us or by contributing to the project.
-
-
-
-
+
+ Please provide additional details about the ALPR.
+
+
+