From f69144dfcff55f90361a2057b0ac1f026b297d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Apitzsch?= Date: Tue, 9 Apr 2024 10:00:33 +0200 Subject: [PATCH] Remove space from key --- assets/question_catalog/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/question_catalog/definition.json b/assets/question_catalog/definition.json index 456af50e..6a395d89 100644 --- a/assets/question_catalog/definition.json +++ b/assets/question_catalog/definition.json @@ -2325,7 +2325,7 @@ "unit": "@unitCentimeter" }, "constructor": { - "platform_lift:maxwidth:physical ": [ + "platform_lift:maxwidth:physical": [ "REPLACE", "/\\.?0{1,2}$/", "", [ "INSERT", ".", "-2", [ "PAD", "0", "3", "$input" @@ -2339,7 +2339,7 @@ "osm_tags": { "highway": "steps", "platform_lift": ["yes", "vertical", "inclined"], - "platform_lift:maxwidth:physical ": false + "platform_lift:maxwidth:physical": false }, "osm_element": "OpenWay" }