1.8.0 • Published 4 years ago

jean-cesium-assistant v1.8.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Description

Provides helper functionality for Cesium.js

Support

Supports AMD eco system. If there is no loader, CesiumAssistant is registered as a browser variable.

Code Example

  • Use it as browser variable
var obj = new CesiumAssistant();
  • Use it with require.js
require(["path/to/CesiumAssistant"], function(CesiumAssistant){
    // Work with CesiumAssistant
});

Installation

npm install jean-cesium-assistant --save --legacy-bundling

API Reference

TBD

Tests

  • Open spec/spec-runner.html in browser to see the test cases.

License

MIT

1.8.0

4 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.5

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago