62 lines
No EOL
1.1 KiB
JSON
62 lines
No EOL
1.1 KiB
JSON
{
|
|
"id": "governments",
|
|
"name": {
|
|
"en": "governments"
|
|
},
|
|
"description": {
|
|
"en": "This layer show governmental buildings. It was setup as commissioned layer for the client of OSOC '22"
|
|
},
|
|
"source": {
|
|
"osmTags": {
|
|
"or": [
|
|
"office=government"
|
|
]
|
|
}
|
|
},
|
|
"title": {
|
|
"render": {
|
|
"en": "Governmental Office {name}"
|
|
}
|
|
},
|
|
"minzoom": 13,
|
|
"tagRenderings": [
|
|
"images",
|
|
"phone",
|
|
"email",
|
|
"website",
|
|
{
|
|
"question": {
|
|
"en": "What is the name of this Governmental Office?"
|
|
},
|
|
"render": {
|
|
"en": "This Governmental Office is called {name}"
|
|
},
|
|
"freeform": {
|
|
"key": "name"
|
|
},
|
|
"id": "name"
|
|
}
|
|
],
|
|
"presets": [
|
|
{
|
|
"title": {
|
|
"en": "a Governmental Office"
|
|
},
|
|
"tags": [
|
|
"office=government"
|
|
]
|
|
}
|
|
],
|
|
"mapRendering": [
|
|
{
|
|
"icon": {
|
|
"render": "circle:white;./assets/layers/governments/government.svg"
|
|
},
|
|
"iconSize": "40,40,center",
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
]
|
|
}
|
|
]
|
|
} |