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

### Description I have just updated to [WorldWind 2.2.0](https://github.com/NASAWorldWind/WorldWindJava/releases/tag/v2.2.0) (latest release) I can see that the [MultiResolutionPath](https://worldwind.arc.nasa.gov/java/latest/javadoc/gov/nasa/worldwind/render/MultiResolutionPath.MultiResolutionPathData.html) is marked as deprecated. I have the replaced it with the [Path](https://worldwind.arc.nasa.gov/java/latest/javadoc/gov/nasa/worldwind/render/Path.html) class....

There is a need for a community edition of WorldWind. This will essentially be a community-managed fork that incorporates pull requests not belonging in the stable upstream version, but still...

Looking at the code, it appears that the two addImage variants that accept a name, buffered image, and bounding box (either a Sector or LatLon list) were meant to delete...

### Description of the Change Fixed conversion error from MGRS to UPS. To be exact, corrected a typo which caused IndexOutofbounds Exception and added two lines which corrects wrongly returned...

UPDATE: Got SimplestPossibleExample running in Eclipse 12-2019 with Azul Zulu OpenJDK 11 on Windows 10. After creating the worldwind-v2.2.0 project from the GitHub worldwind-v2.2.0.zip contents. 1. Create a worldwind-v2.2.0/src/module-info.java file...

### Description Worldwind 0.6 maven project has broken links, preventing usage. ### Steps to Reproduce create a maven java project. add the following maven dependency to the project's pom. ```...

### Description After many hours or days of Worldwind running, characters in a font may be incorrectly drawn. See the capital "R" below for an example. ![garbled2](https://user-images.githubusercontent.com/66645123/84292373-aaba6e00-ab1c-11ea-8fd4-2ceedf1bd956.png) The TextRenderer class...

```java public void pick(DrawContext dc, java.awt.Point pickPoint) { OGLStackHandler stackHandler = new OGLStackHandler(); BasicAnnotationRenderer.this.pickSupport.clearPickList(); BasicAnnotationRenderer.this.beginDrawAnnotations(dc, stackHandler); try { this.annotation.setPickSupport(BasicAnnotationRenderer.this.pickSupport); this.doRender(dc, this); // Draw as many as we can in a...

The tactical symbols for MilStd2525C is not fully implemented. For headquarters, there is suppose to be a line ranging from the middle left of the symbol to one frame-distance below...

### Steps to Reproduce 1. Run the example 2. Zoom into the north edge of the map 3. Keep zooming **Expected behavior:** CPU load stays relatively constant **Actual behavior:** CPU...