v0.2.53..v0.2.54 changeset route.json - ngageoint/hootenanny GitHub Wiki
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"
+ }
+]