forked from MapComplete/MapComplete
Merge pull request 'show campsite filters in scouting theme' (#2309) from Osmwithspace/MapComplete:layer_campsite into develop
Reviewed-on: MapComplete/MapComplete#2309 Reviewed-by: Pieter Vander Vennet <pietervdvn@posteo.net>
This commit is contained in:
commit
89f9975711
1 changed files with 4 additions and 3 deletions
|
@ -34,15 +34,16 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"=filter": []
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"builtin": "campsite",
|
"builtin": "campsite",
|
||||||
"override": {
|
"override": {
|
||||||
"minzoom": 16,
|
"minzoom": 16,
|
||||||
"filter": null,
|
"filter": {
|
||||||
|
"sameAs": "group_campsite"
|
||||||
|
},
|
||||||
"name": null,
|
"name": null,
|
||||||
"isCounted": false
|
"isCounted": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue