Fix: fix rainbow crossings theme

This commit is contained in:
Pieter Vander Vennet 2023-06-11 22:52:22 +02:00
parent c5300a3fd5
commit 5b291777be
7 changed files with 47 additions and 7 deletions

View file

@ -275,4 +275,4 @@
]
}
]
}
}

View file

@ -307,4 +307,4 @@
}
}
]
}
}

View file

@ -14,9 +14,15 @@
},
"source": {
"osmTags": {
"and": [
"highway=footway",
"footway=crossing"
"or": [
"surface:colour=rainbow",
"highway=crossing",
{
"and": [
"highway=footway",
"footway=crossing"
]
}
]
}
},
@ -123,6 +129,12 @@
"point",
"centroid"
]
},
{
"color": "red",
"width": "5",
"dashArray": "10 2",
"lineCap": "square"
}
]
}

View file

@ -684,4 +684,4 @@
},
"open_now"
]
}
}

View file

@ -53,4 +53,4 @@
}
}
]
}
}

View file

@ -3023,6 +3023,17 @@
"name": {
"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": {
"mappings": {
"0": {
@ -7654,6 +7665,9 @@
},
"5": {
"then": "Basketball is played here"
},
"6": {
"then": "This is a skatepark"
}
},
"question": "Which sport can be played here?",

View file

@ -2913,6 +2913,17 @@
"name": {
"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": {
"mappings": {
"0": {
@ -7332,6 +7343,9 @@
},
"5": {
"then": "Hier kan men basketbal beoefenen"
},
"6": {
"then": "Dit is een skatepark"
}
},
"question": "Welke sporten kan men hier beoefenen?",