From 8fe3b2f4c9e8d6fc76b9ae205460f85e2c7f0b71 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Sat, 23 May 2020 11:47:22 +0200 Subject: [PATCH] Styling landcover=farmland --- style.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.json b/style.json index 0631038..c692ef2 100644 --- a/style.json +++ b/style.json @@ -72,6 +72,20 @@ } } }, + { + "id": "landcover_farmland", + "type": "fill", + "source": "openmaptiles", + "source-layer": "landcover", + "filter": [ + "all", + ["==", "class", "farmland"] + ], + "paint": { + "fill-color": "rgba(222, 216, 186, 0.66)" + }, + "minzoom": 0 + }, { "id": "landcover_wood", "type": "fill",