| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The parameter WMS_VERSION is already read from configuration and set in the params varable. To overwrite it here will only make it impossible to change by configuration.
| setFallbacks(params); | ||
|
|
||
| // Setup WMS URL builder. | ||
| params.setValue(AVKey.WMS_VERSION, caps.getVersion()); |
There was a problem hiding this comment.
This is already done at line 130, IF the params does not contain a value already. This line just overwrites any WMS_VERSION that might be set in configuration.
Sorry, something went wrong.
Applies pull request #13 to the develop branch.
|
We've switched to a Git Flow branching model since this pull request was submitted. In the interest of getting this trivial change in to v2.1.0, we've manually applied this pull request to the develop branch. See commit 52afdee. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The parameter WMS_VERSION is already read from configuration and set in
the params varable. To overwrite it here will only make it impossible to
change by configuration.