Merge pull request 'add source conditions' (#2348) from Osmwithspace/MapComplete:theme_scouting_source into develop

Reviewed-on: MapComplete/MapComplete#2348
This commit is contained in:
Pieter Vander Vennet 2025-03-11 16:50:44 +01:00
commit e62a41f39e

View file

@ -26,9 +26,13 @@
"=osmTags": { "=osmTags": {
"and": [ "and": [
"tourism=camp_site", "tourism=camp_site",
"scout!=no",
"group!=no",
{ {
"or": [ "or": [
"scout=yes", "scout=yes",
"scout=only",
"group=yes",
"group_only=yes" "group_only=yes"
] ]
} }
@ -62,9 +66,13 @@
"=osmTags": { "=osmTags": {
"and": [ "and": [
"tourism=hostel", "tourism=hostel",
"scout!=no",
"group!=no",
{ {
"or": [ "or": [
"scout=yes", "scout=yes",
"scout=only",
"group=yes",
"group_only=yes" "group_only=yes"
] ]
} }