From 4d264c3efca899707051578b3fbae1eae8966374 Mon Sep 17 00:00:00 2001 From: SafetyIng <77867539+SafetyIng@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:40:05 +0200 Subject: [PATCH] add support for cycleway=separate (#540) https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dseparate --- data/fields/cycleway.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/fields/cycleway.json b/data/fields/cycleway.json index bf0dac9e..b1fad8aa 100644 --- a/data/fields/cycleway.json +++ b/data/fields/cycleway.json @@ -43,6 +43,10 @@ "opposite": { "title": "Contraflow bike lane", "description": "A bike lane that travels in both directions on a one-way street" + }, + "separate": { + "title": "Cycleway mapped separately", + "description": "Indicates that cycleway was mapped as a separate geometry" } } }