forked from MapComplete/MapComplete
		
	Studio: studio now supports loading self-made layers in themes
This commit is contained in:
		
							parent
							
								
									9716bc5425
								
							
						
					
					
						commit
						28bf8cca9f
					
				
					 24 changed files with 826 additions and 464 deletions
				
			
		|  | @ -156,7 +156,7 @@ export interface LayoutConfigJson { | |||
|      * type: layer[] | ||||
|      * types: hidden | layer | hidden | ||||
|      * group: layers | ||||
|      * suggestions: return Array.from(layers.keys()).map(key => ({if: "value="+key, then: key+" - "+layers.get(key).description})) | ||||
|      * suggestions: return Array.from(layers.keys()).map(key => ({if: "value="+key, then: "<b>"+key+"</b> (builtin) - "+layers.get(key).description})) | ||||
|      * Every layer contains a description of which feature to display - the overpassTags which are queried. | ||||
|      * Instead of running one query for every layer, the query is fused. | ||||
|      * | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue