forked from MapComplete/MapComplete
		
	Chore: housekeeping, fix tests
This commit is contained in:
		
							parent
							
								
									1f67ab2aca
								
							
						
					
					
						commit
						36a73f3a17
					
				
					 50 changed files with 1124 additions and 1022 deletions
				
			
		|  | @ -422,7 +422,14 @@ export class MapLibreAdaptor implements MapProperties, ExportableMap { | |||
|             map.addSource(background.id, MapLibreAdaptor.prepareWmsSource(background)) | ||||
|         } | ||||
|         if (!map.getLayer(background.id)) { | ||||
|             console.log("Adding background layer", background.id, "beforeId", addLayerBeforeId,"; all layers are", map.getStyle().layers.map(l => l.id)) | ||||
|             console.log( | ||||
|                 "Adding background layer", | ||||
|                 background.id, | ||||
|                 "beforeId", | ||||
|                 addLayerBeforeId, | ||||
|                 "; all layers are", | ||||
|                 map.getStyle().layers.map((l) => l.id) | ||||
|             ) | ||||
|             map.addLayer( | ||||
|                 { | ||||
|                     id: background.id, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue