You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 rhumb. I checked and the EMP core geo libraries used for calculations are using great circle. So the only component using rhumb is the SEC renderer. There must be an option in the core and API to set the path type for all engines. What path types should be the default?
The text was updated successfully, but these errors were encountered:
After further discussion and investigation the default path type should be rhumb for all engines. If rhumb is the path type of choice then there is no need to expose a property for path type in the EMP API.
Need to set rhumb paths in Leaflet and webWorldwWnd. I don't know is the engine's sdk support the use of rhumb.
-issue Blocked until Cesium add support for rhumb path.
WSEC complaint that Android map calculations for graphics is incorrect because they are expecting geodesic and the map is rendering rhumb. The same issue happens also in emp3-web because it is using the same geo libraries Android map uses. The solution is to replace to library that supports geodesic like in the following link:
Cesium by default does support geodesic.
WW web ?
Leaflet ?
The Javascript renderer only supports rhumb. I need to talk to @michael-spinelli about the level of effort required to upgrade the renderer to use geodesic.
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 rhumb. I checked and the EMP core geo libraries used for calculations are using great circle. So the only component using rhumb is the SEC renderer. There must be an option in the core and API to set the path type for all engines. What path types should be the default?
The text was updated successfully, but these errors were encountered: