Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@geospatial-sdk/core

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geospatial-sdk/core - npm Package Compare versions

Comparing version 0.0.5-dev.16 to 0.0.5-dev.17

dist/model/events.d.ts

1

dist/model/index.d.ts
export * from "./map-context";
export * from "./map-context-diff";
export * from "./events";
//# sourceMappingURL=index.d.ts.map
export * from "./map-context";
export * from "./map-context-diff";
export * from "./events";
export * from "./map-context";
export * from "./map-context-diff";
export * from "./events";

5

lib/utils/view.ts

@@ -12,2 +12,3 @@ import { transformExtent } from "ol/proj";

MapContextLayer,
MapContextLayerWfs,
MapContextLayerWms,

@@ -98,3 +99,5 @@ MapContextLayerWmts,

async function getWfsLayerExtent(layer: any): Promise<ViewByExtent | null> {
async function getWfsLayerExtent(
layer: MapContextLayerWfs,
): Promise<ViewByExtent | null> {
const endpoint = await new WfsEndpoint(layer.url).isReady();

@@ -101,0 +104,0 @@ const featureTypeSummary = endpoint.getFeatureTypeSummary(layer.featureType);

{
"name": "@geospatial-sdk/core",
"version": "0.0.5-dev.16+4001375",
"version": "0.0.5-dev.17+e758ce3",
"description": "Core functions and models for the SDK",

@@ -25,3 +25,3 @@ "author": "Olivia <olivia.guyot@camptocamp.com>",

},
"gitHead": "400137529b7bf0df095702ce7b899e0d51634c91",
"gitHead": "e758ce3d88f26443f0680907277ae4fde3c748f9",
"dependencies": {

@@ -28,0 +28,0 @@ "@camptocamp/ogc-client": "1.1.1-dev.9671ef4",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc