Skip to content

Commit

Permalink
Change icon on map
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Feb 23, 2024
1 parent af74246 commit be4e606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/common/MapLibreMap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { MapLibre, NavigationControl, ScaleControl } from "svelte-maplibre";
import cycleParking from "../../../assets/bicycle_parking.png?url";
import chevron from "../../../assets/chevron.png?url";
import railwayStation from "../../../assets/train.png?url";
import railwayStation from "../../../assets/railway_station.png?url";
export let style: string;
export let startBounds: LngLatBoundsLike | undefined = undefined;
Expand Down Expand Up @@ -61,7 +61,7 @@
images={[
{ id: "chevron", url: chevron },
{ id: "cycle_parking", url: cycleParking },
{ id: "railway_station", url: railwayStation},
{ id: "railway_station", url: railwayStation },
]}
>
{#if $mapStore}
Expand Down

0 comments on commit be4e606

Please sign in to comment.