fix: Adjust to use new versatiles structure
See https://docs.versatiles.org/compendium/specification_frontend.html
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -29,7 +29,7 @@
 | 
			
		||||
 | 
			
		||||
    let map = new maplibregl.Map({
 | 
			
		||||
        container: 'map',
 | 
			
		||||
        style: '{% static "fellchensammlung/map/styles/colorful.json" %}',
 | 
			
		||||
        style: '{% static "fellchensammlung/map/styles/colorful/style.json" %}',
 | 
			
		||||
        center: map_center,
 | 
			
		||||
        zoom: zoom_level
 | 
			
		||||
    }).addControl(new maplibregl.NavigationControl());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user