forked from MapComplete/MapComplete
		
	Add share icon, reordering of questions and icons, add urinal to toilet
This commit is contained in:
		
							parent
							
								
									a261577ef3
								
							
						
					
					
						commit
						4018e6710b
					
				
					 12 changed files with 416 additions and 395 deletions
				
			
		|  | @ -15,6 +15,8 @@ import * as maps from "../assets/layers/maps/maps.json" | |||
| import * as information_boards from "../assets/layers/information_board/information_board.json" | ||||
| import * as direction from "../assets/layers/direction/direction.json" | ||||
| import * as surveillance_camera from "../assets/layers/surveillance_cameras/surveillance_cameras.json" | ||||
| import * as toilets from "../assets/layers/toilets/toilets.json" | ||||
| 
 | ||||
| import LayerConfig from "./JSON/LayerConfig"; | ||||
| 
 | ||||
| export default class SharedLayers { | ||||
|  | @ -41,6 +43,7 @@ export default class SharedLayers { | |||
|             new LayerConfig(maps,[], "shared_layers"), | ||||
|             new LayerConfig(direction,[], "shared_layers"), | ||||
|             new LayerConfig(information_boards,[], "shared_layers"), | ||||
|             new LayerConfig(toilets,[], "shared_layers"), | ||||
|             new LayerConfig(surveillance_camera,[], "shared_layers") | ||||
|         ]; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue