forked from MapComplete/MapComplete
		
	Housekeeping
This commit is contained in:
		
							parent
							
								
									7ad311d91a
								
							
						
					
					
						commit
						60efd0844f
					
				
					 175 changed files with 24802 additions and 1949 deletions
				
			
		|  | @ -1,17 +1,18 @@ | |||
| <script lang="ts"> | ||||
|   import { IconConfig } from "../../Models/ThemeConfig/PointRenderingConfig"; | ||||
|   import { ImmutableStore, Store } from "../../Logic/UIEventSource"; | ||||
|   import DynamicIcon from "./DynamicIcon.svelte"; | ||||
|   import TagRenderingConfig from "../../Models/ThemeConfig/TagRenderingConfig"; | ||||
|   import { IconConfig } from "../../Models/ThemeConfig/PointRenderingConfig" | ||||
|   import { ImmutableStore, Store } from "../../Logic/UIEventSource" | ||||
|   import DynamicIcon from "./DynamicIcon.svelte" | ||||
|   import TagRenderingConfig from "../../Models/ThemeConfig/TagRenderingConfig" | ||||
| 
 | ||||
|   /** | ||||
|    * Renders a 'marker', which consists of multiple 'icons' | ||||
|    */ | ||||
|   export let marker: IconConfig[] = config?.marker; | ||||
|   export let tags: Store<Record<string, string>>; | ||||
|   export let marker: IconConfig[] = config?.marker | ||||
|   export let tags: Store<Record<string, string>> | ||||
|   export let rotation: TagRenderingConfig | ||||
|   let _rotation = rotation ? tags.map(tags => rotation.GetRenderValue(tags).Subs(tags).txt) : new ImmutableStore(0); | ||||
|    | ||||
|   let _rotation = rotation | ||||
|     ? tags.map((tags) => rotation.GetRenderValue(tags).Subs(tags).txt) | ||||
|     : new ImmutableStore(0) | ||||
| </script> | ||||
| 
 | ||||
| {#if marker && marker} | ||||
|  |  | |||
|  | @ -19,9 +19,9 @@ | |||
|   import Teardrop from "../../assets/svg/Teardrop.svelte" | ||||
|   import Teardrop_with_hole_green from "../../assets/svg/Teardrop_with_hole_green.svelte" | ||||
|   import Triangle from "../../assets/svg/Triangle.svelte" | ||||
|   import Brick_wall_square from "../../assets/svg/Brick_wall_square.svelte"; | ||||
|   import Brick_wall_round from "../../assets/svg/Brick_wall_round.svelte"; | ||||
|   import Gps_arrow from "../../assets/svg/Gps_arrow.svelte"; | ||||
|   import Brick_wall_square from "../../assets/svg/Brick_wall_square.svelte" | ||||
|   import Brick_wall_round from "../../assets/svg/Brick_wall_round.svelte" | ||||
|   import Gps_arrow from "../../assets/svg/Gps_arrow.svelte" | ||||
| 
 | ||||
|   /** | ||||
|    * Renders a single icon. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue