From 8334e3429fc24ac0a04e441450be6cb3f7fbbfac Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Wed, 3 Aug 2022 12:59:46 +0200 Subject: [PATCH] Pass all features from indoor layer, remove crest --- assets/themes/indoors/crest.svg | 11 ----------- assets/themes/indoors/indoors.json | 7 ++++++- assets/themes/indoors/license_info.json | 10 ---------- 3 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 assets/themes/indoors/crest.svg delete mode 100644 assets/themes/indoors/license_info.json diff --git a/assets/themes/indoors/crest.svg b/assets/themes/indoors/crest.svg deleted file mode 100644 index 383b543b1..000000000 --- a/assets/themes/indoors/crest.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/assets/themes/indoors/indoors.json b/assets/themes/indoors/indoors.json index 55c07e56c..8b03eaae7 100644 --- a/assets/themes/indoors/indoors.json +++ b/assets/themes/indoors/indoors.json @@ -17,7 +17,12 @@ "startZoom": 14, "widenFactor": 2, "layers": [ - "indoors", + { + "builtin": "indoors", + "override": { + "passAllFeatures": true + } + }, { "builtin": [ "walls_and_buildings" diff --git a/assets/themes/indoors/license_info.json b/assets/themes/indoors/license_info.json deleted file mode 100644 index 9f2dcf81a..000000000 --- a/assets/themes/indoors/license_info.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "path": "crest.svg", - "license": "CC0", - "authors": [ - "Free Wheelies" - ], - "sources": [] - } -] \ No newline at end of file