forked from MapComplete/MapComplete
		
	Lots of refactoring, first version of the import helper
This commit is contained in:
		
							parent
							
								
									612b8136ad
								
							
						
					
					
						commit
						3402ac0954
					
				
					 54 changed files with 1104 additions and 315 deletions
				
			
		|  | @ -6,6 +6,8 @@ import StaticFeatureSource from "../../Logic/FeatureSource/Sources/StaticFeature | |||
| import {GeoOperations} from "../../Logic/GeoOperations"; | ||||
| import {Tiles} from "../../Models/TileRange"; | ||||
| import * as clusterstyle from "../../assets/layers/cluster_style/cluster_style.json" | ||||
| import State from "../../State"; | ||||
| import FeatureInfoBox from "../Popup/FeatureInfoBox"; | ||||
| 
 | ||||
| export default class ShowTileInfo { | ||||
|     public static readonly styling = new LayerConfig(clusterstyle, "ShowTileInfo", true) | ||||
|  | @ -53,7 +55,9 @@ export default class ShowTileInfo { | |||
|             layerToShow: ShowTileInfo.styling, | ||||
|             features: new StaticFeatureSource(metaFeature, false), | ||||
|             leafletMap: options.leafletMap, | ||||
|             doShowLayer: options.doShowLayer | ||||
|             doShowLayer: options.doShowLayer, | ||||
|             state: State.state, | ||||
|             popup: undefined | ||||
|         }) | ||||
| 
 | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue