WorldWindJava
WorldWindJava copied to clipboard
The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
@Override public void setDragEnabled(boolean enabled) { this.dragEnabled = true; } https://github.com/NASAWorldWind/WorldWindJava/blob/ee4d299b1a06f1a0657bad2ca869b2cfde442de4/src/gov/nasa/worldwind/render/airspaces/AbstractAirspace.java#L992
### Description I've embedded WorldWind in a Eclipse Rich Client Application. However the error I get seems to be a general SSL connection problem (server down?). Since a few days...
### Description One of `LatLon`'s `getCenter()` methods seems to produce the wrong result when the iterable of LatLons/Positions passed in cross over the Prime Meridian. Specific Method: https://github.com/NASAWorldWind/WorldWindJava/blob/develop/src/gov/nasa/worldwind/geom/LatLon.java#L1128 ### Steps...
### Description of the Change In the class gov.nasa.worldwind.util.StatusBar a SwingTimer is created as a local variable in the constructor. This way the timer can never be stopped. ### Why...
In order to make the WorldWindJava library more available could you provide a package? See https://github.com/Codertocat/hello-world-npm as an example. This would make the released jars more readily available for tooling...
On the website it says: "Update on up and coming releases of NASA WorldWind February 26, 2020 Dear WorldWind Community, Here is a quick update on our progress with the...
### Description I get this error when I try to launch Worldwind 2.2.0 on [Debian 11](https://www.debian.org/News/2021/20210814) ``` java -jar worldwindx.jar java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)...
Is this scheduled for implementation anytime soon? Need any help with it and what'd be the best way to go about it? https://github.com/NASAWorldWind/WorldWindJava/blob/7ff9783dca5f8fd3ef5239aa43b67b5a758b85ee/src/gov/nasa/worldwind/render/Path.java#L2509
### Description GeoJsonCoordinateParser does not properly handle MultiPolygons causing an error message being logged ("WARNING: Unexpected object type [Lgov.nasa.worlwind.formats.geojson.GeoJSONPositionArray;") and the coordinates not being returned. This appears to be caused...
### Description A small WorldWindowGLJPanel example shows large blue pixels on Redhat 8/Ubuntu 20.04, exact same code on Redhat 6 works correctly. Also equivalent WorldWindowGLCanvas works correctly.  Problem appears...