WorldWindJava
WorldWindJava copied to clipboard
A community supported fork of the NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
### Prerequisites Please fulfill the following requirements before submitting an issue to this repository. - Check the "Common Problems" page on the WorldWind website: https://worldwind.arc.nasa.gov/java/tutorials/common-problems - Check that your issue...
Migrated issue from: https://github.com/NASAWorldWind/WorldWindJava/issues/55. > The TerrainProfile example exposes a flat globe option, which when selected, causes the terrain profile window to disappear. I just ran the `TerrainProfiler` example and...
### Description of the Change Created a new-pull request from the changes in upstream pull-request [#134](https://github.com/NASAWorldWind/WorldWindJava/pull/134). New symbols namely Block 2.X.1.1 and Penetrate 2.X.1.17 were added by @mziolkowski. ### Why...
### Description WebViews do not work on Linux. They work fine on OSX and Windows. The [BasicWebViewFactory ](https://github.com/WorldWindEarth/WorldWindJava/blob/develop/src/gov/nasa/worldwind/util/webview/BasicWebViewFactory.java) has a placeholder for createLinuxWebView, but it has TODO: implement native WebView...
### Description The method "setExpiryTime" in the Layer class has the following description: /** * Specifies the time of the layer's most recent dataset update. If greater than zero, the...
### Description If GDAL version later than 3.0.0 is used, imagery won't be displayed. **Symptom:** When a raster image is read by GDAL, the error GDALWarpOptions.Validate(): nBandCount=0, no bands configured!...
We can add additional flexibility to WorldWind's XML output logic to allow for a bit more fine-grained control. The original pull-request (https://github.com/NASAWorldWind/WorldWindJava/pull/23) adds configuration that allows for XML output to...
We can improve the XML parsing logic in WorldWind so that we can have some rudimentary features such as property-substitution. There are various scenarios where this can be an advantage....
### Description Current approach of details control in TiledImageLayer is based on camera distance to surface and horizontal field of view, but it does not provide stable pixel density of...
At https://worldwind.earth/#about one can read > WorldWindJava > I have alternative servers for NASA core imagery (from worldwind25.arc.nasa.gov/wms) and NASA elevations (from worldwind26.arc.nasa.gov/elev) staged for production should the WorldWind shutdown...