forked from MapComplete/MapComplete
Refactoring: more removal of old-style SVG bundling
This commit is contained in:
parent
6c75553f3f
commit
e4aedc9696
7 changed files with 70 additions and 49 deletions
|
@ -6,6 +6,7 @@
|
|||
import MaplibreMap from "../../Map/MaplibreMap.svelte"
|
||||
import ToSvelte from "../../Base/ToSvelte.svelte"
|
||||
import Svg from "../../../Svg.js"
|
||||
import Direction_stroke from "../../../assets/svg/Direction_stroke.svelte";
|
||||
|
||||
/**
|
||||
* A visualisation to pick a direction on a map background.
|
||||
|
@ -67,6 +68,6 @@
|
|||
</div>
|
||||
|
||||
<div bind:this={directionElem} class="absolute top-0 left-0 h-full w-full">
|
||||
<ToSvelte construct={Svg.direction_stroke_svg} />
|
||||
<Direction_stroke/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue