Skip to content

Commit

Permalink
fix(drawing): ol reference
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Jan 14, 2025
1 parent 0c29721 commit a9d9d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1-330",
"version": "1.0.0-beta.1-331",
"date": "14/01/2025",
"module": "src/index.js",
"directories": {},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/Controls/Drawing/Drawing.js
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ var Drawing = class Drawing extends Control {
context.tootlTipElem.className = "gpf-draw-linestring-tooltip";
}
context.tootlTipElem.innerText = "Double-cliquer pour terminer";
context.tooltipOvl = new ol.Overlay({
context.tooltipOvl = new Overlay({
element : context.tootlTipElem,
positioning : "top-right"
});
Expand Down

0 comments on commit a9d9d7a

Please sign in to comment.