From c0874db43c0f7c23280fc82dcd741af60e4371ef Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 6 Jan 2022 15:08:06 +0100 Subject: [PATCH] add direction as optional field for barrier=height_restrictor closes #133 --- data/presets/barrier/height_restrictor.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/presets/barrier/height_restrictor.json b/data/presets/barrier/height_restrictor.json index 44a45332..fe71548e 100644 --- a/data/presets/barrier/height_restrictor.json +++ b/data/presets/barrier/height_restrictor.json @@ -3,6 +3,9 @@ "fields": [ "maxheight" ], + "moreFields": [ + "direction_vertex" + ], "geometry": [ "vertex" ],