add source conditions

This commit is contained in:
Osmwithspace 2025-03-11 09:32:34 +01:00
parent 2286ec964f
commit 37bf1a08d1

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"
] ]
} }