angular-cesium icon indicating copy to clipboard operation
angular-cesium copied to clipboard

Use cesium typing.

Open Crocsx opened this issue 5 years ago • 0 comments

It should be good to upgrade the package so that it use cesium default typing and not angular-cesium special typing for Cartesia3/Cartesian3...

also, removing cesium from the window scope "./node_modules/cesium/Build/Cesium/Cesium.js" and just using necessary package.

I will try to look at it.

EDIT : I checked the code, and some functionality will be missing by doing so. If we don't import cesium library in the window scope, but use es6 import, some code like primitives-primitives and the htmlPrimitive extensions for exemple will not be possible...

Crocsx avatar Sep 15 '20 14:09 Crocsx