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

### Prerequisites - ✅Check the "Common Problems" page on the WorldWind website: https://worldwind.arc.nasa.gov/java/tutorials/common-problems - ✅Check that your issue isn't already filed: https://github.com/NASAWorldWind/WorldWindJava/issues - ✅Check the WorldWind forum for common solutions:...

**Note:** Any issue that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion. ### Prerequisites Issue discovered on Windows 11...

It looks like the certificate expired once again. SEVERE [gov.nasa.worldwind]: Error attempting to retrieve https://worldwind22.arc.nasa.gov/geoserver/wfs?version=1.0.0&TypeName=topp:wpl_uscities0&Request=GetFeature&Service=WFS&OUTPUTFORMAT=GML2-GZIP&BBOX=11.875,57.5,12.5,58.125 java.security.cert.CertificateExpiredException: NotAfter: Tue Feb 22 00:52:28 CET 2022

### Description When running the demo application, I get a lot of ``` GRAVE: Retrieval failed for https://worldwind26.arc.nasa.gov/elev?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0 dez 08, 2020 6:46:28 AM gov.nasa.worldwind.util.SessionCacheUtils retrieveSessionData GRAVE: Exception while retrieving resources...

**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....

The error is reported below: 严重: Retrieval returned no content for https://worldwind47.arc.nasa.gov/topo?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0 3月 28, 2022 9:01:32 下午 gov.nasa.worldwind.util.SessionCacheRetrievalPostProcessor run. How to deal with it? Thank very much for your answer.

I have a question regarding the built of GDAL with WorldWind. Since there is no built shipped with WorldWind I compiled GDAL 3.4.2 with Java from the sources which took...

### Description Using the version 2.2.0, when using Windows with the scaling graphical parameter activated we can see borders on the top and the right of the WorldWind map: ![Annotation...

### Description of the Change Partial fix of issue #195 . Allows to resize the World Window according to Windows's scaling factor. ### Why Should This Be In Core? Because...

### Description of the Change This PR adds maximum diagonal size of placemark texture value into depth range of glOrtho, the similar way as CompassLayer do for Compass texture tilt....