Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Nov 27, 2024
1 parent 8efa470 commit 1ce2ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/maplibre/utilities/ImageLoader.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts">
import { onDestroy, type Snippet } from 'svelte';
import { getMapContext } from '../contexts.svelte.js';
import type maplibregl from 'maplibre-gl';
const mapCtx = getMapContext();
if (!mapCtx.map) throw new Error('Map instance is not initialized.');
Expand Down

0 comments on commit 1ce2ea8

Please sign in to comment.