forked from MapComplete/MapComplete
		
	Fix: fix #1471: add option to bench for 'does probably not have an artwork'
This commit is contained in:
		
							parent
							
								
									665f8b1d25
								
							
						
					
					
						commit
						91892d50c5
					
				
					 1 changed files with 12 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -890,6 +890,7 @@
 | 
			
		|||
      "mappings": [
 | 
			
		||||
        {
 | 
			
		||||
          "if": "tourism=artwork",
 | 
			
		||||
          "addExtraTags": ["not:tourism:artwork="],
 | 
			
		||||
          "then": {
 | 
			
		||||
            "en": "This bench has an integrated artwork",
 | 
			
		||||
            "nl": "Deze bank heeft een geïntegreerd kunstwerk",
 | 
			
		||||
| 
						 | 
				
			
			@ -902,7 +903,7 @@
 | 
			
		|||
          }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "if": "tourism=",
 | 
			
		||||
          "if": "not:tourism:artwork=yes",
 | 
			
		||||
          "then": {
 | 
			
		||||
            "en": "This bench does not have an integrated artwork",
 | 
			
		||||
            "nl": "Deze bank heeft geen geïntegreerd kunstwerk",
 | 
			
		||||
| 
						 | 
				
			
			@ -913,7 +914,16 @@
 | 
			
		|||
            "cs": "Tato lavička nemá integrované umělecké dílo",
 | 
			
		||||
            "he": "לספסל זה אין יצירת אמנות משולבת",
 | 
			
		||||
            "pl": "Ta ławka nie ma wbudowanego dzieła sztuki"
 | 
			
		||||
          }
 | 
			
		||||
          },
 | 
			
		||||
          "addExtraTags": ["tourism="]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "if": "tourism=",
 | 
			
		||||
          "then": {
 | 
			
		||||
            "en": "This bench <span class=\"subtle\">probably</span> doesn't have an integrated artwork",
 | 
			
		||||
            "nl": "Deze bank heeft <span class=\"subtle\">waarschijnlijk</span> geen geïntegreerd kunstwerk"
 | 
			
		||||
          },
 | 
			
		||||
          "hideInAnswer": true
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "questionHint": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue