@dlr-eoc/map-cesium
Version:
This is a angular module that exports a cesium component that can handle UKIS layers. See @dlr-eoc/services-layers for supported types.
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "@dlr-eoc/map-cesium",
"version": "16.0.0-next.2",
"main": "src/public-api",
"license": "Apache-2.0",
"author": "Team UKIS",
"description": "This is a angular module that exports a cesium component that can handle UKIS layers. See @dlr-eoc/services-layers for supported types.",
"keywords": [
"angular",
"mapping",
"cesium",
"3D",
"Globe",
"layers"
],
"peerDependencies": {
"@angular/common": "^19.2.12",
"@angular/core": "^19.2.12",
"rxjs": "~7.8.2"
},
"dependencies": {
"@dlr-eoc/services-map-state": "16.0.0-next.2",
"@dlr-eoc/services-layers": "16.0.0-next.2",
"@cesium/engine": "^17.0.0",
"@cesium/widgets": "^12.0.0",
"tslib": "^2.6.3"
},
"sideEffects": false,
"module": "fesm2022/dlr-eoc-map-cesium.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/dlr-eoc-map-cesium.mjs"
}
},
"repository": {
"url": "git+https://github.com/dlr-eoc/ukis-frontend-libraries.git",
"type": "git"
}
}