Socket
Socket
Sign inDemoInstall

@nextgis/webmap

Package Overview
Dependencies
Maintainers
2
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/webmap - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

lib/interfaces/BaseTypes.d.ts

8

lib/interfaces/LayerAdapter.d.ts

@@ -0,1 +1,3 @@

import { GeoJsonObject } from 'geojson';
import { LatLng } from './BaseTypes';
interface AdapterOptions {

@@ -15,4 +17,7 @@ id?: string;

export interface GeoJsonAdapterOptions extends AdapterOptions {
data?: any;
data?: GeoJsonObject;
}
export interface MarkerAdapterOptions extends AdapterOptions {
latLng: LatLng;
}
export interface LayerAdapters {

@@ -23,2 +28,3 @@ 'MVT': MvtAdapterOptions;

'TILE': AdapterOptions;
'MARKER': MarkerAdapterOptions;
'GEOJSON': GeoJsonAdapterOptions;

@@ -25,0 +31,0 @@ [name: string]: AdapterOptions;

@@ -0,0 +0,0 @@ import { WebMap } from './entities/WebMap';

19

package.json
{
"name": "@nextgis/webmap",
"version": "0.2.3",
"version": "0.3.0",
"description": "",

@@ -9,13 +9,13 @@ "main": "lib/webmap.js",

"@types/events": "^1.2.0",
"@types/node": "^10.11.3",
"lerna": "^3.4.0",
"@types/node": "^10.12.1",
"lerna": "^3.4.3",
"rollup": "*",
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.17.0",
"rollup-plugin-typescript2": "^0.17.2",
"rollup-plugin-uglify": "^6.0.0",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
"typescript": "^3.1.4"
},

@@ -43,3 +43,6 @@ "scripts": {

"license": "GPL-3.0",
"gitHead": "a930bc0f790c80157a40252210d8c2cfcd7b3ae6"
"gitHead": "084bbbc063544026f902270c8d2a1b07ee7d7885",
"dependencies": {
"@types/geojson": "^7946.0.4"
}
}
# WebMap
Universal map constructor

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