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