From 8ce76e2d7855f16bdfb5629e82244d0ff8bd5cc1 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 10 Sep 2024 21:14:19 +0200 Subject: [PATCH] fix world_flights bg Signed-off-by: Birk Skyum --- world_flights/config_soei4h.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/world_flights/config_soei4h.json b/world_flights/config_soei4h.json index ae7788e..7584357 100644 --- a/world_flights/config_soei4h.json +++ b/world_flights/config_soei4h.json @@ -110,23 +110,13 @@ "isSplit": false }, "mapStyle": { - "styleType": "vw22uhl", + "styleType": "dark-matter-nolabels", "topLayerGroups": {}, "visibleLayerGroups": { "label": false, "road": false, "building": true, "water": true - }, - "mapStyles": { - "vw22uhl": { - "accessToken": "pk.eyJ1IjoidWJlcmRhdGEiLCJhIjoidGllX1gxUSJ9.gElUooDF7u51guCQREmAhg", - "custom": true, - "icon": "https://api.mapbox.com/styles/v1/uberdata/ck14353fm0vml1dqttzcnzgm7/static/-122.3391,37.7922,9,0,0/400x300?access_token=pk.eyJ1IjoidWJlcmRhdGEiLCJhIjoidGllX1gxUSJ9.gElUooDF7u51guCQREmAhg&logo=false&attribution=false", - "id": "vw22uhl", - "label": "Kepler.gl Flight Map", - "url": "mapbox://styles/uberdata/ck14353fm0vml1dqttzcnzgm7" - } } } }