forked from MapComplete/MapComplete
Themes(cyclofix): don't count shops in overview
This commit is contained in:
parent
30125d35ce
commit
b615c34879
1 changed files with 3 additions and 2 deletions
|
@ -84,7 +84,8 @@
|
||||||
"minzoom": 17,
|
"minzoom": 17,
|
||||||
"=filter": {
|
"=filter": {
|
||||||
"sameAs": "bike_shop"
|
"sameAs": "bike_shop"
|
||||||
}
|
},
|
||||||
|
"isCounted": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -222,4 +223,4 @@
|
||||||
"bicycle_counter"
|
"bicycle_counter"
|
||||||
],
|
],
|
||||||
"widenFactor": 2
|
"widenFactor": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue