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

package.json and bower.json specify different versions of OpenLayers #373

Closed NoisyFlowers closed 6 years ago

NoisyFlowers commented 7 years ago

package.json specifies OpenLayers 3.18.1 as a dependency. bower.json specifies 3.16.0. I am installing from bower, but I need to use OL features that don't exist until 3.18 (specifically, ol.format.ogc.filter.intersects). Is there any reason that bower.json requires an earlier version? If not, can this be bumped up?

Thanks!

juristr commented 6 years ago

Should be ok once #383 gets merged