@loaders.gl/flatgeobuf
Advanced tools
Comparing version 4.1.0-alpha.10 to 4.1.0-alpha.11
import { parseFlatGeobuf, parseFlatGeobufInBatches } from "./lib/parse-flatgeobuf.js"; | ||
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest'; | ||
const FGB_MAGIC_NUMBER = [0x66, 0x67, 0x62, 0x03, 0x66, 0x67, 0x62, 0x01]; | ||
@@ -4,0 +4,0 @@ export const FlatGeobufWorkerLoader = { |
{ | ||
"name": "@loaders.gl/flatgeobuf", | ||
"description": "Loader for FlatGeobuf", | ||
"version": "4.1.0-alpha.10", | ||
"version": "4.1.0-alpha.11", | ||
"license": "MIT", | ||
@@ -46,4 +46,4 @@ "type": "module", | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.1.0-alpha.10", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.10", | ||
"@loaders.gl/gis": "4.1.0-alpha.11", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.11", | ||
"@math.gl/proj4": "^4.0.0", | ||
@@ -55,3 +55,3 @@ "flatgeobuf": "3.27.2" | ||
}, | ||
"gitHead": "19f43c2d90d8b50860c3f8e487429779a386287d" | ||
"gitHead": "5d3e23bf93762b48c8c1d6d926ede7a97fe43ab0" | ||
} |
@@ -5,2 +5,4 @@ // loaders.gl | ||
/* eslint-disable camelcase */ | ||
import type {Schema, Field, DataType} from '@loaders.gl/schema'; | ||
@@ -7,0 +9,0 @@ import * as fgb from '../flatgeobuf/3.27.2'; |
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
Sorry, the diff of this file is not supported yet
1136377
25411
+ Added@loaders.gl/gis@4.1.0-alpha.11(transitive)
+ Added@loaders.gl/loader-utils@4.1.0-alpha.11(transitive)
+ Added@loaders.gl/schema@4.1.0-alpha.11(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.11(transitive)
- Removed@loaders.gl/gis@4.1.0-alpha.10(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.10(transitive)
- Removed@loaders.gl/schema@4.1.0-alpha.10(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.10(transitive)