forked from MapComplete/MapComplete
		
	Studio: add slideshow, add useability tweaks
This commit is contained in:
		
							parent
							
								
									2df9aa8564
								
							
						
					
					
						commit
						8bc555fbe0
					
				
					 26 changed files with 440 additions and 316 deletions
				
			
		|  | @ -15,11 +15,18 @@ import { Translatable } from "./Translatable" | |||
|  */ | ||||
| export interface LayerConfigJson { | ||||
|     /** | ||||
|      * The id of this layer. | ||||
|      * This should be a simple, lowercase, human readable string that is used to identify the layer. | ||||
|      * | ||||
|      * group: Basic | ||||
|      * question: What is the identifier of this layer? | ||||
|      * | ||||
|      * This should be a simple, lowercase, human readable string that is used to identify the layer. | ||||
|      *  A good ID is: | ||||
|      *  - a noun | ||||
|      *  - written in singular | ||||
|      *  - describes the object | ||||
|      *  - in english | ||||
|      *  - only has lowercase letters, numbers or underscores. Do not use a space or a dash | ||||
|      * | ||||
|      * type: id | ||||
|      * group: Basic | ||||
|      */ | ||||
|     id: string | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue