sjpinizzotto

Results 19 issues of sjpinizzotto

**Note:** Any issue that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion. ### Description Worldwind is not loading tile...

Add an NBC Area, Add an NBC single point graphic to the NBC Area graphic. the point's parent should be the NBC Area. Both should show on map. Now remove...

[Bug] Major
[Component] Core

Need to modify: emp.storage.visibility.getState() line *if (!visible) {* needs to be modified in order to mitigate the case where one feature resides under two unique overlays and one of the...

[Bug] Major
[Component] Core

The scale upon which the distance thresholds are at in Leaflet greatly differ from that of Cesium and Worldwind. Fix so that they match, or closely match Cesium and Worldwind...

[Bug] Major
[Engine] Leaflet

Create a Point class with a name, add it to the Leaflet map. The name does not show to the right of the item.

Add an event handler for view change. the event argument received in the event always shows VIEW_MOTION_STOPPED and never VIEW_IN_MOTION. Presumably, VIEW_MOTION_STOPPED should only occur after the map has been...

When calling drawFeature on Paths and Polygons in Leaflet the lines draw a different color than they do in Cesium and Worldwind if no color is provided. Leaflet will default...

Run this script: ```javascript var feature1 = new emp3.api.MilStdSymbol({ geoId: 'myPath', name: 'myPath', positions: [ {latitude: 40, longitude: 40}, {latitude: 41, longitude: 41} ], symbolCode: 'GFGPGLB----K--X' }); var overlay1 =...

[Bug] Major
[Engine] Leaflet
[Component] API
[Component] Core

When using emp distribution, it will not run without first including the mil symbology renderer. Not only is it inconvenient to have to do this, It is also a potential...

[Type] Enhancement

Since container is Map, Overlay or Feature, make sure 3 different tests are made--one for each.

[Type] New Feature
[Component] Validation