NASAWorldWind / WorldWindJava

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
719 stars 327 forks source link

WCS server configurations using a wms2 endpoint #53

Closed emxsys closed 7 years ago

emxsys commented 7 years ago

The WCSElevations example generates several exceptions which include an "_wms2" endpoint indicative of an improperly configured server.

Dec 07, 2016 11:26:41 AM gov.nasa.worldwind.terrain.BasicElevationModel makeTiffElevations
SEVERE: Unknown File format or matching reader not found C:\ProgramData\Application Data\WorldWindData\worldwind26.arc.nasa.gov\_wms2\aster_v2\0\5\5_1.tif
Dec 07, 2016 11:26:41 AM gov.nasa.worldwind.terrain.BasicElevationModel readElevations
SEVERE: Exception attempting to read elevation file file:/C:/ProgramData/Application%20Data/WorldWindData/worldwind26.arc.nasa.gov/_wms2/aster_v2/0/5/5_1.tif

Dec 07, 2016 11:29:33 AM gov.nasa.worldwind.terrain.BasicElevationModel makeTiffElevations
SEVERE: Unknown File format or matching reader not found C:\ProgramData\Application Data\WorldWindData\worldwind26.arc.nasa.gov\_wms2\USGS-NED\0\6\6_3.tif
Dec 07, 2016 11:29:33 AM gov.nasa.worldwind.terrain.BasicElevationModel readElevations
SEVERE: Exception attempting to read elevation file file:/C:/ProgramData/Application%20Data/WorldWindData/worldwind26.arc.nasa.gov/_wms2/USGS-NED/0/6/6_3.tif
emxsys commented 7 years ago

Not a bug. /wms2 was the original location of the WCS test. This was duplicated to /wcs so both endpoints should work.