Themes: add mountain rescue stations to the ski map
This commit is contained in:
parent
6ac4b159c8
commit
04509bc3e7
5 changed files with 115 additions and 1 deletions
60
assets/layers/mountain_rescue/mountain_rescue.json
Normal file
60
assets/layers/mountain_rescue/mountain_rescue.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"credits": "Not logged in",
|
||||
"minzoom": 10,
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "circle",
|
||||
"color": "white"
|
||||
},
|
||||
{
|
||||
"icon": "./assets/layers/mountain_rescue/red_cross.svg"
|
||||
}
|
||||
],
|
||||
"rotation": "45"
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images"
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"width": "3",
|
||||
"color": "#ed333b"
|
||||
}
|
||||
],
|
||||
"id": "mountain_rescue",
|
||||
"name": {
|
||||
"en": "Mountain rescue stations"
|
||||
},
|
||||
"description": {
|
||||
"en": "A building where first aid responders store material and might be on watch"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "emergency=mountain_rescue"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Mountain rescue station"
|
||||
}
|
||||
},
|
||||
"deletion": true,
|
||||
"allowMove": {
|
||||
"enableRelocation": false
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a mountain rescue station"
|
||||
},
|
||||
"tags": [
|
||||
"emergency=mountain_rescue"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue