Hide docking_station bicycle rentals on lower zoom to prevent them flooding the map

This commit is contained in:
Pieter Vander Vennet 2022-02-25 15:38:48 +01:00
parent dd647715a8
commit 86351f30f4
3 changed files with 38 additions and 7 deletions

View file

@ -6,11 +6,15 @@
},
"source": {
"osmTags": {
"or": [
"amenity=bicycle_rental",
"bicycle_rental~*",
"service:bicycle:rental=yes",
"rental~.*bicycle.*"
"and": [
{
"or": [
"amenity=bicycle_rental",
"bicycle_rental~*",
"service:bicycle:rental=yes",
"rental~.*bicycle.*"
]
}
]
}
},