Skip to content

Commit

Permalink
Fix LineString drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Jul 10, 2024
1 parent 55f3f4f commit 3bdf92e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ol/interaction/Draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2137,6 +2137,7 @@ function getMode(type) {
return 'Point';
case 'LineString':
case 'MultiLineString':
return 'LineString';
case 'Polygon':
case 'MultiPolygon':
return 'Polygon';
Expand Down

0 comments on commit 3bdf92e

Please sign in to comment.