Skip to content

Commit

Permalink
OpeLayers with useGeographic (#36)
Browse files Browse the repository at this point in the history
* fixed use of useGeographic in ol (fixes #35)

* updated dependencies
  • Loading branch information
zdila authored Jun 27, 2024
1 parent 2171aef commit 1f3b728
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 141 deletions.
3 changes: 3 additions & 0 deletions examples/openlayers/AppOpenLayers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
import { onMount } from "svelte";
import { GeocodingControl } from "../../src/openlayers";
// import { useGeographic } from "ol/proj.js";
// useGeographic();
let containerElement: HTMLElement;
const apiKey =
Expand Down
Loading

0 comments on commit 1f3b728

Please sign in to comment.