forked from MapComplete/MapComplete
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:
commit
e62a41f39e
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue