From 0ab2f658d57be69d3991781e0161cc98628397f3 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sun, 30 Oct 2022 19:30:54 +0100 Subject: [PATCH] Fix stair rendering (again) --- assets/themes/stations/stations.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/assets/themes/stations/stations.json b/assets/themes/stations/stations.json index 2b7985b5d..c25f215f3 100644 --- a/assets/themes/stations/stations.json +++ b/assets/themes/stations/stations.json @@ -31,23 +31,18 @@ ] } }, + { + "builtin": "stairs", + "override": { + "minzoom": 19 + } + }, { "builtin": "pedestrian_path", "override": { "title": null, "name": null, - "mapRendering": [ - {}, - { - "width": 0 - } - ] - } - }, - { - "builtin": "stairs", - "override": { - "minzoom": 19 + "mapRendering": null } }, {