-
Add support for the bil/dds elevation WMS formats used by the WorldWindJava SDK.
Consider the GeoServer community _WorldWind Format Module_ (module id: gs-dds).
-
At https://worldwind.earth/#about one can read
> WorldWindJava
> I have alternative servers for NASA core imagery (from worldwind25.arc.nasa.gov/wms) and NASA elevations (from worldwind26.arc.nasa.g…
-
### Description
Error in the thread main while launching any examples
Exception in thread "main" java.lang.AbstractMethodError: javax.xml.parsers.DocumentBuilderFactory.setFeature(Ljava/lang/Str…
-
There is no ebuild for substance.jar, and JSatTrak doesn't want to start.
JSatTrak doesn't work with latest worldwind-0.6.408.13196 (3D windows are not opened, and NoSuchMethodException is logged). B…
-
I am using SMAC as planning tuner in a Smart Autoflight Control System PhD project and just observed the following exception after otherwise successful tuning runs:
java.lang.IllegalStateException:…
-
I am having an issue loading the shaders:
> 8249-8273/it.trilogis.android.ww E/gov.nasa.worldwind﹕ Exception loading program shaders/SkyGradientLayer.vert, shaders/SkyGradientLayer.frag
> 7765-7874/i…
-
I want to draw a simply rectangle on WebWorldWind globe with min and max latitudes and longitudes. The simplified code is below:
`
ymin = -60;
ymax = 60;
…
-
WMTS Layer is implemented on WorldWind Android and WorldWind Web versions, but it is not implemented on Java version. Is there any plan for implementing WMTS Layer in Java version?
Thanks
-
### Prerequisites
Please fulfill the following requirements before submitting an issue to this repository.
- Check the "Common Problems" page on the WorldWind website: https://worldwind.arc.na…
-
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 from consolidating the logs …