forked from MapComplete/MapComplete
		
	Fixes to sidewalks theme
This commit is contained in:
		
							parent
							
								
									070262a959
								
							
						
					
					
						commit
						10d9f18110
					
				
					 6 changed files with 136 additions and 91 deletions
				
			
		|  | @ -32,7 +32,7 @@ function fixLayerConfig(config: LayerConfigJson): void { | |||
|         } | ||||
|     } | ||||
| 
 | ||||
|     if (config.mapRendering === undefined || config.id !== "sidewalks") { | ||||
|     if (config.mapRendering === undefined && config.id !== "sidewalks") { | ||||
|         // This is a legacy format, lets create a pointRendering
 | ||||
|         let location: ("point" | "centroid")[] = ["point"] | ||||
|         let wayHandling: number = config["wayHandling"] ?? 0 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue