emp3-web
emp3-web copied to clipboard
Extensible Map Platform (EMP) web development kit
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 =...
Font on Mil-Std labels in WW is small and illegible.
Outline width of poly lines in Workwind is 3 to 4 times wider than in Cesium. Referencing same issue in webWorldwind: NASAWorldWind/WebWorldWind#128
Could you provide an example of how this widget could be used in an iwc environment. I have tried to create a widget but If I specify a container, and...
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...
Plot any graphics on WW and Cesium Map after adding overlay. Now start the single point performance test, it will remove any existing graphics on the map but the graphics...
-Create mil stnd -Go to Tactical graphics -Go to Command and control / Aviation /Lines / All graphics under lines On WW map they appear partially.
The alignment of mil-std labels are not correct on the left side of the graphic. They are stacked under the graphic instead of running in line with the graphic extending...