WorldWindJava
WorldWindJava copied to clipboard
The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
There is a logic error in the PolarCoordConverter. The else block on line 325 should have curly brace around lines 326 and 327. Currently written line 327 is executed regardless...
**Note:** Filling out this template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion....
Placename performance suffers from the loss of the placename server caching mechanism.
### Description of the Change Fix two problems: a) Index out of bounds error due to typo in convertMGRSToUPS; clearly the index should have been 1 instead of 12. b)...
Matrix.getDeterminant() might contain a typo. In the function ``` public final double getDeterminant() { double result = 0.0; // Columns 2, 3, 4. result += this.m11 * (this.m22 * (this.m33...
### Description From looking at SurfaceEllipse#computeLocations, the orientation of the major axis appears to be computed based on 0 degrees East as opposed to 0 degrees North. This is somewhat...
Centered aligned nasa's logo. So beautiful now :smile: .
In my application, i have a WorldWindowGLJPanel(wwd). I also have a polling that call wwd.redraw() every 2 seconds, but theres a memory leak that i cant clean on textRendererCache that...
### Description Setting the Pitch on PointPlacemarkAttributes does not seem to work correctly ### Steps to Reproduce This simple example attempts to set a pitch on the PointPlacemark through the...
When zooming either using the mouse scroll wheel or the + and - keys to zoom on the map, selection events are fired when the mouse reaches a map element....