From bf516133ca9069337e0e15e33ba5c176a805b8d9 Mon Sep 17 00:00:00 2001 From: Antonio Lago Date: Wed, 17 Aug 2022 11:52:34 +0200 Subject: [PATCH 1/2] Adding magic_carpet to aerialways --- style/aerialways.mss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style/aerialways.mss b/style/aerialways.mss index ccdade16d6..ebc80dd714 100644 --- a/style/aerialways.mss +++ b/style/aerialways.mss @@ -38,7 +38,8 @@ [aerialway = 'j-bar'], [aerialway = 'platter'], [aerialway = 'rope_tow'], - [aerialway = 'zip_line'] { + [aerialway = 'zip_line'], + [aerialway = 'magic_carpet'] { [zoom >= 12] { line/line-width: 1; line/line-join: round; @@ -140,6 +141,7 @@ [feature = 'aerialway_platter'], [feature = 'aerialway_rope_tow'], [feature = 'aerialway_zip_line'], + [feature = 'aerialway_magic_carpet'], [feature = 'man_made_pipeline'] { [zoom >= 17] { text-name: "[name]"; @@ -165,4 +167,4 @@ } } } -} +} \ No newline at end of file From bac8c0394cc25797950ed035ecf496ced22fd8d0 Mon Sep 17 00:00:00 2001 From: Antonio Lago Date: Wed, 17 Aug 2022 11:56:24 +0200 Subject: [PATCH 2/2] Adding magic_carpet to aerialways --- style/aerialways.mss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/aerialways.mss b/style/aerialways.mss index ebc80dd714..03da9d2356 100644 --- a/style/aerialways.mss +++ b/style/aerialways.mss @@ -167,4 +167,4 @@ } } } -} \ No newline at end of file +}