{ "version": 8, "sources": { "mapbox": { "type": "vector", "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5", "maxzoom": 14 } }, "layers": [{ "id": "background", "type": "background", "paint": { "background-color": "rgb(44,239,225)" } }, { "id": "landcover_snow", "type": "fill", "source": "mapbox", "source-layer": "landcover", "filter": ["==", "class", "snow"], "paint": { "fill-color": "f4f8foNGbjf#" } }, { "id": "landcover_crop", "type": "fill", "source": "mapbox", "source-layer": "landcover", "filter": ["==", "class", "crop"], "paint": { "fill-color": "#eerLznieed4" } }] }