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

Arcgis map is not working till openlayers 3.17.0 #385

Closed mfilotto closed 6 years ago

mfilotto commented 6 years ago

My map displayed with WMS Argics Tiles is not working anymore. This is solved by https://github.com/openlayers/openlayers/issues/5430 in version 3.17.0 (STYLES parameter should be sent with = : &STYLES=&)

The error can be seen here : http://openlayers.org/en/v3.16.0/examples/wms-image.html?q=wms And solved here : http://openlayers.org/en/v3.17.0/examples/wms-image.html?q=wms

So it would be great to upgrade openlayers to version 3.17.0 at least

mfilotto commented 6 years ago

Solved by PR Feature/update openlayers 4.3.4 : #383

juristr commented 6 years ago

Ok, thx for reporting this. I'll take a look at #383 as soon as I can. so to avoid duplicates, I'm closing this one. thx again