More questions for the playgrounds-theme
This commit is contained in:
parent
c4f0f18e5e
commit
5af94b012c
1 changed files with 5 additions and 20 deletions
|
@ -4,7 +4,9 @@
|
||||||
"nl": "Speeltuinen"
|
"nl": "Speeltuinen"
|
||||||
},
|
},
|
||||||
"minzoom": 13,
|
"minzoom": 13,
|
||||||
"overpassTags": "leisure=playground",
|
"overpassTags": {
|
||||||
|
"and": ["leisure=playground","playground!=forest"]
|
||||||
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"nl": "Speeltuinen en speelbossen"
|
"nl": "Speeltuinen en speelbossen"
|
||||||
},
|
},
|
||||||
|
@ -13,23 +15,6 @@
|
||||||
"nl": "Speeltuin"
|
"nl": "Speeltuin"
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
|
||||||
"if": {
|
|
||||||
"and": [
|
|
||||||
"playground=forest",
|
|
||||||
"name~*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"then": {
|
|
||||||
"nl": "Speelbos <i>{name}</i>"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"if": "playground=forest",
|
|
||||||
"then": {
|
|
||||||
"nl": "Speelbos"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"if": "name~*",
|
"if": "name~*",
|
||||||
"then": {
|
"then": {
|
||||||
|
@ -57,7 +42,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "surface=sand",
|
"if": "surface=sand",
|
||||||
"then": "De ondergrond is <b>zan</b>"
|
"then": "De ondergrond is <b>zand</b>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "surface=paving_stones",
|
"if": "surface=paving_stones",
|
||||||
|
@ -74,7 +59,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": {
|
"question": {
|
||||||
"nl": "Is deze speeltuin 's nachts verlicht?"
|
"nl": "Is deze speeltuin 's nachts verlicht?"
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
|
|
Loading…
Reference in a new issue