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
|
@ -275,4 +275,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -307,4 +307,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -684,4 +684,4 @@
|
|||
},
|
||||
"open_now"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -53,4 +53,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue