{ "version": 8, "name": "Europa Detail", "sources": { "openmaptiles": { "type": "vector", "url": "mbtiles://{osm-europe}" } }, "glyphs": "/fonts/{fontstack}/{range}.pbf", "layers": [ { "id": "background", "type": "background", "paint": { "background-color": "#eef8e8" } }, { "id": "water", "type": "fill", "source": "openmaptiles", "source-layer": "water", "paint": { "fill-color": "#5ab4d6" } }, { "id": "landuse", "type": "fill", "source": "openmaptiles", "source-layer": "landuse", "paint": { "fill-color": "#5fa65a", "fill-opacity": 0.85 } }, { "id": "roads-major", "type": "line", "source": "openmaptiles", "source-layer": "transportation", "filter": [ "in", "class", "motorway", "trunk", "primary" ], "paint": { "line-color": "#d94801", "line-width": [ "interpolate", [ "linear" ], [ "zoom" ], 5, 0.5, 16, 3.5 ] } }, { "id": "roads-minor", "type": "line", "source": "openmaptiles", "source-layer": "transportation", "paint": { "line-color": "#ffe082", "line-width": [ "interpolate", [ "linear" ], [ "zoom" ], 8, 0.2, 16, 2.0 ] } } ] }