@loaders.gl/gis
Advanced tools
Comparing version 4.3.0-alpha.8 to 4.3.0-beta.1
@@ -1,3 +0,2 @@ | ||
import type { BinaryGeometry, BinaryGeometryType, BinaryFeatureCollection } from '@loaders.gl/schema'; | ||
import type { Feature, Geometry } from '@loaders.gl/schema'; | ||
import type { BinaryGeometry, BinaryGeometryType, BinaryFeatureCollection, Feature, Geometry } from '@loaders.gl/schema'; | ||
type BinaryToGeoJsonOptions = { | ||
@@ -4,0 +3,0 @@ type?: BinaryGeometryType; |
@@ -1,3 +0,2 @@ | ||
import type { Feature } from '@loaders.gl/schema'; | ||
import type { BinaryFeatureCollection } from '@loaders.gl/schema'; | ||
import type { Feature, BinaryFeatureCollection } from '@loaders.gl/schema'; | ||
/** | ||
@@ -4,0 +3,0 @@ * Options for `geojsonToBinary` |
{ | ||
"name": "@loaders.gl/gis", | ||
"description": "Helpers for GIS category data", | ||
"version": "4.3.0-alpha.8", | ||
"version": "4.3.0-beta.1", | ||
"license": "MIT", | ||
@@ -35,4 +35,4 @@ "type": "module", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "4.3.0-alpha.8", | ||
"@loaders.gl/schema": "4.3.0-alpha.8", | ||
"@loaders.gl/loader-utils": "4.3.0-beta.1", | ||
"@loaders.gl/schema": "4.3.0-beta.1", | ||
"@mapbox/vector-tile": "^1.3.1", | ||
@@ -48,3 +48,3 @@ "@math.gl/polygon": "^4.1.0", | ||
}, | ||
"gitHead": "c458e0c3a09543cd7c4a293d3c3f08c12acf78c0" | ||
"gitHead": "992d24e7d4e3015a91fa1cbfe87ee7dc1b333322" | ||
} |
@@ -16,6 +16,7 @@ // loaders.gl | ||
// BinaryPolygonFeature, | ||
BinaryAttribute | ||
} from '@loaders.gl/schema'; | ||
import type {Feature, Geometry, Position, GeoJsonProperties} from '@loaders.gl/schema'; | ||
import type { | ||
BinaryAttribute, | ||
Feature, | ||
Geometry, | ||
Position, | ||
GeoJsonProperties, | ||
Point, | ||
@@ -22,0 +23,0 @@ MultiPoint, |
@@ -1,3 +0,2 @@ | ||
import type {Feature} from '@loaders.gl/schema'; | ||
import type {BinaryFeatureCollection} from '@loaders.gl/schema'; | ||
import type {Feature, BinaryFeatureCollection} from '@loaders.gl/schema'; | ||
@@ -4,0 +3,0 @@ import {extractGeometryInfo} from './extract-geometry-info'; |
@@ -6,4 +6,10 @@ // loaders.gl | ||
import type {LoaderWithParser} from '@loaders.gl/loader-utils'; | ||
import type {ArrayRowTable, GeoJSONTable, ObjectRowTable, Schema} from '@loaders.gl/schema'; | ||
import type {Feature, Geometry} from '@loaders.gl/schema'; | ||
import type { | ||
ArrayRowTable, | ||
GeoJSONTable, | ||
ObjectRowTable, | ||
Schema, | ||
Feature, | ||
Geometry | ||
} from '@loaders.gl/schema'; | ||
import {getTableLength, getTableRowAsObject} from '@loaders.gl/schema'; | ||
@@ -10,0 +16,0 @@ |
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
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
4094
229413
+ Added@loaders.gl/core@4.3.2(transitive)
+ Added@loaders.gl/loader-utils@4.3.0-beta.14.3.2(transitive)
+ Added@loaders.gl/schema@4.3.0-beta.14.3.2(transitive)
+ Added@loaders.gl/worker-utils@4.3.0-beta.14.3.2(transitive)
- Removed@loaders.gl/core@4.3.3(transitive)
- Removed@loaders.gl/loader-utils@4.3.0-alpha.84.3.3(transitive)
- Removed@loaders.gl/schema@4.3.0-alpha.84.3.3(transitive)
- Removed@loaders.gl/worker-utils@4.3.0-alpha.84.3.3(transitive)