openlayers-editor
openlayers-editor copied to clipboard
OLE not building with open layers v6.15.0 +
src/interaction/selectmodify.js uses GeometryType from 'ol/geom/GeometryType'. This does not exist in OL v6.15.0+ as it has been deprecated.
From OL release notes:
"Replacement of string enums with union types This change only affects users that were using the non-API string enums
ol/OverlayPositioning ol/extent/Corner ol/format/FormatType ol/geom/GeometryType ol/source/State ol/source/WMSServerType ol/source/WMTSRequestEncoding Instead of these, use the respective strings, which are now typesafe by means of union types."
Could OLE be updated to work with OL v6.15.0+ please?