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",