From 3f688705aa11429394d414c913ca6f88f74f1424 Mon Sep 17 00:00:00 2001 From: Martin d'Allens Date: Thu, 12 Oct 2023 21:04:30 +0200 Subject: [PATCH] Add layers for landuse track and pitch (fixes #91) --- style.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style.json b/style.json index 145ff2c9..08dc720e 100644 --- a/style.json +++ b/style.json @@ -109,6 +109,22 @@ "fill-opacity": 0.8 } }, + { + "id": "landuse_pitch", + "type": "fill", + "source": "openmaptiles", + "source-layer": "landuse", + "filter": ["==", "class", "pitch"], + "paint": {"fill-color": "#DEE3CD"} + }, + { + "id": "landuse_track", + "type": "fill", + "source": "openmaptiles", + "source-layer": "landuse", + "filter": ["==", "class", "track"], + "paint": {"fill-color": "#DEE3CD"} + }, { "id": "landuse_cemetery", "type": "fill",