From 00dcb7cec5e13d09cb6619558b0d7fe30622cec2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sun, 12 Aug 2018 22:29:43 +0200
Subject: [PATCH] pt: filter for route type

---
 pt.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pt.json b/pt.json
index cfcca14..22c8ee2 100644
--- a/pt.json
+++ b/pt.json
@@ -189,5 +189,19 @@
             "zoom": 12,
             "color": "#007fff"
         }
+    },
+    "filter": {
+        "route": {
+            "type": "select",
+            "values": [
+                "aerialway",
+                "bus",
+                "ferry",
+                "subway",
+                "train",
+                "tram",
+                "trolleybus"
+            ]
+        }
     }
 }