forked from MapComplete/MapComplete
Refactoring: move 'GetDefaultIcon' into its own Svelte-class
This commit is contained in:
parent
46ac716395
commit
335906b481
13 changed files with 97 additions and 80 deletions
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
{#if marker && marker}
|
||||
{#if marker}
|
||||
<div class="relative h-full w-full" style={`transform: rotate(${$_rotation})`}>
|
||||
{#each marker as icon}
|
||||
<div class="absolute top-0 left-0 h-full w-full">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue