Skip to content

v0.2.54..v0.2.55 changeset boundary.json

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/conf/schema/boundary.json b/conf/schema/boundary.json
new file mode 100644
index 0000000..e9ea293
--- /dev/null
+++ b/conf/schema/boundary.json
@@ -0,0 +1,16 @@
+[
+    {
+        "dataType": "enumeration",
+        "geometries": [
+            "linestring"
+        ],
+        "influence": 1,
+        "name": "boundary",
+        "objectType": "tag"
+    },
+    {
+        "isA": "boundary",
+        "name": "boundary=administrative",
+        "objectType": "tag"
+    }
+]
Clone this wiki locally