@loaders.gl/shapefile 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -372,7 +372,7 @@
372
372
  }
373
373
 
374
374
  // src/dbf-loader.ts
375
- var VERSION = true ? "4.0.0" : "latest";
375
+ var VERSION = true ? "4.0.1" : "latest";
376
376
  var DBFWorkerLoader = {
377
377
  name: "DBF",
378
378
  id: "dbf",
package/dist/dist.dev.js CHANGED
@@ -574,7 +574,7 @@ var __exports__ = (() => {
574
574
  return obj;
575
575
  }
576
576
 
577
- // ../gis/src/lib/binary-to-geojson.ts
577
+ // ../gis/src/lib/binary-features/binary-to-geojson.ts
578
578
  function binaryToGeometry(data, startIndex, endIndex) {
579
579
  switch (data.type) {
580
580
  case "Point":
@@ -674,7 +674,7 @@ var __exports__ = (() => {
674
674
  return ringCoordinates;
675
675
  }
676
676
 
677
- // ../gis/src/lib/transform.ts
677
+ // ../gis/src/lib/binary-features/transform.ts
678
678
  function transformGeoJsonCoords(features, fn) {
679
679
  for (const feature of features) {
680
680
  feature.geometry.coordinates = coordMap(feature.geometry.coordinates, fn);
@@ -480,7 +480,7 @@
480
480
  }
481
481
 
482
482
  // src/shp-loader.ts
483
- var VERSION = true ? "4.0.0" : "latest";
483
+ var VERSION = true ? "4.0.1" : "latest";
484
484
  var SHP_MAGIC_NUMBER2 = [0, 0, 39, 10];
485
485
  var SHPWorkerLoader = {
486
486
  name: "SHP",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loaders.gl/shapefile",
3
3
  "description": "Loader for the Shapefile Format",
4
- "version": "4.0.0",
4
+ "version": "4.0.1",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -44,10 +44,10 @@
44
44
  "build-worker-dbf": "esbuild src/workers/dbf-worker.ts --bundle --outfile=dist/dbf-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
45
45
  },
46
46
  "dependencies": {
47
- "@loaders.gl/gis": "4.0.0",
48
- "@loaders.gl/loader-utils": "4.0.0",
49
- "@loaders.gl/schema": "4.0.0",
47
+ "@loaders.gl/gis": "4.0.1",
48
+ "@loaders.gl/loader-utils": "4.0.1",
49
+ "@loaders.gl/schema": "4.0.1",
50
50
  "@math.gl/proj4": "^4.0.0"
51
51
  },
52
- "gitHead": "9b4211dc0ecd4134a1638ac0a29c5ea9008fd971"
52
+ "gitHead": "765e5a26a6bf3f2cc02cabffc4a1e3665ec92a53"
53
53
  }