From f85e321de8e55acdf44aebc7fa49c2653722974a Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 29 Apr 2025 14:09:45 +1000 Subject: [PATCH] Update Removable Bollard string to make it clear the values includes bollards which are removable only with a key Without this it's unclear to mappers if this value is for removable by anyone who wants to go past or if it can also be for those removable bollards but which require a key or other token. This is confirmed by the wiki description at https://wiki.openstreetmap.org/wiki/Key:bollard --- data/fields/bollard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/fields/bollard.json b/data/fields/bollard.json index 637907f6..8ca116b2 100644 --- a/data/fields/bollard.json +++ b/data/fields/bollard.json @@ -7,7 +7,7 @@ "fixed": "Fixed Bollard", "flexible": "Flexible Bollard", "foldable": "Foldable Bollard", - "removable": "Removable Bollard", + "removable": "Removable Bollard (with or without a key)", "rising": "Rising Bollard" } }