forked from MapComplete/MapComplete
Add playgrounds
This commit is contained in:
parent
ac6ab22724
commit
982ba2f6d6
5 changed files with 183 additions and 9 deletions
172
assets/themes/playgrounds/playgrounds.json
Normal file
172
assets/themes/playgrounds/playgrounds.json
Normal file
|
@ -0,0 +1,172 @@
|
|||
{
|
||||
"id": "playgrounds",
|
||||
"title": {
|
||||
"nl": "Speelzones"
|
||||
},
|
||||
"shortDescription": {
|
||||
"nl": "Speelzones en speeltuinen"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Deze kaart toont speelzones in het groen"
|
||||
},
|
||||
"language": [
|
||||
"nl"
|
||||
],
|
||||
"maintainer": "",
|
||||
"icon": "https://upload.wikimedia.org/wikipedia/commons/0/00/Map_icons_by_Scott_de_Jonge_-_playground.svg",
|
||||
"version": "0",
|
||||
"startLat": 50.535,
|
||||
"startLon": 4.399,
|
||||
"startZoom": 10,
|
||||
"widenFactor": 0.05,
|
||||
"socialImage": "",
|
||||
"hideInoverview": true,
|
||||
"layers": [
|
||||
{
|
||||
"id": "playgrounds",
|
||||
"name": {
|
||||
"nl": "Speeltuinen"
|
||||
},
|
||||
"minzoom": 14,
|
||||
"overpassTags": {
|
||||
"and": [
|
||||
"leisure=playground"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"nl": "Speeltuin"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Speeltuin <i>{name}</i>"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"nl": "Alle speeltuinen"
|
||||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"question": {
|
||||
"nl": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"wheelchair=yes"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Geheel toegankelijk voor rolstoelgebruikers"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"wheelchair=limited"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Beperkt toegankelijk voor rolstoelgebruikers"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"wheelchair=no"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Niet toegankelijk voor rolstoelgebruikers"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"freeform": {
|
||||
"key": "opening_hours",
|
||||
"type": "opening_hours"
|
||||
},
|
||||
"question": {
|
||||
"nl": "Op welke uren is deze speeltuin toegankelijk?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"opening_hours=sunrise-sunset"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Van zonsopgang tot zonsondergang"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"nl": "Toegankelijk vanaf {min_age} jaar oud"
|
||||
},
|
||||
"question": {
|
||||
"nl": "Wat is de minimale leeftijd om op deze speeltuin te mogen?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "min_age",
|
||||
"type": "pnat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"nl": "Toegankelijk tot {max_age}"
|
||||
},
|
||||
"question": {
|
||||
"nl": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "max_age",
|
||||
"type": "pnat"
|
||||
}
|
||||
},
|
||||
"questions",
|
||||
{
|
||||
"render": "{reviews(leisure=playground)}"
|
||||
}
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
"icon": {
|
||||
"render": "https://upload.wikimedia.org/wikipedia/commons/0/00/Map_icons_by_Scott_de_Jonge_-_playground.svg"
|
||||
},
|
||||
"width": {
|
||||
"render": "3"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
"color": {
|
||||
"render": "#0c3"
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
"leisure=playground"
|
||||
],
|
||||
"title": {
|
||||
"nl": "Speeltuin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"wayHandling": 2
|
||||
}
|
||||
],
|
||||
"roamingRenderings": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue