From 72cbf0c324e5a2ed29b67ca2756a1b914692f460 Mon Sep 17 00:00:00 2001 From: Clemens Zagler Date: Mon, 12 Feb 2024 08:57:31 +0100 Subject: [PATCH] add new traffic station type TrafficDirection --- src/main/webapp/layers-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/layers-config.json b/src/main/webapp/layers-config.json index 723a9b2..eeef550 100644 --- a/src/main/webapp/layers-config.json +++ b/src/main/webapp/layers-config.json @@ -418,7 +418,8 @@ ] ], "stationType": [ - "TrafficSensor" + "TrafficSensor", + "TrafficDirection" ], "format": "integreen", "projection": "EPSG:4326",