forked from MapComplete/MapComplete
Exclude non-rainbow crossings from count
This commit is contained in:
parent
9d1d78416c
commit
605990fcc1
1 changed files with 8 additions and 2 deletions
|
@ -47,12 +47,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rainbow_crossings",
|
{
|
||||||
|
"builtin": "rainbow_crossings",
|
||||||
|
"override": {
|
||||||
|
"isCounted": false
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"builtin": "cycleways_and_roads",
|
"builtin": "cycleways_and_roads",
|
||||||
"override": {
|
"override": {
|
||||||
"minzoom": 18,
|
"minzoom": 18,
|
||||||
"name": null
|
"name": null,
|
||||||
|
"isCounted": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue