From 42ea2b9dee3a043c4c258b03b636997294c07eb2 Mon Sep 17 00:00:00 2001 From: Dimitar <19364673+Dimitar5555@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:28:28 +0300 Subject: [PATCH] Added `railway=ventilation_shaft` as area key (#10278) fixes https://github.com/openstreetmap/id-tagging-schema/issues/1263 --- modules/osm/tags.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/osm/tags.js b/modules/osm/tags.js index d51c177c6..e105ce556 100644 --- a/modules/osm/tags.js +++ b/modules/osm/tags.js @@ -58,7 +58,8 @@ export var osmAreaKeysExceptions = { station: true, traverser: true, turntable: true, - wash: true + wash: true, + ventilation_shaft: true }, waterway: { dam: true