- Module created
- Added a js minified version, fixed some typos in readme and corrected definition file.
- Added a css minified version and fixed some examples.
- Added ES module version.
- Fixed attribute "files" inside package.json
- Extent property added dynamically to prevent strange bug in some occasions.
- Fixed package.json
- Fixed some bugs
- Added methods to show or hide geoZones and the map Control
- Improved css
- Updated proxyUrl on examples and README
- Added 'https://' to API url's to facilitate uses of proxys
- Added 'full' and 'compact' panels versions.
- Show the loading indicator also in collapsed mode.
- Added Visibility toggle
- Initialize layers and events only if it's visible. Otherwise, the initialization is deferred
- Show alert when geoZones are forced to be displayed but the view is to large
- Improved css in loading spinner
- Fixed loading spinner showing late
- Now a custom alert function can be used
- Some refactoring to improve default values readibility
- Fixed minor bug within loading indicator
- Added new drones
- Improved language support
- Icon property crossOrigin setted to 'anonymous'
- Minor fixes, improved some comments
- Fixed bug when no opt_options are present
- npm audt fix
- Improved typescript and rollup configuration
- Added "watch" script
- Updated dependencies
- Added Source Maps
- Refactored code: class extends ol.control.Control (breaking changes)
- Updated dependencies
- Added new dji models
- Converted css to scss
- Removed unnecesary examples
- Ol7 compatibility
- Updated CDNs in examples
- Added new drones
- Fixed unnecesary request when the geozones are hidden and the map is dragged
- Fix outdated terser with "overrides"
- Added "error" event
- Added new drones
- Removed "browser" attribute from package.json
- Added "type" module attribute to package.json
- Removed index.js
- Updated dependencies
- Improved rollup and ts configs
- Added
buffer
option to increase the search area - Added ".js" extension on imports to work better with webpack 5 default's config
- Lib is builded with es2017 target (downgraded from esnext)
- Removed babel deps
- Added header to dist files
- Improved error handling and listeners cleaning afterwards
- Added type support to the customized
ErrorEvent
- Fixed potential bug displaying incorrect loading state
- Added style
pointer-events: none
to control icon img - Added version on README examples urls
- Added new drones
- Added attrbiute
showGeozoneIcons
to display/hide geozone icons - Fixed bug on geozones returning 99 as
type
in some drones - Minimal addition to the README
- Updated to Ol8
- Updated dev dependencies and removed babel
- Added option
encodeURIRequest
- Updated to Ol9 (types)
- Updated drone list
- Force css style in the drone select to be 100% width
- Updated dependencies