maplibre-gl
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "maplibre-gl", | ||
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "dist/maplibre-gl.js", | ||
@@ -6,0 +6,0 @@ "style": "dist/maplibre-gl.css", |
@@ -147,2 +147,4 @@ /// <reference path="./types/glsl.d.ts" /> | ||
* for example a pbf vector tile, non-compressed, represented as ArrayBuffer. | ||
* | ||
* @function addProtocol | ||
* @param {string} customProtocol - the protocol to hook, for example 'custom' | ||
@@ -180,2 +182,4 @@ * @param {Function} loadFn - the function to use when trying to fetch a tile specified by the customProtocol | ||
* Removes a previusly added protocol | ||
* | ||
* @function removeProtocol | ||
* @param {string} customProtocol - the custom protocol to remove registration for | ||
@@ -194,9 +198,2 @@ * @example | ||
/** | ||
* The version of MapLibre GL JS in use as specified in `package.json`, | ||
* `CHANGELOG.md`, and the GitHub release. | ||
* | ||
* @var {string} version | ||
*/ | ||
/** | ||
* Test whether the browser supports MapLibre GL JS. | ||
@@ -203,0 +200,0 @@ * |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
7555594
90554