forked from MapComplete/MapComplete
		
	Add email question, some tweaks
This commit is contained in:
		
						commit
						f67508336a
					
				
					 12 changed files with 123 additions and 69 deletions
				
			
		
							
								
								
									
										6
									
								
								index.ts
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								index.ts
									
										
									
									
									
								
							|  | @ -105,11 +105,11 @@ const fullScreenMessage = new UIEventSource<UIElement>(undefined); | |||
| // The latest element that was selected - used to generate the right UI at the right place
 | ||||
| const selectedElement = new UIEventSource<{ feature: any }>(undefined); | ||||
| 
 | ||||
| const zoom = QueryParameters.GetQueryParameter("z", "" + layoutToUse.startzoom) | ||||
| const zoom = QueryParameters.GetQueryParameter("z", undefined) | ||||
|     .syncWith(LocalStorageSource.Get("zoom")); | ||||
| const lat = QueryParameters.GetQueryParameter("lat", "" + layoutToUse.startLat) | ||||
| const lat = QueryParameters.GetQueryParameter("lat", undefined) | ||||
|     .syncWith(LocalStorageSource.Get("lat")); | ||||
| const lon = QueryParameters.GetQueryParameter("lon", "" + layoutToUse.startLon) | ||||
| const lon = QueryParameters.GetQueryParameter("lon", undefined) | ||||
|     .syncWith(LocalStorageSource.Get("lon")); | ||||
| 
 | ||||
| const featureSwitchUserbadge = QueryParameters.GetQueryParameter("fs-userbadge", ""+layoutToUse.enableUserBadge); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue