Studio: WIP

This commit is contained in:
Pieter Vander Vennet 2023-09-19 14:04:13 +02:00
parent 3549a10a15
commit dc82ebbd58
165 changed files with 2588 additions and 3294 deletions

View file

@ -663,43 +663,6 @@
"enableRelocation": false,
"enableImproveAccuracy": true
},
"mapRendering": [
{
"icon": {
"render": "circle:#ffffff;./assets/layers/toilet/toilets.svg",
"mappings": [
{
"if": {
"or": [
"wheelchair=yes",
"wheelchair=designated"
]
},
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
},
{
"if": {
"or": [
"toilets:position=urinals",
"toilets:position=urinal"
]
},
"then": "./assets/layers/toilet/urinal.svg"
}
]
},
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
}
],
"location": [
"point",
"centroid"
]
}
],
"description": {
"en": "A layer showing (public) toilets",
"nl": "Een laag die publieke toiletten toont",
@ -745,5 +708,43 @@
}
]
}
]
],
"pointRendering": [
{
"icon": {
"render": "circle:#ffffff;./assets/layers/toilet/toilets.svg",
"mappings": [
{
"if": {
"or": [
"wheelchair=yes",
"wheelchair=designated"
]
},
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
},
{
"if": {
"or": [
"toilets:position=urinals",
"toilets:position=urinal"
]
},
"then": "./assets/layers/toilet/urinal.svg"
}
]
},
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
}
],
"location": [
"point",
"centroid"
]
}
],
"lineRendering": []
}