-
```
[javac] Compiling 214 source files to /Users/bobby/gaeaplus/build/classes
[javac] /Users/bobby/gaeaplus/src/gov/nasa/worldwindx/examples/applet/WWJApplet.java:86: error: cannot find symbol
[javac]…
-
Enhance the Navigator component in WorldWind Android by adding altitude mode support. The Camera and LookAt primitives contain an altitudeMode property indicating the viewer's vertical datum. This pro…
-
Run this script:
```javascript
var feature1 = new emp3.api.MilStdSymbol({
geoId: 'myPath',
name: 'myPath',
positions: [
{latitude: 40, longitude: 40},
{latitude: 41, longitude: 41…
-
Hi,
I'm experiencing difficulties to make Gaea+ compatible with 3D models.
Either I can apply a Stars layer on WorldWind but my models are "cut" by the edge of the Earth (when I disable pos_effects)…
-
The names of the commands to use do not reflect their behaviors.
Even worse; it's using a completely different terminology field (alcohol in this case).
Are you serious when you ask to the user to…
-
Child of #537
The RequireJS task that builds the artifacts executes twice in the build process. Investigate and implement means of optimizing the task. Using worldwind.js and minifying from there …
-
### Description
https://worldwind.arc.nasa.gov/web/get-started/
Documentation Get Started page provides an outdated link for wms imagery.
Old: https://neo.sci.gsfc.nasa.gov/wms/wms?SERVICE=WMS&…
-
Hello.
Mil-std-2525 tactical graphics rendering library requres map scale to render tactical symbols with proper level of details.
Map scale in worldwind can be approximately calculated using th…
-
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/7ff9783dca5f8fd3ef5239aa43b67…
-
There 3 path types : Rhumb (constant bearing), great circle (geodesic or shortest distance), and linear.
Cesium and WorldWind are defaulting path type to great circle. The SEC renderer is using rhu…