
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
ogcopenapis
Advanced tools
Implements OGC OPEN API Features/Maps/Tiles capabilities and models for LuciadRIA
The ogcopenapis package provides OGC API functionalities to LuciadRIA Application.
Implements
The Main Components are:
This is the source code that produces a library delivered as a npm package. To build the source code use the npm scripts:
npm install
npm run build
Then you can publish the package to npm or other repository
Some test have been added that runs using nodejs using Jest. No browser test is available at the moment. The test uses isomorphic-fetch to provide fetch in node testing with jest.
npm run test
Test use the sever-side implementations of OGC Open API from "https://demo.pygeoapi.io/master/" and "https://maps.gnosis.earth/ogcapi/" The servers are reliable and stable, but take in t account that changes at the server may brake some tests of this client.
Simply import the NPM package into your project
npm install ogcopenapis
If you require the GetCapabilities functionality then import:
import {
CollectionLinkType, OgcOpenApiCapabilitiesCollection,
OgcOpenApiCapabilitiesCollectionServiceLinkType,
OgcOpenApiGetCapabilities
} from "ogcopenapis/lib/OgcOpenApiGetCapabilities";
For Open Api Feature you can use the OgcOpenApiFeatureStore, this implements a store that can be used with LuciadRIA FeatureModel and FeatureLayer
import {
OgcOpenApiFeatureStore
} from "ogcopenapis/lib/OgcOpenApiFeatureStore";
For Maps and Tiles use OgcOpenApiMapsModel and OgcOpenApiTilesModel:
import {OgcOpenApiMapsModel} from "ogcopenapis/lib/OgcOpenApiMapsModel";
import {OgcOpenApiTilesModel} from "ogcopenapis/lib/OgcOpenApiTilesModel";
Both models extend from UrlTileSetModel so you can use them in combination with RasterTileSetLayer. Look at the LuciadRIA documentation if you need further information on using RasterTileSetLayer.
FAQs
Implements OGC OPEN API Features/Maps/Tiles capabilities and models for LuciadRIA
The npm package ogcopenapis receives a total of 0 weekly downloads. As such, ogcopenapis popularity was classified as not popular.
We found that ogcopenapis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.