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

Reviewed-on: 
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": {
"and": [
"tourism=camp_site",
"scout!=no",
"group!=no",
{
"or": [
"scout=yes",
"scout=only",
"group=yes",
"group_only=yes"
]
}
@ -62,9 +66,13 @@
"=osmTags": {
"and": [
"tourism=hostel",
"scout!=no",
"group!=no",
{
"or": [
"scout=yes",
"scout=only",
"group=yes",
"group_only=yes"
]
}