![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@camptocamp/ogc-client
Advanced tools
A Typescript library for interacting with OGC-compliant services
ogc-client is a Typescript library which implements several OGC standards and will help you interact with them in a user-friendly and consistent way.
Documentation and live demo here!
The following standards are partially implemented:
To install ogc-client, run:
$ npm install --save @camptocamp/ogc-client
To use, import API symbols like so:
import { WmsEndpoint, WfsEndpoint } from '@camptocamp/ogc-client';
Note: if you want to disable web worker usage, for example to solve issues with the Referer
header on outgoing
requests, use:
import { enableFallbackWithoutWorker } from '@camptocamp/ogc-client';
enableFallbackWithoutWorker();
All processing will be done on the main thread after this call, including HTTP requests.
A provided application containing the documentation and demo is located in the app
folder.
To start it locally, clone the repository and run the following commands:
$ cd app
$ npm install
$ npm start
The app is based on Vue.js and will showcase most features implemented in the library. You will need to supply it with valid OGC service urls.
FAQs
A Typescript library for interacting with geospatial services.
The npm package @camptocamp/ogc-client receives a total of 1,407 weekly downloads. As such, @camptocamp/ogc-client popularity was classified as popular.
We found that @camptocamp/ogc-client demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.