style: run prettier
This commit is contained in:
@ -1,10 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { onMount } from "svelte";
|
import { onMount } from "svelte";
|
||||||
import {
|
import { MapLibre, Marker, Protocol } from "svelte-maplibre-gl";
|
||||||
MapLibre,
|
|
||||||
Marker,
|
|
||||||
Protocol,
|
|
||||||
} from "svelte-maplibre-gl";
|
|
||||||
import { view } from "./sidebar.svelte";
|
import { view } from "./sidebar.svelte";
|
||||||
import { map, pin } from "./map.svelte";
|
import { map, pin } from "./map.svelte";
|
||||||
import {
|
import {
|
||||||
|
|||||||
@ -37,4 +37,4 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{#if routing.geojson.route}
|
{#if routing.geojson.route}
|
||||||
{@render layer(routing.geojson.route, "route", "#3478f6")}
|
{@render layer(routing.geojson.route, "route", "#3478f6")}
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user