Skip to content

v0.2.53..v0.2.54 changeset route.json

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/conf/schema/route.json b/conf/schema/route.json
new file mode 100644
index 0000000..2dccb4e
--- /dev/null
+++ b/conf/schema/route.json
@@ -0,0 +1,21 @@
+[
+    {
+        "dataType": "enumeration",
+        "geometries": [
+            "linestring"
+        ],
+        "influence": 1,
+        "name": "route",
+        "objectType": "tag"
+    },
+    {
+        "isA": "route",
+        "name": "route=bus",
+        "objectType": "tag"
+    },
+    {
+        "isA": "route",
+        "name": "route=road",
+        "objectType": "tag"
+    }
+]
Clone this wiki locally