@types/mapbox-gl
Advanced tools
Comparing version 0.54.2 to 0.54.3
@@ -253,2 +253,8 @@ // Type definitions for Mapbox GL JS v0.54.0 | ||
export interface MapboxOptions { | ||
/** | ||
* If true, the gl context will be created with MSA antialiasing, which can be useful for antialiasing custom layers. | ||
* This is false by default as a performance optimization. | ||
*/ | ||
antialias?: boolean; | ||
/** If true, an attribution control will be added to the map. */ | ||
@@ -255,0 +261,0 @@ attributionControl?: boolean; |
{ | ||
"name": "@types/mapbox-gl", | ||
"version": "0.54.2", | ||
"version": "0.54.3", | ||
"description": "TypeScript definitions for Mapbox GL JS", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f0e602cbe5b45ef60e8984ae961bbff417165df5c13cdbd64cdc2d51e726ae64", | ||
"typesPublisherContentHash": "3ba29d6befff1fea07999acd9342c00731c4386bc7dcc6a4718e90caa9b89039", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Aug 2019 18:47:27 GMT | ||
* Last updated: Fri, 23 Aug 2019 21:27:54 GMT | ||
* Dependencies: @types/geojson | ||
@@ -14,0 +14,0 @@ * Global values: mapboxgl |
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
57328
1286