@turf/isolines
Advanced tools
Comparing version 7.0.0 to 7.1.0-alpha.7
@@ -17,3 +17,2 @@ var __defProp = Object.defineProperty; | ||
}; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
@@ -57,3 +56,2 @@ // index.ts | ||
} | ||
__name(gridToMatrix, "gridToMatrix"); | ||
function sortPointsByLatLng(points, flip) { | ||
@@ -82,3 +80,2 @@ var pointsByLatitude = {}; | ||
} | ||
__name(sortPointsByLatLng, "sortPointsByLatLng"); | ||
@@ -113,3 +110,2 @@ // index.ts | ||
} | ||
__name(isolines, "isolines"); | ||
function createIsoLines(matrix, breaks, zProperty, commonProperties, breaksProperties) { | ||
@@ -129,3 +125,2 @@ const results = []; | ||
} | ||
__name(createIsoLines, "createIsoLines"); | ||
function rescaleIsolines(createdIsoLines, matrix, points) { | ||
@@ -141,6 +136,6 @@ const gridBbox = bbox(points); | ||
const scaleY = originalHeigth / matrixHeight; | ||
const resize = /* @__PURE__ */ __name((point) => { | ||
const resize = (point) => { | ||
point[0] = point[0] * scaleX + x0; | ||
point[1] = point[1] * scaleY + y0; | ||
}, "resize"); | ||
}; | ||
createdIsoLines.forEach((isoline) => { | ||
@@ -151,3 +146,2 @@ coordEach(isoline, resize); | ||
} | ||
__name(rescaleIsolines, "rescaleIsolines"); | ||
var turf_isolines_default = isolines; | ||
@@ -154,0 +148,0 @@ export { |
{ | ||
"name": "@turf/isolines", | ||
"version": "7.0.0", | ||
"version": "7.1.0-alpha.7+0ce6ecca0", | ||
"description": "turf isolines module", | ||
@@ -60,7 +60,7 @@ "author": "Turf Authors", | ||
"devDependencies": { | ||
"@turf/envelope": "^7.0.0", | ||
"@turf/point-grid": "^7.0.0", | ||
"@turf/random": "^7.0.0", | ||
"@turf/rhumb-destination": "^7.0.0", | ||
"@turf/truncate": "^7.0.0", | ||
"@turf/envelope": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/point-grid": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/random": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/rhumb-destination": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/truncate": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@types/benchmark": "^2.1.5", | ||
@@ -79,10 +79,10 @@ "@types/tape": "^4.2.32", | ||
"dependencies": { | ||
"@turf/bbox": "^7.0.0", | ||
"@turf/helpers": "^7.0.0", | ||
"@turf/invariant": "^7.0.0", | ||
"@turf/meta": "^7.0.0", | ||
"@turf/bbox": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/meta": "^7.1.0-alpha.7+0ce6ecca0", | ||
"marchingsquares": "^1.3.3", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "3d3a7917025fbabe191dbddbc89754b86f9c7739" | ||
"gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
47261
312
1
1