USGS-WiM / StreamStats-National

Nationwide StreamStats application using NLDI services
https://streamstats.usgs.gov/national-beta/
Other
4 stars 0 forks source link

Fixes #231 - Check BCs #270

Closed amedenblik closed 1 year ago

amedenblik commented 1 year ago

Closes #231

If the Geology map service (https://www.sciencebase.gov/arcgis/rest/services/Catalog/5888bf4fe4b05ccb964bab9d/MapServer/3) is down, comment out these lines in map.component.ts (will be fixed in #223):

let geologyResults = await this._mapService.queryGeology(basinFeature);
this._mapService.setGeologyReport(geologyResults);