forked from MapComplete/MapComplete
		
	Generate assets as SVG
This commit is contained in:
		
							parent
							
								
									3502563f92
								
							
						
					
					
						commit
						ca858b7ed5
					
				
					 49 changed files with 3551 additions and 91 deletions
				
			
		
							
								
								
									
										4
									
								
								State.ts
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								State.ts
									
										
									
									
									
								
							|  | @ -109,9 +109,9 @@ export default class State { | |||
|      * The location as delivered by the GPS | ||||
|      */ | ||||
|     public currentGPSLocation: UIEventSource<{ | ||||
|         latlng: {lat:number, lon:number}, | ||||
|         latlng: {lat:number, lng:number}, | ||||
|         accuracy: number | ||||
|     }> = new UIEventSource<{ latlng: {lat:number, lon:number}, accuracy: number }>(undefined); | ||||
|     }> = new UIEventSource<{ latlng: {lat:number, lng:number}, accuracy: number }>(undefined); | ||||
|     public layoutDefinition: string; | ||||
|     public installedThemes: UIEventSource<{ layout: Layout; definition: string }[]>; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue