@loaders.gl/gis
Advanced tools
Comparing version 2.3.0-alpha.5 to 2.3.0-alpha.6
{ | ||
"name": "@loaders.gl/gis", | ||
"description": "Helpers for GIS category data", | ||
"version": "2.3.0-alpha.5", | ||
"version": "2.3.0-alpha.6", | ||
"license": "MIT", | ||
@@ -28,7 +28,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "2.3.0-alpha.5", | ||
"@loaders.gl/loader-utils": "2.3.0-alpha.6", | ||
"@mapbox/vector-tile": "^1.3.1", | ||
"pbf": "^3.2.1" | ||
}, | ||
"gitHead": "e9228a2c3d15fa064895f767309fcbdd2f9547be" | ||
"gitHead": "8e33cda4dc6107f8f2c685d4bab17fb4ec442042" | ||
} |
// Convert GeoJSON features to flat binary arrays | ||
// @ts-nocheck | ||
export function geojsonToBinary(features, options = {}) { | ||
@@ -3,0 +5,0 @@ const firstPassData = firstPass(features); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
238407
2660
+ Added@loaders.gl/loader-utils@2.3.0-alpha.6(transitive)
- Removed@loaders.gl/loader-utils@2.3.0-alpha.5(transitive)