UNPKG

@dlr-eoc/utils-ogc

Version:

This library bundles our clients for OGC standards. The long-term-strategy is to make all services in `@dlr-eoc/services-ogc` independent of angular and move them here.

40 lines (39 loc) 1.01 kB
{ "name": "@dlr-eoc/utils-ogc", "main": "src/public-api", "version": "16.0.0-next.3", "license": "Apache-2.0", "author": "Team UKIS", "description": "This library bundles our clients for OGC standards. The long-term-strategy is to make all services in `@dlr-eoc/services-ogc` independent of angular and move them here.", "keywords": [ "mapping", "OGC", "WMS", "WPS" ], "peerDependencies": {}, "dependencies": { "w3c-schemas": "^1.4.0", "ogc-schemas": "^2.6.1", "jsonix": "^3.0.0", "xmlserializer": "^0.6.1", "ol": "^v10.5.0", "tslib": "^2.3.0" }, "module": "fesm2022/dlr-eoc-utils-ogc.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/dlr-eoc-utils-ogc.mjs" } }, "sideEffects": false, "repository": { "url": "git+https://github.com/dlr-eoc/ukis-frontend-libraries.git", "type": "git" } }