geo-polygonize 0.11.0 → 0.12.0

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.
Binary file
Binary file
@@ -312,6 +312,13 @@ let WasmPolygonResult$1 = class WasmPolygonResult {
312
312
  const ret = wasm$1.wasmpolygonresult_coords_ptr(this.__wbg_ptr);
313
313
  return ret >>> 0;
314
314
  }
315
+ /**
316
+ * @returns {any}
317
+ */
318
+ provenance() {
319
+ const ret = wasm$1.wasmpolygonresult_provenance(this.__wbg_ptr);
320
+ return ret;
321
+ }
315
322
  /**
316
323
  * @returns {number}
317
324
  */
@@ -627,6 +634,14 @@ function __wbg_get_imports$1() {
627
634
  const ret = arg0.length;
628
635
  return ret;
629
636
  };
637
+ imports.wbg.__wbg_new_1ba21ce319a06297 = function() {
638
+ const ret = new Object();
639
+ return ret;
640
+ };
641
+ imports.wbg.__wbg_new_25f239778d6112b9 = function() {
642
+ const ret = new Array();
643
+ return ret;
644
+ };
630
645
  imports.wbg.__wbg_new_6421f6084cc5bc5a = function(arg0) {
631
646
  const ret = new Uint8Array(arg0);
632
647
  return ret;
@@ -642,6 +657,12 @@ function __wbg_get_imports$1() {
642
657
  imports.wbg.__wbg_prototypesetcall_dfe9b766cdc1f1fd = function(arg0, arg1, arg2) {
643
658
  Uint8Array.prototype.set.call(getArrayU8FromWasm0$1(arg0, arg1), arg2);
644
659
  };
660
+ imports.wbg.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
661
+ arg0[arg1] = arg2;
662
+ };
663
+ imports.wbg.__wbg_set_7df433eea03a5c14 = function(arg0, arg1, arg2) {
664
+ arg0[arg1 >>> 0] = arg2;
665
+ };
645
666
  imports.wbg.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
646
667
  const ret = arg1.stack;
647
668
  const ptr1 = passStringToWasm0$1(ret, wasm$1.__wbindgen_malloc, wasm$1.__wbindgen_realloc);
@@ -654,6 +675,11 @@ function __wbg_get_imports$1() {
654
675
  const ret = getStringFromWasm0$1(arg0, arg1);
655
676
  return ret;
656
677
  };
678
+ imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
679
+ // Cast intrinsic for `F64 -> Externref`.
680
+ const ret = arg0;
681
+ return ret;
682
+ };
657
683
  imports.wbg.__wbindgen_init_externref_table = function() {
658
684
  const table = wasm$1.__wbindgen_externrefs;
659
685
  const offset = table.grow(4);
@@ -1051,6 +1077,13 @@ class WasmPolygonResult {
1051
1077
  const ret = wasm.wasmpolygonresult_coords_ptr(this.__wbg_ptr);
1052
1078
  return ret >>> 0;
1053
1079
  }
1080
+ /**
1081
+ * @returns {any}
1082
+ */
1083
+ provenance() {
1084
+ const ret = wasm.wasmpolygonresult_provenance(this.__wbg_ptr);
1085
+ return ret;
1086
+ }
1054
1087
  /**
1055
1088
  * @returns {number}
1056
1089
  */
@@ -1366,6 +1399,14 @@ function __wbg_get_imports() {
1366
1399
  const ret = arg0.length;
1367
1400
  return ret;
1368
1401
  };
1402
+ imports.wbg.__wbg_new_1ba21ce319a06297 = function() {
1403
+ const ret = new Object();
1404
+ return ret;
1405
+ };
1406
+ imports.wbg.__wbg_new_25f239778d6112b9 = function() {
1407
+ const ret = new Array();
1408
+ return ret;
1409
+ };
1369
1410
  imports.wbg.__wbg_new_6421f6084cc5bc5a = function(arg0) {
1370
1411
  const ret = new Uint8Array(arg0);
1371
1412
  return ret;
@@ -1381,6 +1422,12 @@ function __wbg_get_imports() {
1381
1422
  imports.wbg.__wbg_prototypesetcall_dfe9b766cdc1f1fd = function(arg0, arg1, arg2) {
1382
1423
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
1383
1424
  };
1425
+ imports.wbg.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
1426
+ arg0[arg1] = arg2;
1427
+ };
1428
+ imports.wbg.__wbg_set_7df433eea03a5c14 = function(arg0, arg1, arg2) {
1429
+ arg0[arg1 >>> 0] = arg2;
1430
+ };
1384
1431
  imports.wbg.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
1385
1432
  const ret = arg1.stack;
1386
1433
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -1393,6 +1440,11 @@ function __wbg_get_imports() {
1393
1440
  const ret = getStringFromWasm0(arg0, arg1);
1394
1441
  return ret;
1395
1442
  };
1443
+ imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1444
+ // Cast intrinsic for `F64 -> Externref`.
1445
+ const ret = arg0;
1446
+ return ret;
1447
+ };
1396
1448
  imports.wbg.__wbindgen_init_externref_table = function() {
1397
1449
  const table = wasm.__wbindgen_externrefs;
1398
1450
  const offset = table.grow(4);
@@ -309,6 +309,13 @@ let WasmPolygonResult$1 = class WasmPolygonResult {
309
309
  const ret = wasm$1.wasmpolygonresult_coords_ptr(this.__wbg_ptr);
310
310
  return ret >>> 0;
311
311
  }
312
+ /**
313
+ * @returns {any}
314
+ */
315
+ provenance() {
316
+ const ret = wasm$1.wasmpolygonresult_provenance(this.__wbg_ptr);
317
+ return ret;
318
+ }
312
319
  /**
313
320
  * @returns {number}
314
321
  */
@@ -624,6 +631,14 @@ function __wbg_get_imports$1() {
624
631
  const ret = arg0.length;
625
632
  return ret;
626
633
  };
634
+ imports.wbg.__wbg_new_1ba21ce319a06297 = function() {
635
+ const ret = new Object();
636
+ return ret;
637
+ };
638
+ imports.wbg.__wbg_new_25f239778d6112b9 = function() {
639
+ const ret = new Array();
640
+ return ret;
641
+ };
627
642
  imports.wbg.__wbg_new_6421f6084cc5bc5a = function(arg0) {
628
643
  const ret = new Uint8Array(arg0);
629
644
  return ret;
@@ -639,6 +654,12 @@ function __wbg_get_imports$1() {
639
654
  imports.wbg.__wbg_prototypesetcall_dfe9b766cdc1f1fd = function(arg0, arg1, arg2) {
640
655
  Uint8Array.prototype.set.call(getArrayU8FromWasm0$1(arg0, arg1), arg2);
641
656
  };
657
+ imports.wbg.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
658
+ arg0[arg1] = arg2;
659
+ };
660
+ imports.wbg.__wbg_set_7df433eea03a5c14 = function(arg0, arg1, arg2) {
661
+ arg0[arg1 >>> 0] = arg2;
662
+ };
642
663
  imports.wbg.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
643
664
  const ret = arg1.stack;
644
665
  const ptr1 = passStringToWasm0$1(ret, wasm$1.__wbindgen_malloc, wasm$1.__wbindgen_realloc);
@@ -651,6 +672,11 @@ function __wbg_get_imports$1() {
651
672
  const ret = getStringFromWasm0$1(arg0, arg1);
652
673
  return ret;
653
674
  };
675
+ imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
676
+ // Cast intrinsic for `F64 -> Externref`.
677
+ const ret = arg0;
678
+ return ret;
679
+ };
654
680
  imports.wbg.__wbindgen_init_externref_table = function() {
655
681
  const table = wasm$1.__wbindgen_externrefs;
656
682
  const offset = table.grow(4);
@@ -1048,6 +1074,13 @@ class WasmPolygonResult {
1048
1074
  const ret = wasm.wasmpolygonresult_coords_ptr(this.__wbg_ptr);
1049
1075
  return ret >>> 0;
1050
1076
  }
1077
+ /**
1078
+ * @returns {any}
1079
+ */
1080
+ provenance() {
1081
+ const ret = wasm.wasmpolygonresult_provenance(this.__wbg_ptr);
1082
+ return ret;
1083
+ }
1051
1084
  /**
1052
1085
  * @returns {number}
1053
1086
  */
@@ -1363,6 +1396,14 @@ function __wbg_get_imports() {
1363
1396
  const ret = arg0.length;
1364
1397
  return ret;
1365
1398
  };
1399
+ imports.wbg.__wbg_new_1ba21ce319a06297 = function() {
1400
+ const ret = new Object();
1401
+ return ret;
1402
+ };
1403
+ imports.wbg.__wbg_new_25f239778d6112b9 = function() {
1404
+ const ret = new Array();
1405
+ return ret;
1406
+ };
1366
1407
  imports.wbg.__wbg_new_6421f6084cc5bc5a = function(arg0) {
1367
1408
  const ret = new Uint8Array(arg0);
1368
1409
  return ret;
@@ -1378,6 +1419,12 @@ function __wbg_get_imports() {
1378
1419
  imports.wbg.__wbg_prototypesetcall_dfe9b766cdc1f1fd = function(arg0, arg1, arg2) {
1379
1420
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
1380
1421
  };
1422
+ imports.wbg.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
1423
+ arg0[arg1] = arg2;
1424
+ };
1425
+ imports.wbg.__wbg_set_7df433eea03a5c14 = function(arg0, arg1, arg2) {
1426
+ arg0[arg1 >>> 0] = arg2;
1427
+ };
1381
1428
  imports.wbg.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
1382
1429
  const ret = arg1.stack;
1383
1430
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -1390,6 +1437,11 @@ function __wbg_get_imports() {
1390
1437
  const ret = getStringFromWasm0(arg0, arg1);
1391
1438
  return ret;
1392
1439
  };
1440
+ imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1441
+ // Cast intrinsic for `F64 -> Externref`.
1442
+ const ret = arg0;
1443
+ return ret;
1444
+ };
1393
1445
  imports.wbg.__wbindgen_init_externref_table = function() {
1394
1446
  const table = wasm.__wbindgen_externrefs;
1395
1447
  const offset = table.grow(4);