Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CapabilitiesUtil and init LayerUtil #412

Merged
merged 4 commits into from
Apr 8, 2021
Merged

Update CapabilitiesUtil and init LayerUtil #412

merged 4 commits into from
Apr 8, 2021

Conversation

dnlkoch
Copy link
Member

@dnlkoch dnlkoch commented Apr 8, 2021

This updates the CapabilitiesUtil by adding the methods getWmsCapabilities(), getWmsCapabilitiesByLayer() and getCapabilitiesUrl() and initializes the LayerUtil including getExtentForLayer().

The existing method parseWmsCapabilities() has been deprecated in favour of getWmsCapabilities() (thus no breaking change.)

Tests were failing locally with ReferenceError: regeneratorRuntime is not defined, this has been fixed by adding @babel/plugin-transform-runtime and @babel/runtime

Please review @terrestris/devs.

* Deprecating parseWmsCapabilities() in favour of getWmsCapabilities()
* Adding methods getWmsCapabilities(), getWmsCapabilitiesByLayer() and getCapabilitiesUrl()
@dnlkoch
Copy link
Member Author

dnlkoch commented Apr 8, 2021

Thanks for the review!

@dnlkoch dnlkoch merged commit 65af27c into master Apr 8, 2021
@dnlkoch dnlkoch deleted the add-layerutil branch April 8, 2021 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants