Skip to content

Commit

Permalink
hotfix(ContextMenu): import de la bilbiothèque necessaire dans Contex…
Browse files Browse the repository at this point in the history
…tMenu
  • Loading branch information
elias75015 committed Jan 30, 2025
1 parent b89529a commit 893c167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geopf-extensions-openlayers",
"description": "French Geoportal Extensions for OpenLayers libraries",
"version": "1.0.0-beta.2-340",
"version": "1.0.0-beta.2-340-main",
"date": "30/01/2025",
"module": "src/index.js",
"directories": {},
Expand Down
3 changes: 3 additions & 0 deletions src/packages/Controls/ContextMenu/ContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import {
fromLonLat as olFromLonLat
} from "ol/proj";

// import geoportal library access
import Gp from "geoportal-access-lib";

// import local
import Utils from "../../Utils/Helper";
import Markers from "../Utils/Markers";
Expand Down

0 comments on commit 893c167

Please sign in to comment.