quentinlampin / ngx-openlayers

Angular2+ components for Openlayers 4.x
Mozilla Public License 2.0
137 stars 97 forks source link

Warnings in console about OL objects #228

Open Yakoust opened 5 years ago

Yakoust commented 5 years ago

In an Angular app integrating OL5, we can see lots of warnings (as in demo app)

image

Related issue on webpack => https://github.com/webpack/webpack/issues/7378

In OL we have export default Source; for instance It seems to be a bad practice https://basarat.gitbooks.io/typescript/docs/tips/defaultIsBad.html