cullmann.io/themes/CodeIT/exampleSite/static/features-layers.json

23 lines
368 B
JSON

{
"sources": [
{
"id": "logo",
"properties": {
"type": "geojson",
"data": "/features.geojson"
}
}
],
"layers": [
{
"id": "logo-layer",
"type": "fill",
"source": "logo",
"paint": {
"fill-color": ["coalesce", ["get", "fill"], "#005c7c"],
"fill-opacity": 0.5
}
}
]
}