forked from MapComplete/MapComplete
Fix: fix rainbow crossings theme
This commit is contained in:
parent
c5300a3fd5
commit
5b291777be
7 changed files with 47 additions and 7 deletions
|
@ -14,11 +14,17 @@
|
||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
|
"or": [
|
||||||
|
"surface:colour=rainbow",
|
||||||
|
"highway=crossing",
|
||||||
|
{
|
||||||
"and": [
|
"and": [
|
||||||
"highway=footway",
|
"highway=footway",
|
||||||
"footway=crossing"
|
"footway=crossing"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"minzoom": 17,
|
"minzoom": 17,
|
||||||
"title": {
|
"title": {
|
||||||
|
@ -123,6 +129,12 @@
|
||||||
"point",
|
"point",
|
||||||
"centroid"
|
"centroid"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "red",
|
||||||
|
"width": "5",
|
||||||
|
"dashArray": "10 2",
|
||||||
|
"lineCap": "square"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3023,6 +3023,17 @@
|
||||||
"name": {
|
"name": {
|
||||||
"question": "What is the name of this climbing gym?"
|
"question": "What is the name of this climbing gym?"
|
||||||
},
|
},
|
||||||
|
"rope_rental": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "A climbing rope can be rented here"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "A climbing rope can <b>not</b> be rented here"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Can one rent a climbing rope here?"
|
||||||
|
},
|
||||||
"shoe_rental": {
|
"shoe_rental": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -7654,6 +7665,9 @@
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
"then": "Basketball is played here"
|
"then": "Basketball is played here"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"then": "This is a skatepark"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Which sport can be played here?",
|
"question": "Which sport can be played here?",
|
||||||
|
|
|
@ -2913,6 +2913,17 @@
|
||||||
"name": {
|
"name": {
|
||||||
"question": "Wat is de naam van dit Klimzaal?"
|
"question": "Wat is de naam van dit Klimzaal?"
|
||||||
},
|
},
|
||||||
|
"rope_rental": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Een klimtouw kan hier gehuurd worden"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Hier kunnen <b>geen</b> klimtouwen gehuurd worden"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Kan een klimtouw hier gehuurd worden?"
|
||||||
|
},
|
||||||
"shoe_rental": {
|
"shoe_rental": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -7332,6 +7343,9 @@
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
"then": "Hier kan men basketbal beoefenen"
|
"then": "Hier kan men basketbal beoefenen"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"then": "Dit is een skatepark"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Welke sporten kan men hier beoefenen?",
|
"question": "Welke sporten kan men hier beoefenen?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue