tombatossals / angular-openlayers-directive

AngularJS directive to embed an interact with maps managed by the OpenLayers library
http://tombatossals.github.io/angular-openlayers-directive/
MIT License
282 stars 183 forks source link

Support newer versions of OL? #370

Closed chander closed 6 years ago

chander commented 7 years ago

Right now it looks like the code uses some pretty old stuff - for example using ol.animation (rather than view animations) and map.unByKey (which is now ol.Observable.unByKey) - just to name a couple. Any plans to upgrade/update to support the current OL version(s) ?

juristr commented 7 years ago

Hi, we currently use it with openlayers v3.13.1, so I can confirm it works with that version. To which version did you want it to be upgraded. And could you eventually submit a PR for it? That'd be great as I'm currently short on time :smile:. Obviously I could help guide you if needed.

Let me know

juristr commented 6 years ago

See #383

juristr commented 6 years ago

Version 2.0.0 with openlayers v4 has just been released