Skip to content

Commit

Permalink
Use properly exported route-snapper init
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed May 14, 2024
1 parent f5e6ef8 commit 83c146f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@picocss/pico": "^2.0.3",
"@turf/along": "^6.5.0",
"route-snapper-ts": "^0.0.2",
"route-snapper-ts": "^0.0.3",
"svelte-maplibre": "^0.8.3",
"svelte-utils": "github:a-b-street/svelte-utils"
}
Expand Down
2 changes: 1 addition & 1 deletion web/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import "@picocss/pico/css/pico.jade.min.css";
import initLtn from "backend";
import type { Map } from "maplibre-gl";
import initRouteSnapper from "route-snapper";
import { init as initRouteSnapper } from "route-snapper-ts";
import { onMount } from "svelte";
import { FillLayer, GeoJSON, MapLibre } from "svelte-maplibre";
import { notNull, Geocoder } from "svelte-utils";
Expand Down

0 comments on commit 83c146f

Please sign in to comment.