@loaders.gl/gis
Advanced tools
Comparing version 2.3.0-alpha.6 to 2.3.0-alpha.7
@@ -0,2 +1,6 @@ | ||
// Types | ||
export {BinaryGeometryData, BinaryAttribute} from './types'; | ||
// Functions | ||
export {geojsonToBinary} from './lib/geojson-to-binary'; | ||
export {binaryToGeoJson} from './lib/binary-to-geojson'; |
@@ -1,2 +0,2 @@ | ||
type BinaryAttribute = {value: any[], size: number} | ||
export type BinaryAttribute = {value: any[], size: number} | ||
@@ -3,0 +3,0 @@ export type BinaryGeometryData = { |
@@ -0,2 +1,6 @@ | ||
// Types | ||
export {BinaryGeometryData, BinaryAttribute} from './types'; | ||
// Functions | ||
export {geojsonToBinary} from './lib/geojson-to-binary'; | ||
export {binaryToGeoJson} from './lib/binary-to-geojson'; |
@@ -1,2 +0,2 @@ | ||
type BinaryAttribute = {value: any[], size: number} | ||
export type BinaryAttribute = {value: any[], size: number} | ||
@@ -3,0 +3,0 @@ export type BinaryGeometryData = { |
@@ -0,2 +1,6 @@ | ||
// Types | ||
export {BinaryGeometryData, BinaryAttribute} from './types'; | ||
// Functions | ||
export {geojsonToBinary} from './lib/geojson-to-binary'; | ||
export {binaryToGeoJson} from './lib/binary-to-geojson'; |
@@ -1,2 +0,2 @@ | ||
type BinaryAttribute = {value: any[], size: number} | ||
export type BinaryAttribute = {value: any[], size: number} | ||
@@ -3,0 +3,0 @@ export type BinaryGeometryData = { |
{ | ||
"name": "@loaders.gl/gis", | ||
"description": "Helpers for GIS category data", | ||
"version": "2.3.0-alpha.6", | ||
"version": "2.3.0-alpha.7", | ||
"license": "MIT", | ||
@@ -28,7 +28,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "2.3.0-alpha.6", | ||
"@loaders.gl/loader-utils": "2.3.0-alpha.7", | ||
"@mapbox/vector-tile": "^1.3.1", | ||
"pbf": "^3.2.1" | ||
}, | ||
"gitHead": "8e33cda4dc6107f8f2c685d4bab17fb4ec442042" | ||
"gitHead": "782ee05169c1c329b9a9a564e9a38c5e3113e938" | ||
} |
@@ -5,2 +5,2 @@ # @loaders.gl/gis | ||
[loaders.gl](https://loaders.gl/docs) is a collection of framework independent visualization-focused loaders (parsers). | ||
[loaders.gl](https://loaders.gl/docs) is a collection of framework-independent visualization-focused loaders (parsers). |
@@ -0,2 +1,6 @@ | ||
// Types | ||
export {BinaryGeometryData, BinaryAttribute} from './types'; | ||
// Functions | ||
export {geojsonToBinary} from './lib/geojson-to-binary'; | ||
export {binaryToGeoJson} from './lib/binary-to-geojson'; |
@@ -1,2 +0,2 @@ | ||
type BinaryAttribute = {value: any[], size: number} | ||
export type BinaryAttribute = {value: any[], size: number} | ||
@@ -3,0 +3,0 @@ export type BinaryGeometryData = { |
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
238771
2672
+ Added@loaders.gl/loader-utils@2.3.0-alpha.7(transitive)
- Removed@loaders.gl/loader-utils@2.3.0-alpha.6(transitive)