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.11 to 0.0.5-dev.12

10

dist/model/map-context.d.ts

@@ -37,2 +37,10 @@ import { FeatureCollection, Geometry } from "geojson";

}
export interface MapContextLayerOgcApi extends MapContextBaseLayer {
type: 'ogcapi';
url: string;
collection: string;
useTiles?: 'vector' | 'map';
tileMatrixSet?: string;
options?: Record<string, string>;
}
export interface MapContextLayerXyz extends MapContextBaseLayer {

@@ -60,3 +68,3 @@ type: "xyz";

*/
export type MapContextLayer = MapContextLayerWms | MapContextLayerWmts | MapContextLayerWfs | MapContextLayerXyz | MapContextLayerGeojson;
export type MapContextLayer = MapContextLayerWms | MapContextLayerWmts | MapContextLayerWfs | MapContextLayerXyz | MapContextLayerGeojson | MapContextLayerOgcApi;
export type Coordinate = [number, number];

@@ -63,0 +71,0 @@ /**

@@ -0,1 +1,2 @@

import { FeatureCollection, Geometry } from "geojson";

@@ -45,2 +46,11 @@

export interface MapContextLayerOgcApi extends MapContextBaseLayer{
type: 'ogcapi'
url: string
collection: string
useTiles?: 'vector' | 'map'
tileMatrixSet?: string
options?: Record<string, string>
}
export interface MapContextLayerXyz extends MapContextBaseLayer {

@@ -76,3 +86,4 @@ type: "xyz";

| MapContextLayerXyz
| MapContextLayerGeojson;
| MapContextLayerGeojson
| MapContextLayerOgcApi

@@ -79,0 +90,0 @@ export type Coordinate = [number, number];

4

package.json
{
"name": "@geospatial-sdk/core",
"version": "0.0.5-dev.11+a94ee71",
"version": "0.0.5-dev.12+8efa402",
"description": "Core functions and models for the SDK",

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

},
"gitHead": "a94ee7178decefed3ba074bbfd8a1a7c1813706d"
"gitHead": "8efa4028fb9c2f68aefcf72b744a7afb5c38f19c"
}

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