We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To solve issue #3, we need to first test if we have a ncWMS service that is capable of accepting COLORSCALERANGE requests. There are existing tests to determine if we have an ESRI WMS service or a geoserver WMS service: https://github.com/TerriaJS/terriajs/blob/newui/lib/Models/WebMapServiceCatalogItem.js#L346-L352
COLORSCALERANGE
So we just need to get creative and figure out how to uniquely identify a ncWMS service.
The text was updated successfully, but these errors were encountered:
TerriaJS/terriajs#1636 is the first pass at this
Sorry, something went wrong.
jiwalker-usgs
No branches or pull requests
To solve issue #3, we need to first test if we have a ncWMS service that is capable of accepting
COLORSCALERANGE
requests. There are existing tests to determine if we have an ESRI WMS service or a geoserver WMS service:https://github.com/TerriaJS/terriajs/blob/newui/lib/Models/WebMapServiceCatalogItem.js#L346-L352
So we just need to get creative and figure out how to uniquely identify a ncWMS service.
The text was updated successfully, but these errors were encountered: