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

Directive reprojects? #374

Open evisms opened 7 years ago

evisms commented 7 years ago

Hi!

I need to know if there is any way to leave the projection my points bring from a geoJSON. I think the angular-openlayers-directive transforms points into a projection in meters, and I need them in degrees (as in the geoJSON), is there any way to do that?

Thanks in advance