forked from MapComplete/MapComplete
		
	Fix cyclestreets dissapeared after merge conflict
This commit is contained in:
		
							parent
							
								
									3eba5f893e
								
							
						
					
					
						commit
						e23f225532
					
				
					 1 changed files with 40 additions and 40 deletions
				
			
		|  | @ -245,6 +245,46 @@ | ||||||
|       }, |       }, | ||||||
|       "presets": [] |       "presets": [] | ||||||
|     }, |     }, | ||||||
|  |     { | ||||||
|  |       "id": "cyclestreets", | ||||||
|  |       "name": { | ||||||
|  |         "en": "Cyclestreets", | ||||||
|  |         "nl": "Fietsstraten" | ||||||
|  |       }, | ||||||
|  |       "minzoom": 12, | ||||||
|  |       "source": { | ||||||
|  |         "osmTags": { | ||||||
|  |           "and": [ | ||||||
|  |             "cyclestreet=yes" | ||||||
|  |           ] | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "title": { | ||||||
|  |         "render": { | ||||||
|  |           "en": "Dedicated cyclestreet", | ||||||
|  |           "nl": "Fietsstraten" | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "description": { | ||||||
|  |         "en": "Bicycles have priority and overtaking isn't allowed, the maximum speed is 30 km/h", | ||||||
|  |         "nl": "Fietsen hebben prioriteit en inhalen is niet toegestaan, de maximumsnelheid is 30 km/h" | ||||||
|  |       }, | ||||||
|  |       "tagRenderings": [], | ||||||
|  |       "hideUnderlayingFeaturesMinPercentage": 0, | ||||||
|  |       "icon": { | ||||||
|  |         "render": "./assets/svg/bug.svg" | ||||||
|  |       }, | ||||||
|  |       "width": { | ||||||
|  |         "render": "8" | ||||||
|  |       }, | ||||||
|  |       "iconSize": { | ||||||
|  |         "render": "40,40,center" | ||||||
|  |       }, | ||||||
|  |       "color": { | ||||||
|  |         "render": "#00f" | ||||||
|  |       }, | ||||||
|  |       "presets": [] | ||||||
|  |     }, | ||||||
|     { |     { | ||||||
|       "id": "all_streets", |       "id": "all_streets", | ||||||
|       "name": { |       "name": { | ||||||
|  | @ -287,46 +327,6 @@ | ||||||
|         "mappings": [] |         "mappings": [] | ||||||
|       }, |       }, | ||||||
|       "tagRenderings": [] |       "tagRenderings": [] | ||||||
|     }, |  | ||||||
|     { |  | ||||||
|       "id": "cyclestreets", |  | ||||||
|       "name": { |  | ||||||
|         "en": "Cyclestreets", |  | ||||||
|         "nl": "Fietsstraten" |  | ||||||
|       }, |  | ||||||
|       "minzoom": 12, |  | ||||||
|       "source": { |  | ||||||
|         "osmTags": { |  | ||||||
|           "and": [ |  | ||||||
|             "cyclestreet=yes" |  | ||||||
|           ] |  | ||||||
|         } |  | ||||||
|       }, |  | ||||||
|       "title": { |  | ||||||
|         "render": { |  | ||||||
|           "en": "Dedicated cyclestreet", |  | ||||||
|           "nl": "Fietsstraten" |  | ||||||
|         } |  | ||||||
|       }, |  | ||||||
|       "description": { |  | ||||||
|         "en": "Bicycles have priority and overtaking isn't allowed, the maximum speed is 30 km/h", |  | ||||||
|         "nl": "Fietsen hebben prioriteit en inhalen is niet toegestaan, de maximumsnelheid is 30 km/h" |  | ||||||
|       }, |  | ||||||
|       "tagRenderings": [], |  | ||||||
|       "hideUnderlayingFeaturesMinPercentage": 0, |  | ||||||
|       "icon": { |  | ||||||
|         "render": "./assets/svg/bug.svg" |  | ||||||
|       }, |  | ||||||
|       "width": { |  | ||||||
|         "render": "8" |  | ||||||
|       }, |  | ||||||
|       "iconSize": { |  | ||||||
|         "render": "40,40,center" |  | ||||||
|       }, |  | ||||||
|       "color": { |  | ||||||
|         "render": "#00f" |  | ||||||
|       }, |  | ||||||
|       "presets": [] |  | ||||||
|     } |     } | ||||||
|   ], |   ], | ||||||
|   "overrideAll": { |   "overrideAll": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue