WorldWindEarth / WorldWindJava

A community supported fork of the NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
https://worldwind.earth/WorldWindJava/
49 stars 14 forks source link

Correct test for DTED file extension #18

Closed wcmatthysen closed 5 years ago

wcmatthysen commented 5 years ago

Description of the Change

Original pull-request of @gbburkhardt (see: https://github.com/NASAWorldWind/WorldWindJava/pull/137) with a fix in the InstallDTED class to allow for DTED files with upper or lowercase file extensions to be used.

Why Should This Be In Core?

This is a simple oversight that should have been included in the original class.

Benefits

Allow for DTED files with upper or lowercase file extensions to be used in the installDTED example class.

Potential Drawbacks

None

Applicable Issues

None