-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(WMS): call GetCapabilities during layer preprocessing
WMS provider call get capabilities and set or check the following information: - projection - extent - format BREAKING CHANGE: WMS layer will now query getCapabilities. If you want to disable this behaviour (because you already provide all the informations in the json object), you need to set layer.disableGetCap to true.
- Loading branch information
Showing
10 changed files
with
2,033 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.