You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Currently the code is not published as a npm package and taking it into use is unnecessarily difficult.
It also targets OpenLayers v4.6.5, which is quite old compared to the newest release v6.9.0.
The text was updated successfully, but these errors were encountered:
To add to this, since Openlayers 5, the library is now ES module based and there is no longer the global window.ol object which this plugin relies on so it is effectively unusable now.
For others looking for a solution, below is my webpack config workaround using imports-loader and exports-loader to shim the package. It's pretty horrible but it works.
This issue is for a: (mark with an
x
)Currently the code is not published as a npm package and taking it into use is unnecessarily difficult.
It also targets OpenLayers v4.6.5, which is quite old compared to the newest release v6.9.0.
The text was updated successfully, but these errors were encountered: