WorldWindJava icon indicating copy to clipboard operation
WorldWindJava copied to clipboard

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.

Results 120 WorldWindJava issues
Sort by recently updated
recently updated
newest added

Many small streams and lakes are missing in the large scale _USGS TNM Topo Large_ layer. This is not a bug in World Wind, but rather an issue with the...

Could we have a georef graticule layer included in worldwind java? https://en.wikipedia.org/wiki/Georef

Change WWXML to allow for configuring the OutputKeys that control the output of the XML created from a Transformer. This is primarily to allow for pretty printing XML docs. Also...

When deploying Worldwind within isolated environments with isloated WMS servers, there is no way to centralize the definition of the server name, instead, each of the layer XML files have...

I am currently using WorldWind as part of a larger system. One of the issues that I came across was that WorldWind uses Java's built-in logging framework. This prevents me...

If the LayerList contained the same layer more then once, moveHigher did not actually move a visible Layer "higher" (making it visible). Using lastIndexOf, the function should work for all...

A user on the forum indicated trouble using multiple DTED levels and asked if the RPFDataSeries duplicate series code in the enumeration may be contributing: https://github.com/NASAWorldWind/WorldWindJava/blob/2d1e121076bbdf2bca9b6d738a63604307617020/src/gov/nasa/worldwind/formats/rpf/RPFDataSeries.java#L98 Forum Post: https://forum.worldwindcentral.com/forum/world-wind-java-forums/development-help/156945-bug-in-rpfdataseries I'm...

I am not sure if this is seen as a bug or enhancement. We are using WMS-Layers via WMSTiledImageLayer / _TiledImageLayer_ with a flat earth (2d map / _FlatGlobe_). At...

The AVKey.South String is set to "gov.nasa.worldwdind.avkey.South". That looks like a spelling mistake and should be "gov.nasa.worldwind.avkey.South"

Is the calculation of Bottom and Top Plane w correct? I think.. line 230 in Frustum.java w = m.m44 + m.m23; => w = m.m44 + m.m24; line 238 in...