@nextgis/webmap
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -5,9 +5,5 @@ import { WebMap } from './entities/WebMap'; | ||
import { MapAdapter } from './interfaces/MapAdapter'; | ||
export { WebMap, AppOptions, LayerAdapter, LayerAdapters, MapAdapter, MapOptions, }; | ||
import { StarterKit } from './interfaces/AppSettings'; | ||
import { DialogAdapter, DialogAdapterOptions } from './interfaces/DialogAdapter'; | ||
export { WebMap, AppOptions, LayerAdapter, LayerAdapters, MapAdapter, MapOptions, StarterKit, DialogAdapter, DialogAdapterOptions, }; | ||
export declare function buildWebMap(appOpt: AppOptions, mapOpt: MapOptions): Promise<WebMap>; | ||
declare global { | ||
interface Window { | ||
WebMap: WebMap; | ||
buildWebMap: (options: any, config: any) => Promise<WebMap>; | ||
} | ||
} |
{ | ||
"name": "@nextgis/webmap", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -41,3 +41,4 @@ "main": "lib/webmap.js", | ||
], | ||
"license": "GPL-3.0" | ||
"license": "GPL-3.0", | ||
"gitHead": "61ae3c665f8c4c345a51183d1f53745cda97ec56" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150320
25
1735