quentinlampin / ngx-openlayers

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

WMS example #68

Closed xtarx closed 7 years ago

xtarx commented 7 years ago

Hello, thanks so much for the wonderful effort

I have 3 questions:

  1. Can you publish the latest release to NPM as the release on NPM is (0.6.5)
  2. Can you provide a WMS example
  3. Do you have a map/layer switcher in plan?

Thanks again :+1:

quentin-ol commented 7 years ago

npm is now up-to-date.

I'm not using WMS so I can't help you on this but Openlayers own examples usually translate quite easily to angular2-openlayers.

map/layer switcher can be easily implemented with '''*ngIf" on the layers you want to switch/hide.

Leaving this open: if anyone reading this has an example at hand, feel free to share. This would also be a great addition to the documentation.

xtarx commented 7 years ago

@quentin-ol thank you so much for the quick response, I'll give it a try and will add it to documentation if I made it work:+1:

quentin-ol commented 7 years ago

btw, #59 might be useful.

quentin-ol commented 7 years ago

While I'm at reviewing open issues, is this still an issue? To my understanding, issue #59 provides a solution to making WMS source/tiles work. Isn't it?

xtarx commented 7 years ago

Yea it is very helpful.. thanks I will close it