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:
Pieter Vander Vennet 2025-03-13 20:59:10 +01:00
commit d243fe4419

View file

@ -27,16 +27,21 @@
"=presets": [], "=presets": [],
"source": { "source": {
"=osmTags": { "=osmTags": {
"and": [ "or":[
"tourism=camp_site", "leisure=summer_camp",
"scout!=no",
"group!=no",
{ {
"or": [ "and": [
"scout=yes", "tourism=camp_site",
"scout=only", "scout!=no",
"group=yes", "group!=no",
"group_only=yes" {
"or": [
"scout=yes",
"scout=only",
"group=yes",
"group_only=yes"
]
}
] ]
} }
] ]