| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
case for file extension
case for file extension
… has for the layer, or the request may fail. See https://forum.worldwindcentral.com/forum/world-wind-java-forums/development-help/158241-wcs-elevation-model-with-partial-data.
| Back | FazBrowse Home | New Git URL |
Description of the Change
Why Should This Be In Core?
Bugs, of course, should be fixed. Memory/resource leaks are "bad". I added the error checks when I was debugging my setup of a WCS server for elevation data. They are likely to help others.
Benefits
more robust code
Potential Drawbacks
I was a bit concerned of the effect clipping the tile size to what's in the server would have on other code in the system. As far as I could tell, the ElevationModel correctly handles missing data, and if a request is made for data outside the clipped tile, the next ElevationModel in the list will be checked.
Applicable Issues
None that I know of...