@2gis/mapgl
Advanced tools
Comparing version 1.11.2 to 1.11.3
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.11.2", | ||
"version": "1.11.3", | ||
"description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -229,3 +229,3 @@ import { LngLatBounds } from '../objects/lngLatBounds'; | ||
* | ||
* DEPRECATED! Will be removed in the next major release, use the `offset` option instead. | ||
* @deprecated Deprecated! Will be removed in the next major release, use the `offset` option instead. | ||
*/ | ||
@@ -350,3 +350,4 @@ anchor?: number[]; | ||
/** | ||
* Draw order of the second line. | ||
* Draw order of second line. | ||
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different zIndex. | ||
*/ | ||
@@ -356,6 +357,7 @@ zIndex2?: number; | ||
* Draw order of third line. | ||
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different zIndex. | ||
*/ | ||
zIndex3?: number; | ||
/** | ||
* The first line width in pixels. | ||
* The line width in pixels. | ||
*/ | ||
@@ -365,2 +367,3 @@ width?: number | InterpolateExpression<number>; | ||
* The second line width in pixels. | ||
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different width. | ||
*/ | ||
@@ -370,6 +373,7 @@ width2?: number | InterpolateExpression<number>; | ||
* The third line width in pixels. | ||
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different width. | ||
*/ | ||
width3?: number | InterpolateExpression<number>; | ||
/** | ||
* The first line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format. | ||
* The line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format. | ||
*/ | ||
@@ -379,2 +383,3 @@ color?: string; | ||
* The second line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format. | ||
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different color. | ||
*/ | ||
@@ -384,5 +389,18 @@ color2?: string; | ||
* The third line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format. | ||
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different color. | ||
*/ | ||
color3?: string; | ||
/** | ||
* The length of the gap in pixels. The default gap length is equal to the dash length. | ||
*/ | ||
gapLength?: number | InterpolateExpression<number>; | ||
/** | ||
* The gap color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format. | ||
*/ | ||
gapColor?: string; | ||
/** | ||
* The length of the dash in pixels. If no dash length is specified, a polyline will be drawn. | ||
*/ | ||
dashLength?: number | InterpolateExpression<number>; | ||
/** | ||
* Minimum display zoom level. | ||
@@ -389,0 +407,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
52200
1661
0