forked from MapComplete/MapComplete
		
	Download button: take advantage of MVT server, download button will now attempt to download everything
This commit is contained in:
		
							parent
							
								
									bccda67e1c
								
							
						
					
					
						commit
						e4eb8d6b52
					
				
					 21 changed files with 453 additions and 353 deletions
				
			
		|  | @ -20,6 +20,8 @@ import { OsmTags } from "../Models/OsmFeature" | |||
| import FavouritesFeatureSource from "../Logic/FeatureSource/Sources/FavouritesFeatureSource" | ||||
| import { ProvidedImage } from "../Logic/ImageProviders/ImageProvider" | ||||
| import GeoLocationHandler from "../Logic/Actors/GeoLocationHandler" | ||||
| import { SummaryTileSourceRewriter } from "../Logic/FeatureSource/TiledFeatureSource/SummaryTileSource" | ||||
| import LayoutSource from "../Logic/FeatureSource/Sources/LayoutSource" | ||||
| 
 | ||||
| /** | ||||
|  * The state needed to render a special Visualisation. | ||||
|  | @ -30,12 +32,13 @@ export interface SpecialVisualizationState { | |||
|     readonly featureSwitches: FeatureSwitchState | ||||
| 
 | ||||
|     readonly layerState: LayerState | ||||
|     readonly featureSummary: SummaryTileSourceRewriter | ||||
|     readonly featureProperties: { | ||||
|         getStore(id: string): UIEventSource<Record<string, string>> | ||||
|         trackFeature?(feature: { properties: OsmTags }) | ||||
|     } | ||||
| 
 | ||||
|     readonly indexedFeatures: IndexedFeatureSource | ||||
|     readonly indexedFeatures: IndexedFeatureSource & LayoutSource | ||||
|     /** | ||||
|      * Some features will create a new element that should be displayed. | ||||
|      * These can be injected by appending them to this featuresource (and pinging it) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue