@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.
- package/dist/dbf-worker.js +1 -1
- package/dist/dist.dev.js +2 -2
- package/dist/shp-worker.js +1 -1
- package/package.json +5 -5
package/dist/dbf-worker.js
CHANGED
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);
|
package/dist/shp-worker.js
CHANGED
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.
|
|
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.
|
|
48
|
-
"@loaders.gl/loader-utils": "4.0.
|
|
49
|
-
"@loaders.gl/schema": "4.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": "
|
|
52
|
+
"gitHead": "765e5a26a6bf3f2cc02cabffc4a1e3665ec92a53"
|
|
53
53
|
}
|