forked from MapComplete/MapComplete
		
	Merge branch 'develop' of source.mapcomplete.org:mapcomplete/mapcomplete into develop
This commit is contained in:
		
						commit
						c6d1ee64d8
					
				
					 1 changed files with 14 additions and 9 deletions
				
			
		|  | @ -27,16 +27,21 @@ | |||
|         "=presets": [], | ||||
|         "source": { | ||||
|           "=osmTags": { | ||||
|             "and": [ | ||||
|               "tourism=camp_site", | ||||
|               "scout!=no", | ||||
|               "group!=no", | ||||
|             "or":[ | ||||
|               "leisure=summer_camp", | ||||
|               { | ||||
|                 "or": [ | ||||
|                   "scout=yes", | ||||
|                   "scout=only", | ||||
|                   "group=yes", | ||||
|                   "group_only=yes" | ||||
|                 "and": [ | ||||
|                   "tourism=camp_site", | ||||
|                   "scout!=no", | ||||
|                   "group!=no", | ||||
|                   { | ||||
|                     "or": [ | ||||
|                       "scout=yes", | ||||
|                       "scout=only", | ||||
|                       "group=yes", | ||||
|                       "group_only=yes" | ||||
|                     ] | ||||
|                   } | ||||
|                 ] | ||||
|               } | ||||
|             ] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue