forked from MapComplete/MapComplete
Merge pull request 'add leisure=summer_camp as source' (#2351) from Osmwithspace/MapComplete:layer_campsite into develop
Reviewed-on: MapComplete/MapComplete#2351 Reviewed-by: Pieter Vander Vennet <pietervdvn@posteo.net>
This commit is contained in:
commit
d243fe4419
1 changed files with 14 additions and 9 deletions
|
@ -27,16 +27,21 @@
|
|||
"=presets": [],
|
||||
"source": {
|
||||
"=osmTags": {
|
||||
"and": [
|
||||
"tourism=camp_site",
|
||||
"scout!=no",
|
||||
"group!=no",
|
||||
"or":[
|
||||
"leisure=summer_camp",
|
||||
{
|
||||
"or": [
|
||||
"scout=yes",
|
||||
"scout=only",
|
||||
"group=yes",
|
||||
"group_only=yes"
|
||||
"and": [
|
||||
"tourism=camp_site",
|
||||
"scout!=no",
|
||||
"group!=no",
|
||||
{
|
||||
"or": [
|
||||
"scout=yes",
|
||||
"scout=only",
|
||||
"group=yes",
|
||||
"group_only=yes"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue