@performant-software/geospatial 3.1.28-beta.0 → 3.1.28
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/index.cjs194.js +1 -1
- package/dist/index.cjs194.js.map +1 -1
- package/dist/index.cjs195.js +1 -1
- package/dist/index.cjs195.js.map +1 -1
- package/dist/index.cjs220.js +1 -1
- package/dist/index.cjs240.js +1 -1
- package/dist/index.cjs249.js +1 -1
- package/dist/index.cjs249.js.map +1 -1
- package/dist/index.cjs250.js +1 -1
- package/dist/index.cjs250.js.map +1 -1
- package/dist/index.cjs263.js +1 -1
- package/dist/index.cjs264.js +1 -1
- package/dist/index.cjs267.js +1 -1
- package/dist/index.cjs271.js +1 -1
- package/dist/index.cjs271.js.map +1 -1
- package/dist/index.cjs273.js +1 -1
- package/dist/index.cjs273.js.map +1 -1
- package/dist/index.cjs39.js +1 -1
- package/dist/index.cjs69.js +1 -1
- package/dist/index.cjs71.js +1 -1
- package/dist/index.cjs72.js +1 -1
- package/dist/index.cjs73.js +1 -1
- package/dist/index.cjs74.js +1 -1
- package/dist/index.cjs76.js +1 -1
- package/dist/index.cjs77.js +1 -1
- package/dist/index.es194.js +16 -146
- package/dist/index.es194.js.map +1 -1
- package/dist/index.es195.js +146 -16
- package/dist/index.es195.js.map +1 -1
- package/dist/index.es220.js +1 -1
- package/dist/index.es240.js +1 -1
- package/dist/index.es249.js +3 -8
- package/dist/index.es249.js.map +1 -1
- package/dist/index.es250.js +8 -3
- package/dist/index.es250.js.map +1 -1
- package/dist/index.es263.js +1 -1
- package/dist/index.es264.js +1 -1
- package/dist/index.es267.js +1 -1
- package/dist/index.es271.js +69 -15
- package/dist/index.es271.js.map +1 -1
- package/dist/index.es273.js +15 -69
- package/dist/index.es273.js.map +1 -1
- package/dist/index.es39.js +1 -1
- package/dist/index.es69.js +1 -1
- package/dist/index.es71.js +1 -1
- package/dist/index.es72.js +1 -1
- package/dist/index.es73.js +1 -1
- package/dist/index.es74.js +1 -1
- package/dist/index.es76.js +1 -1
- package/dist/index.es77.js +1 -1
- package/package.json +1 -1
package/dist/index.es273.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es273.js","sources":["../../../node_modules/d3-geo/src/
|
|
1
|
+
{"version":3,"file":"index.es273.js","sources":["../../../node_modules/d3-geo/src/path/bounds.js"],"sourcesContent":["import noop from \"../noop\";\n\nvar x0 = Infinity,\n y0 = x0,\n x1 = -x0,\n y1 = x1;\n\nvar boundsStream = {\n point: boundsPoint,\n lineStart: noop,\n lineEnd: noop,\n polygonStart: noop,\n polygonEnd: noop,\n result: function() {\n var bounds = [[x0, y0], [x1, y1]];\n x1 = y1 = -(y0 = x0 = Infinity);\n return bounds;\n }\n};\n\nfunction boundsPoint(x, y) {\n if (x < x0) x0 = x;\n if (x > x1) x1 = x;\n if (y < y0) y0 = y;\n if (y > y1) y1 = y;\n}\n\nexport default boundsStream;\n"],"names":["x0","y0","x1","y1","boundsStream","boundsPoint","noop","bounds","x","y"],"mappings":";AAEA,IAAIA,IAAK,OACLC,IAAKD,GACLE,IAAK,CAACF,GACNG,IAAKD,GAELE,IAAe;AAAA,EACjB,OAAOC;AAAA,EACP,WAAWC;AAAA,EACX,SAASA;AAAA,EACT,cAAcA;AAAA,EACd,YAAYA;AAAA,EACZ,QAAQ,WAAW;AACjB,QAAIC,IAAS,CAAC,CAACP,GAAIC,CAAE,GAAG,CAACC,GAAIC,CAAE,CAAC;AAChC,WAAAD,IAAKC,IAAK,EAAEF,IAAKD,IAAK,QACfO;AAAA,EACT;AACF;AAEA,SAASF,EAAYG,GAAGC,GAAG;AACzB,EAAID,IAAIR,MAAIA,IAAKQ,IACbA,IAAIN,MAAIA,IAAKM,IACbC,IAAIR,MAAIA,IAAKQ,IACbA,IAAIN,MAAIA,IAAKM;AACnB;","x_google_ignoreList":[0]}
|
package/dist/index.es39.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { supportsDataView as e } from "./index.es37.js";
|
|
2
|
-
import a from "./index.
|
|
2
|
+
import a from "./index.es249.js";
|
|
3
3
|
var i = e && (!/\[native code\]/.test(String(DataView)) || a(new DataView(new ArrayBuffer(8)))), o = typeof Map < "u" && a(/* @__PURE__ */ new Map());
|
|
4
4
|
export {
|
|
5
5
|
i as hasDataViewBug,
|
package/dist/index.es69.js
CHANGED
package/dist/index.es71.js
CHANGED
package/dist/index.es72.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { lineString as l } from "./index.es67.js";
|
|
2
|
-
import { getGeom as y } from "./index.
|
|
2
|
+
import { getGeom as y } from "./index.es194.js";
|
|
3
3
|
var u = class {
|
|
4
4
|
constructor(i) {
|
|
5
5
|
this.points = i.points || [], this.duration = i.duration || 1e4, this.sharpness = i.sharpness || 0.85, this.centers = [], this.controls = [], this.stepLength = i.stepLength || 60, this.length = this.points.length, this.delay = 0;
|
package/dist/index.es73.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { center as O } from "./index.es196.js";
|
|
2
2
|
import q from "./index.es197.js";
|
|
3
|
-
import { featureEach as v, geomEach as d } from "./index.
|
|
3
|
+
import { featureEach as v, geomEach as d } from "./index.es195.js";
|
|
4
4
|
import "./index.es198.js";
|
|
5
5
|
import "./index.es199.js";
|
|
6
6
|
import "./index.es200.js";
|
package/dist/index.es74.js
CHANGED
package/dist/index.es76.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { degreesToRadians as a, lengthToRadians as p, point as m, radiansToDegrees as c } from "./index.es67.js";
|
|
2
|
-
import { getCoord as f } from "./index.
|
|
2
|
+
import { getCoord as f } from "./index.es194.js";
|
|
3
3
|
function b(r, h, d, o = {}) {
|
|
4
4
|
const s = f(r), M = a(s[0]), t = a(s[1]), i = a(d), n = p(h, o.units), e = Math.asin(
|
|
5
5
|
Math.sin(t) * Math.cos(n) + Math.cos(t) * Math.sin(n) * Math.cos(i)
|
package/dist/index.es77.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCoord as n } from "./index.
|
|
1
|
+
import { getCoord as n } from "./index.es194.js";
|
|
2
2
|
import { degreesToRadians as a, radiansToLength as c } from "./index.es67.js";
|
|
3
3
|
function f(s, i, e = {}) {
|
|
4
4
|
var t = n(s), r = n(i), h = a(r[1] - t[1]), d = a(r[0] - t[0]), M = a(t[1]), v = a(r[1]), o = Math.pow(Math.sin(h / 2), 2) + Math.pow(Math.sin(d / 2), 2) * Math.cos(M) * Math.cos(v);
|