Bruce Schubert

Results 145 issues of Bruce Schubert

### Description The `WWMath.epsg3857ToEpsg4326` doesn't use sufficient precision to convert coordinates correctly. The radius used in the function is _6.3781e6_, it should be _6.378137e6_ (note the addition of the "3"...

bug

### Description The _TectonicPlatesLayer_ plate geometries are drawn with `SurfacePolygon`, yet the source geometry for each plate is a WKT _LineString_. The geometry should be drawn with `SurfacePolyline`. ### Steps...

bug

Placename performance suffers from the loss of the placename server caching mechanism.

bug

The _USGS NAIP Plus_ maps imagery appears to treat the color white as transparent, allowing background layers to bleed through in areas. This is not a bug in World Wind,...

The _USGS TNM Topo_ maps have shade relief coverage for the world, but when zooming in, the shaded relief disappears from maps outside of the US and its properties. This...

Many small streams and lakes are missing in the large scale _USGS TNM Topo Large_ layer. This is not a bug in World Wind, but rather an issue with the...

When zooming in on mountainous terrain, the near clip plane clips the terrain before it comes in close. **_Example: Mt Rainer_** ![image](https://cloud.githubusercontent.com/assets/191515/25247168/eb30c380-25be-11e7-89fd-e2b117a8cc78.png)

bug

A client reported an exception when accessing a World Wind WMS. The following log was provided. It appears the client is accessing a WMS and loading the result into a...

bug

Within the worldwind-examples module, the MultiGlobeActivity exhibits abnormal behavior on some devices. In portrait mode, the slider may move in the opposite direction of the user's drag operation.

bug

The new VOR1 CDI can be toggled between the GPS cross track (default) or the NAV1 radial error. Adding a push button to the VOR1 to perform the toggle seems...