forked from MapComplete/MapComplete
		
	Merge branch 'develop' of github.com:pietervdvn/MapComplete into develop
This commit is contained in:
		
						commit
						d7c8b61da0
					
				
					 1 changed files with 32 additions and 2 deletions
				
			
		|  | @ -166,6 +166,28 @@ | ||||||
|         "leisure=pitch", |         "leisure=pitch", | ||||||
|         "fixme=Geometry to be drawn, added by MapComplete" |         "fixme=Geometry to be drawn, added by MapComplete" | ||||||
|       ] |       ] | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "title": { | ||||||
|  |         "en": "a skatepark", | ||||||
|  |         "de": "einen Skatepark", | ||||||
|  |         "es": "un skatepark" | ||||||
|  |       }, | ||||||
|  |       "tags": [ | ||||||
|  |         "leisure=pitch", | ||||||
|  |         "sport=skateboard" | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "title": { | ||||||
|  |         "en": "a horse riding arena", | ||||||
|  |         "de": "einen Reitplatz", | ||||||
|  |         "es": "una pista ecuestre" | ||||||
|  |       }, | ||||||
|  |       "tags": [ | ||||||
|  |         "leisure=pitch", | ||||||
|  |         "sport=equestrian" | ||||||
|  |       ] | ||||||
|     } |     } | ||||||
|   ], |   ], | ||||||
|   "tagRenderings": [ |   "tagRenderings": [ | ||||||
|  | @ -306,7 +328,11 @@ | ||||||
|           "hideInAnswer": true |           "hideInAnswer": true | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           "if": "sport=skateboard", |           "if": { | ||||||
|  |             "and": [ | ||||||
|  |               "sport=skateboard" | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "then": { |           "then": { | ||||||
|             "en": "This is a skatepark", |             "en": "This is a skatepark", | ||||||
|             "nl": "Dit is een skatepark", |             "nl": "Dit is een skatepark", | ||||||
|  | @ -317,7 +343,11 @@ | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           "if": "sport=equestrian", |           "if": { | ||||||
|  |             "and": [ | ||||||
|  |               "sport=equestrian" | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "then": { |           "then": { | ||||||
|             "en": "This is a horse riding arena", |             "en": "This is a horse riding arena", | ||||||
|             "de": "Dies ist ein Reitplatz", |             "de": "Dies ist ein Reitplatz", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue