Cesium Navigation Plugin

Hello all,

I need compass to be added to my Cesium Project,

For that I have tried this solution https://github.com/alberto-acevedo/cesium-navigation, still I am not able to use it in my project.

Compass Cesium POC

@import url(…/Build/Cesium/Widgets/widgets.css);

html, body, #cesiumContainer {

width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden;

}

This code generates two errors:

1). Uncaught Error: Mismatched anonymous define() module: function (

defined,

defineProperties,

DeveloperError,

CesiumNavigation) {

’use strict’;

**- - - - - - - - - **

}

http://requirejs.org/docs/errors.html#mismatch

at makeError (require.js:168)

at intakeDefines (require.js:1254)

at require.js:1452

Hi there,

We don’t support the cesium-navigation project ourselves. However, the project appears not not have been updated in 2 years, which means it’s not up to date with the latest releases of Cesium. Contact the maintainer of the project, maybe they can update or tell you a compatible version of Cesium.

Thanks.

Gabby