USGS-CMG / terriajs-dive

USGS-CDI TerriaJS Project
5 stars 9 forks source link

Test for ncWMS #8

Open rsignell-usgs opened 8 years ago

rsignell-usgs commented 8 years ago

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.

jiwalker-usgs commented 8 years ago

https://github.com/TerriaJS/terriajs/pull/1636 is the first pass at this