UNPKG

ngx-gaia-gis

Version:

GaiaGisService is an Angular library that simplifies the integration of interactive maps using OpenLayers. It allows for visualizing raster maps, adding custom points, and adjusting views easily, making it ideal for developers who need to implement geospa

56 lines 1.57 kB
{ "name": "ngx-gaia-gis", "version": "1.1.1", "peerDependencies": { "@angular/common": ">=20.0.0 ", "@angular/core": ">=20.0.0 ", "geotiff": "^2.1.3", "jspdf": "^2.5.2", "ol": "^10.3.0", "ol-hashed": "^2.1.0" }, "description": "GaiaGisService is an Angular library that simplifies the integration of interactive maps using OpenLayers. It allows for visualizing raster maps, adding custom points, and adjusting views easily, making it ideal for developers who need to implement geospatial features in their web applications.", "dependencies": { "tslib": "^2.3.0" }, "license": "AGPL-3.0-only", "repository": { "type": "git", "url": "git+https://github.com/Olympus-Analytics/ngx-gaia-gis.git" }, "keywords": [ "Angular", "GIS", "Maps", "Geotiff", "COG-Geotiff", "OpenLayers", "Gaia-GIS", "Pdf Export", "Geospatial", "Points" ], "author": "Cristhian Agamez, contactanos@olympus-analytics.dev", "homepage": "https://gaia-gis.olympus-analytics.dev/", "bugs": { "url": "https://github.com/Olympus-Analytics/ngx-gaia-gis/issues" }, "module": "fesm2022/ngx-gaia-gis.mjs", "typings": "index.d.ts", "exports": { ".": { "require": "./bundles/ngx-gaia-gis.umd.js", "import": "./fesm2022/ngx-gaia-gis.mjs", "types": "./index.d.ts", "default": "./fesm2022/ngx-gaia-gis.mjs" }, "./package.json": { "default": "./package.json" } }, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "sideEffects": false }