Christoph Cullmann 2021-08-29 11:48:16 +02:00
parent f237551193
commit 0321812a29
57 changed files with 25676 additions and 4089 deletions

View file

@ -0,0 +1,22 @@
{
"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
}
}
]
}

File diff suppressed because it is too large Load diff