Skip to content

Commit

Permalink
Same for stview tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Jul 14, 2024
1 parent 5139a22 commit 3ccf216
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/common/StreetViewTool.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import cameraCursorUrl from "$lib/assets/camera_cursor.svg?url";
import StreetViewHelp from "./StreetViewHelp.svelte";
import { map, type Config } from "$lib/config";
import type { Map } from "maplibre-gl";
export let cfg: Config<F, S>;
export let cfg: { getStreetViewRoadLayerNames: (map: Map) => string[] };
export let enabled: boolean;
export let showControls = true;
Expand Down

0 comments on commit 3ccf216

Please sign in to comment.