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 @@
}
}
]
}
}