@2gis/mapgl
Advanced tools
Comparing version 1.35.1 to 1.36.0
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.35.1", | ||
"version": "1.36.0", | ||
"description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -838,2 +838,6 @@ import { LngLatBounds } from '../objects/lngLatBounds'; | ||
dimensions?: number; | ||
/** | ||
* Path to the models. Used when model's url in the source is a relative path | ||
*/ | ||
modelsPath?: string; | ||
} | ||
@@ -840,0 +844,0 @@ /** |
@@ -38,2 +38,6 @@ export declare type InterpolateExpression<T extends number | string> = [ | ||
fontsPath: string; | ||
/** | ||
* The url to the models. | ||
*/ | ||
modelsPath: string; | ||
} | ||
@@ -40,0 +44,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
77684
2509