forked from MapComplete/MapComplete
		
	Merge pull request #1282 from pietervdvn/RobinLinde-patch-6
Only ask details for barrier if node is part of a way
This commit is contained in:
		
						commit
						de08dba5c7
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -147,6 +147,7 @@
 | 
			
		|||
  "tagRenderings": [
 | 
			
		||||
    "images",
 | 
			
		||||
    {
 | 
			
		||||
      "condition": "_referencing_ways~*",
 | 
			
		||||
      "question": {
 | 
			
		||||
        "en": "Can a bicycle go past this barrier?",
 | 
			
		||||
        "nl": "Kan een fietser langs deze barrière?",
 | 
			
		||||
| 
						 | 
				
			
			@ -410,7 +411,8 @@
 | 
			
		|||
      "condition": {
 | 
			
		||||
        "and": [
 | 
			
		||||
          "cycle_barrier!=double",
 | 
			
		||||
          "cycle_barrier!=triple"
 | 
			
		||||
          "cycle_barrier!=triple",
 | 
			
		||||
          "_referencing_ways~*"
 | 
			
		||||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "freeform": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue