@dlr-eoc/services-ogc
Version:
This module bundles our clients for OGC standards. E.g. parse OWS Context JSON, WMS, WMTS or WPS.
53 lines (52 loc) • 1.37 kB
JSON
{
"name": "@dlr-eoc/services-ogc",
"main": "src/public-api",
"version": "16.0.0-next.2",
"license": "Apache-2.0",
"author": "Team UKIS",
"description": "This module bundles our clients for OGC standards. E.g. parse OWS Context JSON, WMS, WMTS or WPS.",
"keywords": [
"angular",
"mapping",
"OGC",
"OWS Context JSON",
"WMS",
"WMTS",
"WPS"
],
"peerDependencies": {
"@angular/common": "^19.2.12",
"@angular/core": "^19.2.12",
"rxjs": "~7.8.2"
},
"dependencies": {
"@dlr-eoc/services-layers": "16.0.0-next.2",
"@dlr-eoc/services-util-store": "16.0.0-next.2",
"@dlr-eoc/base-layers-raster": "16.0.0-next.2",
"@dlr-eoc/services-map-state": "16.0.0-next.2",
"@dlr-eoc/utils-ogc": "16.0.0-next.2",
"w3c-schemas": "^1.4.0",
"ogc-schemas": "^2.6.1",
"ol": "^v10.5.0",
"jsonix": "^3.0.0",
"tslib": "^2.6.3",
"opensearch-browser": "^2.0.0-alpha.5",
"luxon": "^3.6.1"
},
"module": "fesm2022/dlr-eoc-services-ogc.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/dlr-eoc-services-ogc.mjs"
}
},
"sideEffects": false,
"repository": {
"url": "git+https://github.com/dlr-eoc/ukis-frontend-libraries.git",
"type": "git"
}
}