forked from MapComplete/MapComplete
		
	Themes: exclude route relations from "toilets=yes". There are a few route relations with 'toilets' and those choke up MapComplete
This commit is contained in:
		
							parent
							
								
									450a65ae24
								
							
						
					
					
						commit
						139b014c6c
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -15,7 +15,12 @@ | |||
|     "cs": "Vrstva zobrazující (veřejné) toalety umístěné na různých místech." | ||||
|   }, | ||||
|   "source": { | ||||
|     "osmTags": "toilets=yes" | ||||
|     "osmTags": { | ||||
|       "and": [ | ||||
|         "toilets=yes", | ||||
|         "type!=route" | ||||
|       ] | ||||
|     } | ||||
|   }, | ||||
|   "minzoom": 12, | ||||
|   "title": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue