@2gis/mapgl
Advanced tools
Comparing version 1.36.0 to 1.37.0
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.36.0", | ||
"version": "1.37.0", | ||
"description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,3 +0,1 @@ | ||
export interface BssAdsPriority { | ||
adsPriority?: 'city'; | ||
} | ||
export {}; |
@@ -7,6 +7,11 @@ export declare const MAPGL_SCRIPT_URL: string; | ||
export declare const defaultMapGLTileServer: string; | ||
/** | ||
* Боевой url до BSS-приемника. | ||
* Для тестов нужно использовать https://casino-bss-receiver-api-qa.k8s.2gis.dev/bss/validate/3 | ||
* и исправить код сообщения на 212 (тестовое сообщение view). | ||
*/ | ||
export declare const defaultBssUrl = "https://s1.bss.2gis.com/bss/3"; | ||
export declare const defaultOnpremStyleOptions: { | ||
iconsPath: string; | ||
iconsPathForMap: string; | ||
fontsPath: string; | ||
}; |
@@ -31,6 +31,2 @@ export declare type InterpolateExpression<T extends number | string> = [ | ||
/** | ||
* @hidden | ||
*/ | ||
iconsPathForMap?: string; | ||
/** | ||
* The url to the fonts. | ||
@@ -37,0 +33,0 @@ */ |
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
82926
46
2661