forked from MapComplete/MapComplete
Theme(street_lighting): Add utility poles (#1642)
This commit is contained in:
parent
d178dca412
commit
693114b3d6
7 changed files with 234 additions and 6 deletions
|
@ -45,6 +45,19 @@
|
|||
],
|
||||
"layers": [
|
||||
"street_lamps",
|
||||
{
|
||||
"builtin": "utility_pole",
|
||||
"override": {
|
||||
"tagRenderings+": [
|
||||
{
|
||||
"builtin": "street_lamps.street_lamp_question",
|
||||
"override": {
|
||||
"condition": "highway=street_lamp"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "lit_streets",
|
||||
"name": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue