This commit is contained in:
parent
f237551193
commit
0321812a29
57 changed files with 25676 additions and 4089 deletions
22
themes/CodeIT/exampleSite/static/features-layers.json
Normal file
22
themes/CodeIT/exampleSite/static/features-layers.json
Normal 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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
9212
themes/CodeIT/exampleSite/static/features.geojson
Normal file
9212
themes/CodeIT/exampleSite/static/features.geojson
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue