@loaders.gl/gis
Advanced tools
Comparing version 4.2.0-alpha.5 to 4.2.0-alpha.6
@@ -70,2 +70,3 @@ // GEO METADATA | ||
case 'id': | ||
// prettier-ignore | ||
const crsId = typeof crsValue === 'object' | ||
@@ -72,0 +73,0 @@ ? // @ts-ignore |
{ | ||
"name": "@loaders.gl/gis", | ||
"description": "Helpers for GIS category data", | ||
"version": "4.2.0-alpha.5", | ||
"version": "4.2.0-alpha.6", | ||
"license": "MIT", | ||
@@ -35,4 +35,4 @@ "type": "module", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "4.2.0-alpha.5", | ||
"@loaders.gl/schema": "4.2.0-alpha.5", | ||
"@loaders.gl/loader-utils": "4.2.0-alpha.6", | ||
"@loaders.gl/schema": "4.2.0-alpha.6", | ||
"@mapbox/vector-tile": "^1.3.1", | ||
@@ -48,3 +48,3 @@ "@math.gl/polygon": "^4.0.0", | ||
}, | ||
"gitHead": "32d95a81971f104e4dfeb88ab57065f05321a76a" | ||
"gitHead": "37bd8ca71763529f18727ee4bf29dd176aa914ca" | ||
} |
@@ -128,6 +128,7 @@ // loaders.gl | ||
case 'id': | ||
// prettier-ignore | ||
const crsId = | ||
typeof crsValue === 'object' | ||
? // @ts-ignore | ||
`${crsValue?.authority}:${crsValue?.code}` | ||
`${crsValue?.authority}:${crsValue?.code}` | ||
: JSON.stringify(crsValue); | ||
@@ -134,0 +135,0 @@ setFieldMetadata(field, `geo.crs.${crsKey}`, crsId); |
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
229717
4090
+ Added@loaders.gl/loader-utils@4.2.0-alpha.6(transitive)
+ Added@loaders.gl/schema@4.2.0-alpha.6(transitive)
+ Added@loaders.gl/worker-utils@4.2.0-alpha.6(transitive)
- Removed@loaders.gl/loader-utils@4.2.0-alpha.5(transitive)
- Removed@loaders.gl/schema@4.2.0-alpha.5(transitive)
- Removed@loaders.gl/worker-utils@4.2.0-alpha.5(transitive)