Skip to content

Commit

Permalink
fix: init draw layer without tooltip (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari authored Dec 12, 2024
1 parent 23e5297 commit 60a6034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/drawtools/src/methods/draw/init-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const initLayerMethod = (EoxDrawTool, multipleFeatures) => {
"stroke-color": "#3399CC",
"stroke-width": 2.5,
},
tooltip: false,
},
},
{
Expand Down

0 comments on commit 60a6034

Please sign in to comment.