node-red-contrib-tak-registration 0.16.1 → 0.16.5
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/node_modules/@turf/centroid/dist/cjs/index.cjs +2 -2
- package/node_modules/@turf/centroid/dist/cjs/index.cjs.map +1 -1
- package/node_modules/@turf/centroid/dist/esm/index.js +2 -2
- package/node_modules/@turf/centroid/dist/esm/index.js.map +1 -1
- package/node_modules/@turf/centroid/package.json +12 -13
- package/node_modules/@turf/helpers/README.md +1 -1
- package/node_modules/@turf/helpers/dist/cjs/index.cjs.map +1 -1
- package/node_modules/@turf/helpers/dist/cjs/index.d.cts +6 -4
- package/node_modules/@turf/helpers/dist/esm/index.d.ts +6 -4
- package/node_modules/@turf/helpers/dist/esm/index.js.map +1 -1
- package/node_modules/@turf/helpers/package.json +8 -9
- package/node_modules/@turf/meta/dist/cjs/index.cjs +188 -95
- package/node_modules/@turf/meta/dist/cjs/index.cjs.map +1 -1
- package/node_modules/@turf/meta/dist/cjs/index.d.cts +607 -251
- package/node_modules/@turf/meta/dist/esm/index.d.ts +607 -251
- package/node_modules/@turf/meta/dist/esm/index.js +188 -95
- package/node_modules/@turf/meta/dist/esm/index.js.map +1 -1
- package/node_modules/@turf/meta/package.json +12 -10
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +101 -4
- package/node_modules/@types/node/assert.d.ts +150 -251
- package/node_modules/@types/node/async_hooks.d.ts +8 -8
- package/node_modules/@types/node/buffer.buffer.d.ts +10 -7
- package/node_modules/@types/node/buffer.d.ts +52 -172
- package/node_modules/@types/node/child_process.d.ts +81 -106
- package/node_modules/@types/node/cluster.d.ts +240 -333
- package/node_modules/@types/node/console.d.ts +49 -350
- package/node_modules/@types/node/constants.d.ts +3 -4
- package/node_modules/@types/node/crypto.d.ts +641 -1142
- package/node_modules/@types/node/dgram.d.ts +18 -53
- package/node_modules/@types/node/diagnostics_channel.d.ts +4 -6
- package/node_modules/@types/node/dns/promises.d.ts +3 -3
- package/node_modules/@types/node/dns.d.ts +137 -133
- package/node_modules/@types/node/domain.d.ts +13 -17
- package/node_modules/@types/node/events.d.ts +854 -730
- package/node_modules/@types/node/fs/promises.d.ts +60 -30
- package/node_modules/@types/node/fs.d.ts +666 -463
- package/node_modules/@types/node/globals.d.ts +8 -26
- package/node_modules/@types/node/globals.typedarray.d.ts +79 -0
- package/node_modules/@types/node/http.d.ts +341 -244
- package/node_modules/@types/node/http2.d.ts +552 -702
- package/node_modules/@types/node/https.d.ts +73 -219
- package/node_modules/@types/node/index.d.ts +18 -2
- package/node_modules/@types/node/inspector/promises.d.ts +41 -0
- package/node_modules/@types/node/inspector.d.ts +169 -4156
- package/node_modules/@types/node/inspector.generated.d.ts +4226 -0
- package/node_modules/@types/node/module.d.ts +47 -122
- package/node_modules/@types/node/net.d.ts +90 -189
- package/node_modules/@types/node/os.d.ts +20 -9
- package/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/node/path.d.ts +120 -133
- package/node_modules/@types/node/perf_hooks.d.ts +284 -647
- package/node_modules/@types/node/process.d.ts +228 -140
- package/node_modules/@types/node/punycode.d.ts +5 -5
- package/node_modules/@types/node/querystring.d.ts +4 -4
- package/node_modules/@types/node/quic.d.ts +910 -0
- package/node_modules/@types/node/readline/promises.d.ts +4 -4
- package/node_modules/@types/node/readline.d.ts +67 -120
- package/node_modules/@types/node/repl.d.ts +75 -98
- package/node_modules/@types/node/sea.d.ts +10 -1
- package/node_modules/@types/node/sqlite.d.ts +235 -12
- package/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/node/stream/promises.d.ts +136 -15
- package/node_modules/@types/node/stream/web.d.ts +176 -502
- package/node_modules/@types/node/stream.d.ts +586 -494
- package/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/node/test/reporters.d.ts +96 -0
- package/node_modules/@types/node/test.d.ts +111 -206
- package/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/node/timers.d.ts +4 -130
- package/node_modules/@types/node/tls.d.ts +151 -166
- package/node_modules/@types/node/trace_events.d.ts +9 -9
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +11 -9
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +18 -2
- package/node_modules/@types/node/ts5.7/index.d.ts +18 -2
- package/node_modules/@types/node/tty.d.ts +58 -16
- package/node_modules/@types/node/url.d.ts +85 -591
- package/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/node/util.d.ts +142 -798
- package/node_modules/@types/node/v8.d.ts +70 -10
- package/node_modules/@types/node/vm.d.ts +182 -101
- package/node_modules/@types/node/wasi.d.ts +5 -5
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
- package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/node/web-globals/events.d.ts +12 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +4 -0
- package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +270 -358
- package/node_modules/@types/node/zlib.d.ts +39 -95
- package/node_modules/axios/CHANGELOG.md +595 -474
- package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
- package/node_modules/axios/README.md +620 -458
- package/node_modules/axios/dist/axios.js +363 -190
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +267 -219
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +267 -219
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +522 -286
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +25 -3
- package/node_modules/axios/index.d.ts +344 -116
- package/node_modules/axios/lib/adapters/README.md +1 -1
- package/node_modules/axios/lib/adapters/adapters.js +85 -40
- package/node_modules/axios/lib/adapters/fetch.js +1 -1
- package/node_modules/axios/lib/adapters/http.js +236 -51
- package/node_modules/axios/lib/adapters/xhr.js +2 -2
- package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
- package/node_modules/axios/lib/core/Axios.js +1 -1
- package/node_modules/axios/lib/core/AxiosError.js +65 -102
- package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
- package/node_modules/axios/lib/core/mergeConfig.js +6 -7
- package/node_modules/axios/lib/core/transformData.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
- package/node_modules/axios/lib/helpers/bind.js +7 -0
- package/node_modules/axios/lib/helpers/buildURL.js +7 -10
- package/node_modules/axios/lib/helpers/composeSignals.js +1 -1
- package/node_modules/axios/lib/helpers/cookies.js +25 -14
- package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
- package/node_modules/axios/lib/helpers/parseHeaders.js +1 -1
- package/node_modules/axios/lib/helpers/spread.js +1 -1
- package/node_modules/axios/lib/utils.js +24 -7
- package/node_modules/axios/package.json +34 -5
- package/node_modules/fast-xml-parser/CHANGELOG.md +12 -0
- package/node_modules/fast-xml-parser/README.md +6 -5
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +4 -2
- package/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +43 -20
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/node_modules/form-data/CHANGELOG.md +60 -2
- package/node_modules/form-data/README.md +4 -4
- package/node_modules/form-data/lib/form_data.js +2 -2
- package/node_modules/form-data/package.json +4 -4
- package/node_modules/protobufjs/dist/light/protobuf.js +8 -5
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.js +53 -6
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/package.json +1 -1
- package/node_modules/protobufjs/src/object.js +6 -3
- package/node_modules/protobufjs/src/parse.js +45 -1
- package/node_modules/strnum/README.md +6 -0
- package/node_modules/strnum/package.json +1 -1
- package/node_modules/strnum/strnum.js +1 -1
- package/node_modules/undici-types/agent.d.ts +1 -4
- package/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
- package/node_modules/undici-types/dispatcher.d.ts +0 -6
- package/node_modules/undici-types/errors.d.ts +5 -15
- package/node_modules/undici-types/eventsource.d.ts +6 -1
- package/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +0 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/node_modules/undici-types/webidl.d.ts +92 -21
- package/node_modules/undici-types/websocket.d.ts +2 -0
- package/node_modules/uuid/README.md +19 -8
- package/node_modules/uuid/dist/cjs/index.d.ts +15 -0
- package/node_modules/uuid/dist/cjs/index.js +31 -0
- package/node_modules/uuid/dist/cjs/max.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/max.js +3 -0
- package/node_modules/uuid/dist/cjs/md5.d.ts +4 -0
- package/node_modules/uuid/dist/cjs/md5.js +13 -0
- package/node_modules/uuid/dist/cjs/native.d.ts +6 -0
- package/node_modules/uuid/dist/cjs/native.js +4 -0
- package/node_modules/uuid/dist/cjs/nil.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/nil.js +3 -0
- package/node_modules/uuid/dist/cjs/package.json +1 -0
- package/node_modules/uuid/dist/cjs/parse.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/parse.js +11 -0
- package/node_modules/uuid/dist/cjs/regex.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/regex.js +3 -0
- package/node_modules/uuid/dist/cjs/rng.d.ts +1 -0
- package/node_modules/uuid/dist/cjs/rng.js +13 -0
- package/node_modules/uuid/dist/cjs/sha1.d.ts +4 -0
- package/node_modules/uuid/dist/cjs/sha1.js +13 -0
- package/node_modules/uuid/dist/cjs/stringify.d.ts +3 -0
- package/node_modules/uuid/dist/cjs/stringify.js +39 -0
- package/node_modules/uuid/dist/cjs/types.d.ts +21 -0
- package/node_modules/uuid/dist/cjs/types.js +2 -0
- package/node_modules/uuid/dist/cjs/uuid-bin.js +72 -0
- package/node_modules/uuid/dist/cjs/v1.d.ts +11 -0
- package/node_modules/uuid/dist/cjs/v1.js +87 -0
- package/node_modules/uuid/dist/cjs/v1ToV6.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/v1ToV6.js +13 -0
- package/node_modules/uuid/dist/cjs/v3.d.ts +9 -0
- package/node_modules/uuid/dist/cjs/v3.js +14 -0
- package/node_modules/uuid/dist/cjs/v35.d.ts +7 -0
- package/node_modules/uuid/dist/cjs/v35.js +41 -0
- package/node_modules/uuid/dist/cjs/v4.d.ts +4 -0
- package/node_modules/uuid/dist/cjs/v4.js +29 -0
- package/node_modules/uuid/dist/cjs/v5.d.ts +9 -0
- package/node_modules/uuid/dist/cjs/v5.js +14 -0
- package/node_modules/uuid/dist/cjs/v6.d.ts +4 -0
- package/node_modules/uuid/dist/cjs/v6.js +19 -0
- package/node_modules/uuid/dist/cjs/v6ToV1.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/v6ToV1.js +13 -0
- package/node_modules/uuid/dist/cjs/v7.d.ts +9 -0
- package/node_modules/uuid/dist/cjs/v7.js +69 -0
- package/node_modules/uuid/dist/cjs/validate.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/validate.js +7 -0
- package/node_modules/uuid/dist/cjs/version.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/version.js +10 -0
- package/node_modules/uuid/dist/cjs-browser/index.js +31 -0
- package/node_modules/uuid/dist/cjs-browser/max.js +3 -0
- package/node_modules/uuid/dist/cjs-browser/md5.js +137 -0
- package/node_modules/uuid/dist/cjs-browser/native.js +4 -0
- package/node_modules/uuid/dist/cjs-browser/nil.js +3 -0
- package/node_modules/uuid/dist/cjs-browser/package.json +1 -0
- package/node_modules/uuid/dist/cjs-browser/parse.js +11 -0
- package/node_modules/uuid/dist/cjs-browser/regex.js +3 -0
- package/node_modules/uuid/dist/cjs-browser/rng.js +14 -0
- package/node_modules/uuid/dist/cjs-browser/sha1.js +72 -0
- package/node_modules/uuid/dist/cjs-browser/stringify.js +39 -0
- package/node_modules/uuid/dist/cjs-browser/types.js +2 -0
- package/node_modules/uuid/dist/cjs-browser/uuid-bin.js +72 -0
- package/node_modules/uuid/dist/cjs-browser/v1.js +87 -0
- package/node_modules/uuid/dist/cjs-browser/v1ToV6.js +13 -0
- package/node_modules/uuid/dist/cjs-browser/v3.js +14 -0
- package/node_modules/uuid/dist/cjs-browser/v35.js +41 -0
- package/node_modules/uuid/dist/cjs-browser/v4.js +29 -0
- package/node_modules/uuid/dist/cjs-browser/v5.js +14 -0
- package/node_modules/uuid/dist/cjs-browser/v6.js +19 -0
- package/node_modules/uuid/dist/cjs-browser/v6ToV1.js +13 -0
- package/node_modules/uuid/dist/cjs-browser/v7.js +69 -0
- package/node_modules/uuid/dist/cjs-browser/validate.js +7 -0
- package/node_modules/uuid/dist/cjs-browser/version.js +10 -0
- package/node_modules/uuid/dist/esm/index.d.ts +15 -0
- package/node_modules/uuid/dist/esm/max.d.ts +2 -0
- package/node_modules/uuid/dist/esm/md5.d.ts +4 -0
- package/node_modules/uuid/dist/esm/md5.js +11 -0
- package/node_modules/uuid/dist/esm/native.d.ts +6 -0
- package/node_modules/uuid/dist/esm/native.js +2 -0
- package/node_modules/uuid/dist/esm/nil.d.ts +2 -0
- package/node_modules/uuid/dist/esm/parse.d.ts +2 -0
- package/node_modules/uuid/dist/esm/regex.d.ts +2 -0
- package/node_modules/uuid/dist/esm/rng.d.ts +1 -0
- package/node_modules/uuid/dist/esm/rng.js +10 -0
- package/node_modules/uuid/dist/esm/sha1.d.ts +4 -0
- package/node_modules/uuid/dist/esm/sha1.js +11 -0
- package/node_modules/uuid/dist/esm/stringify.d.ts +3 -0
- package/node_modules/uuid/dist/esm/types.d.ts +21 -0
- package/node_modules/uuid/dist/esm/types.js +1 -0
- package/node_modules/uuid/dist/esm/uuid-bin.d.ts +1 -0
- package/node_modules/uuid/dist/esm/uuid-bin.js +70 -0
- package/node_modules/uuid/dist/esm/v1.d.ts +11 -0
- package/node_modules/uuid/dist/esm/v1ToV6.d.ts +2 -0
- package/node_modules/uuid/dist/esm/v3.d.ts +9 -0
- package/node_modules/uuid/dist/esm/v35.d.ts +7 -0
- package/node_modules/uuid/dist/esm/v4.d.ts +4 -0
- package/node_modules/uuid/dist/esm/v4.js +27 -0
- package/node_modules/uuid/dist/esm/v5.d.ts +9 -0
- package/node_modules/uuid/dist/esm/v6.d.ts +4 -0
- package/node_modules/uuid/dist/esm/v6ToV1.d.ts +2 -0
- package/node_modules/uuid/dist/esm/v7.d.ts +9 -0
- package/node_modules/uuid/dist/esm/validate.d.ts +2 -0
- package/node_modules/uuid/dist/esm/version.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/index.d.ts +15 -0
- package/node_modules/uuid/dist/esm-browser/max.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/md5.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/native.d.ts +4 -0
- package/node_modules/uuid/dist/esm-browser/nil.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/parse.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/regex.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/rng.d.ts +1 -0
- package/node_modules/uuid/dist/esm-browser/sha1.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/stringify.d.ts +3 -0
- package/node_modules/uuid/dist/esm-browser/types.d.ts +21 -0
- package/node_modules/uuid/dist/esm-browser/uuid-bin.d.ts +1 -0
- package/node_modules/uuid/dist/esm-browser/uuid-bin.js +70 -0
- package/node_modules/uuid/dist/esm-browser/v1.d.ts +11 -0
- package/node_modules/uuid/dist/esm-browser/v1ToV6.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/v3.d.ts +9 -0
- package/node_modules/uuid/dist/esm-browser/v35.d.ts +7 -0
- package/node_modules/uuid/dist/esm-browser/v4.d.ts +4 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.d.ts +9 -0
- package/node_modules/uuid/dist/esm-browser/v6.d.ts +4 -0
- package/node_modules/uuid/dist/esm-browser/v6ToV1.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/v7.d.ts +9 -0
- package/node_modules/uuid/dist/esm-browser/validate.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/version.d.ts +2 -0
- package/node_modules/uuid/package.json +41 -28
- package/package.json +12 -10
- package/tak-registration.js +18 -14
- package/node_modules/@turf/along/LICENSE +0 -20
- package/node_modules/@turf/along/README.md +0 -59
- package/node_modules/@turf/along/dist/cjs/index.cjs +0 -39
- package/node_modules/@turf/along/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/along/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/along/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/along/dist/esm/index.js +0 -39
- package/node_modules/@turf/along/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/along/package.json +0 -75
- package/node_modules/@turf/angle/LICENSE +0 -20
- package/node_modules/@turf/angle/README.md +0 -60
- package/node_modules/@turf/angle/dist/cjs/index.cjs +0 -41
- package/node_modules/@turf/angle/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/angle/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/angle/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/angle/dist/esm/index.js +0 -41
- package/node_modules/@turf/angle/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/angle/package.json +0 -79
- package/node_modules/@turf/area/LICENSE +0 -20
- package/node_modules/@turf/area/README.md +0 -55
- package/node_modules/@turf/area/dist/cjs/index.cjs +0 -66
- package/node_modules/@turf/area/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/area/dist/cjs/index.d.cts +0 -20
- package/node_modules/@turf/area/dist/esm/index.d.ts +0 -20
- package/node_modules/@turf/area/dist/esm/index.js +0 -66
- package/node_modules/@turf/area/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/area/package.json +0 -72
- package/node_modules/@turf/bbox/LICENSE +0 -20
- package/node_modules/@turf/bbox/README.md +0 -56
- package/node_modules/@turf/bbox/dist/cjs/index.cjs +0 -29
- package/node_modules/@turf/bbox/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bbox/dist/cjs/index.d.cts +0 -25
- package/node_modules/@turf/bbox/dist/esm/index.d.ts +0 -25
- package/node_modules/@turf/bbox/dist/esm/index.js +0 -29
- package/node_modules/@turf/bbox/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bbox/package.json +0 -72
- package/node_modules/@turf/bbox-clip/LICENSE +0 -20
- package/node_modules/@turf/bbox-clip/README.md +0 -62
- package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs +0 -133
- package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bbox-clip/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/bbox-clip/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/bbox-clip/dist/esm/index.js +0 -133
- package/node_modules/@turf/bbox-clip/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bbox-clip/package.json +0 -79
- package/node_modules/@turf/bbox-polygon/LICENSE +0 -20
- package/node_modules/@turf/bbox-polygon/README.md +0 -60
- package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs +0 -28
- package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bbox-polygon/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/bbox-polygon/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/bbox-polygon/dist/esm/index.js +0 -28
- package/node_modules/@turf/bbox-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bbox-polygon/package.json +0 -70
- package/node_modules/@turf/bearing/LICENSE +0 -20
- package/node_modules/@turf/bearing/README.md +0 -63
- package/node_modules/@turf/bearing/dist/cjs/index.cjs +0 -28
- package/node_modules/@turf/bearing/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bearing/dist/cjs/index.d.cts +0 -29
- package/node_modules/@turf/bearing/dist/esm/index.d.ts +0 -29
- package/node_modules/@turf/bearing/dist/esm/index.js +0 -28
- package/node_modules/@turf/bearing/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bearing/package.json +0 -70
- package/node_modules/@turf/bezier-spline/LICENSE +0 -20
- package/node_modules/@turf/bezier-spline/README.md +0 -73
- package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs +0 -165
- package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bezier-spline/dist/cjs/index.d.cts +0 -39
- package/node_modules/@turf/bezier-spline/dist/esm/index.d.ts +0 -39
- package/node_modules/@turf/bezier-spline/dist/esm/index.js +0 -165
- package/node_modules/@turf/bezier-spline/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bezier-spline/package.json +0 -73
- package/node_modules/@turf/boolean-clockwise/LICENSE +0 -20
- package/node_modules/@turf/boolean-clockwise/README.md +0 -55
- package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs +0 -22
- package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-clockwise/dist/cjs/index.d.cts +0 -20
- package/node_modules/@turf/boolean-clockwise/dist/esm/index.d.ts +0 -20
- package/node_modules/@turf/boolean-clockwise/dist/esm/index.js +0 -22
- package/node_modules/@turf/boolean-clockwise/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-clockwise/package.json +0 -77
- package/node_modules/@turf/boolean-concave/LICENSE +0 -20
- package/node_modules/@turf/boolean-concave/README.md +0 -48
- package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs +0 -29
- package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-concave/dist/cjs/index.d.cts +0 -17
- package/node_modules/@turf/boolean-concave/dist/esm/index.d.ts +0 -17
- package/node_modules/@turf/boolean-concave/dist/esm/index.js +0 -29
- package/node_modules/@turf/boolean-concave/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-concave/package.json +0 -76
- package/node_modules/@turf/boolean-contains/LICENSE +0 -20
- package/node_modules/@turf/boolean-contains/README.md +0 -58
- package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs +0 -216
- package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-contains/dist/cjs/index.d.cts +0 -50
- package/node_modules/@turf/boolean-contains/dist/esm/index.d.ts +0 -50
- package/node_modules/@turf/boolean-contains/dist/esm/index.js +0 -216
- package/node_modules/@turf/boolean-contains/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-contains/package.json +0 -81
- package/node_modules/@turf/boolean-crosses/LICENSE +0 -20
- package/node_modules/@turf/boolean-crosses/README.md +0 -60
- package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs +0 -141
- package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-crosses/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/boolean-crosses/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/boolean-crosses/dist/esm/index.js +0 -141
- package/node_modules/@turf/boolean-crosses/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-crosses/package.json +0 -80
- package/node_modules/@turf/boolean-disjoint/LICENSE +0 -20
- package/node_modules/@turf/boolean-disjoint/README.md +0 -60
- package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs +0 -143
- package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-disjoint/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/boolean-disjoint/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/boolean-disjoint/dist/esm/index.js +0 -143
- package/node_modules/@turf/boolean-disjoint/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-disjoint/package.json +0 -79
- package/node_modules/@turf/boolean-equal/LICENSE +0 -20
- package/node_modules/@turf/boolean-equal/README.md +0 -68
- package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs +0 -23
- package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-equal/dist/cjs/index.d.cts +0 -27
- package/node_modules/@turf/boolean-equal/dist/esm/index.d.ts +0 -27
- package/node_modules/@turf/boolean-equal/dist/esm/index.js +0 -23
- package/node_modules/@turf/boolean-equal/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-equal/package.json +0 -82
- package/node_modules/@turf/boolean-intersects/LICENSE +0 -20
- package/node_modules/@turf/boolean-intersects/README.md +0 -64
- package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs +0 -25
- package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-intersects/dist/cjs/index.d.cts +0 -32
- package/node_modules/@turf/boolean-intersects/dist/esm/index.d.ts +0 -32
- package/node_modules/@turf/boolean-intersects/dist/esm/index.js +0 -25
- package/node_modules/@turf/boolean-intersects/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-intersects/package.json +0 -78
- package/node_modules/@turf/boolean-overlap/LICENSE +0 -20
- package/node_modules/@turf/boolean-overlap/README.md +0 -70
- package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs +0 -55
- package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-overlap/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/boolean-overlap/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/boolean-overlap/dist/esm/index.js +0 -55
- package/node_modules/@turf/boolean-overlap/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-overlap/package.json +0 -83
- package/node_modules/@turf/boolean-parallel/LICENSE +0 -20
- package/node_modules/@turf/boolean-parallel/README.md +0 -52
- package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs +0 -39
- package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-parallel/dist/cjs/index.d.cts +0 -19
- package/node_modules/@turf/boolean-parallel/dist/esm/index.d.ts +0 -19
- package/node_modules/@turf/boolean-parallel/dist/esm/index.js +0 -39
- package/node_modules/@turf/boolean-parallel/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-parallel/package.json +0 -77
- package/node_modules/@turf/boolean-point-in-polygon/LICENSE +0 -20
- package/node_modules/@turf/boolean-point-in-polygon/README.md +0 -69
- package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs +0 -38
- package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.d.cts +0 -32
- package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.d.ts +0 -32
- package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js +0 -38
- package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-point-in-polygon/package.json +0 -73
- package/node_modules/@turf/boolean-point-on-line/LICENSE +0 -20
- package/node_modules/@turf/boolean-point-on-line/README.md +0 -60
- package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs +0 -88
- package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/boolean-point-on-line/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js +0 -88
- package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-point-on-line/package.json +0 -74
- package/node_modules/@turf/boolean-touches/LICENSE +0 -20
- package/node_modules/@turf/boolean-touches/README.md +0 -51
- package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs +0 -647
- package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-touches/dist/cjs/index.d.cts +0 -20
- package/node_modules/@turf/boolean-touches/dist/esm/index.d.ts +0 -20
- package/node_modules/@turf/boolean-touches/dist/esm/index.js +0 -647
- package/node_modules/@turf/boolean-touches/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-touches/package.json +0 -82
- package/node_modules/@turf/boolean-valid/LICENSE +0 -20
- package/node_modules/@turf/boolean-valid/README.md +0 -48
- package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs +0 -93
- package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-valid/dist/cjs/index.d.cts +0 -17
- package/node_modules/@turf/boolean-valid/dist/esm/index.d.ts +0 -17
- package/node_modules/@turf/boolean-valid/dist/esm/index.js +0 -93
- package/node_modules/@turf/boolean-valid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-valid/package.json +0 -86
- package/node_modules/@turf/boolean-within/LICENSE +0 -20
- package/node_modules/@turf/boolean-within/README.md +0 -53
- package/node_modules/@turf/boolean-within/dist/cjs/index.cjs +0 -186
- package/node_modules/@turf/boolean-within/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-within/dist/cjs/index.d.cts +0 -22
- package/node_modules/@turf/boolean-within/dist/esm/index.d.ts +0 -22
- package/node_modules/@turf/boolean-within/dist/esm/index.js +0 -186
- package/node_modules/@turf/boolean-within/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-within/package.json +0 -83
- package/node_modules/@turf/buffer/LICENSE +0 -20
- package/node_modules/@turf/buffer/README.md +0 -72
- package/node_modules/@turf/buffer/dist/cjs/index.cjs +0 -99
- package/node_modules/@turf/buffer/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/buffer/dist/cjs/index.d.cts +0 -30
- package/node_modules/@turf/buffer/dist/esm/index.d.ts +0 -30
- package/node_modules/@turf/buffer/dist/esm/index.js +0 -99
- package/node_modules/@turf/buffer/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/buffer/package.json +0 -85
- package/node_modules/@turf/center/LICENSE +0 -20
- package/node_modules/@turf/center/README.md +0 -65
- package/node_modules/@turf/center/dist/cjs/index.cjs +0 -15
- package/node_modules/@turf/center/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/center/dist/cjs/index.d.cts +0 -34
- package/node_modules/@turf/center/dist/esm/index.d.ts +0 -34
- package/node_modules/@turf/center/dist/esm/index.js +0 -15
- package/node_modules/@turf/center/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/center/package.json +0 -78
- package/node_modules/@turf/center-mean/LICENSE +0 -20
- package/node_modules/@turf/center-mean/README.md +0 -69
- package/node_modules/@turf/center-mean/dist/cjs/index.cjs +0 -31
- package/node_modules/@turf/center-mean/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/center-mean/dist/cjs/index.d.cts +0 -38
- package/node_modules/@turf/center-mean/dist/esm/index.d.ts +0 -38
- package/node_modules/@turf/center-mean/dist/esm/index.js +0 -31
- package/node_modules/@turf/center-mean/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/center-mean/package.json +0 -83
- package/node_modules/@turf/center-median/LICENSE +0 -20
- package/node_modules/@turf/center-median/README.md +0 -97
- package/node_modules/@turf/center-median/dist/cjs/index.cjs +0 -80
- package/node_modules/@turf/center-median/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/center-median/dist/cjs/index.d.cts +0 -64
- package/node_modules/@turf/center-median/dist/esm/index.d.ts +0 -64
- package/node_modules/@turf/center-median/dist/esm/index.js +0 -80
- package/node_modules/@turf/center-median/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/center-median/package.json +0 -80
- package/node_modules/@turf/center-of-mass/LICENSE +0 -20
- package/node_modules/@turf/center-of-mass/README.md +0 -61
- package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs +0 -58
- package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/center-of-mass/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/center-of-mass/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/center-of-mass/dist/esm/index.js +0 -58
- package/node_modules/@turf/center-of-mass/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/center-of-mass/package.json +0 -75
- package/node_modules/@turf/circle/LICENSE +0 -20
- package/node_modules/@turf/circle/README.md +0 -65
- package/node_modules/@turf/circle/dist/cjs/index.cjs +0 -21
- package/node_modules/@turf/circle/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/circle/dist/cjs/index.d.cts +0 -30
- package/node_modules/@turf/circle/dist/esm/index.d.ts +0 -30
- package/node_modules/@turf/circle/dist/esm/index.js +0 -21
- package/node_modules/@turf/circle/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/circle/package.json +0 -77
- package/node_modules/@turf/clean-coords/LICENSE +0 -20
- package/node_modules/@turf/clean-coords/README.md +0 -57
- package/node_modules/@turf/clean-coords/dist/cjs/index.cjs +0 -122
- package/node_modules/@turf/clean-coords/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clean-coords/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/clean-coords/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/clean-coords/dist/esm/index.js +0 -122
- package/node_modules/@turf/clean-coords/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clean-coords/package.json +0 -76
- package/node_modules/@turf/clone/LICENSE +0 -20
- package/node_modules/@turf/clone/README.md +0 -44
- package/node_modules/@turf/clone/dist/cjs/index.cjs +0 -111
- package/node_modules/@turf/clone/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clone/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/clone/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/clone/dist/esm/index.js +0 -111
- package/node_modules/@turf/clone/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clone/package.json +0 -72
- package/node_modules/@turf/clusters/LICENSE +0 -20
- package/node_modules/@turf/clusters/README.md +0 -209
- package/node_modules/@turf/clusters/dist/cjs/index.cjs +0 -108
- package/node_modules/@turf/clusters/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clusters/dist/cjs/index.d.cts +0 -201
- package/node_modules/@turf/clusters/dist/esm/index.d.ts +0 -201
- package/node_modules/@turf/clusters/dist/esm/index.js +0 -108
- package/node_modules/@turf/clusters/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clusters/package.json +0 -75
- package/node_modules/@turf/clusters-dbscan/LICENSE +0 -20
- package/node_modules/@turf/clusters-dbscan/README.md +0 -90
- package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs +0 -110
- package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clusters-dbscan/dist/cjs/index.d.cts +0 -51
- package/node_modules/@turf/clusters-dbscan/dist/esm/index.d.ts +0 -51
- package/node_modules/@turf/clusters-dbscan/dist/esm/index.js +0 -110
- package/node_modules/@turf/clusters-dbscan/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clusters-dbscan/package.json +0 -89
- package/node_modules/@turf/clusters-kmeans/LICENSE +0 -20
- package/node_modules/@turf/clusters-kmeans/README.md +0 -63
- package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs +0 -29
- package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clusters-kmeans/dist/cjs/index.d.cts +0 -33
- package/node_modules/@turf/clusters-kmeans/dist/esm/index.d.ts +0 -33
- package/node_modules/@turf/clusters-kmeans/dist/esm/index.js +0 -29
- package/node_modules/@turf/clusters-kmeans/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clusters-kmeans/package.json +0 -89
- package/node_modules/@turf/collect/LICENSE +0 -20
- package/node_modules/@turf/collect/README.md +0 -68
- package/node_modules/@turf/collect/dist/cjs/index.cjs +0 -49
- package/node_modules/@turf/collect/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/collect/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/collect/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/collect/dist/esm/index.js +0 -49
- package/node_modules/@turf/collect/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/collect/package.json +0 -78
- package/node_modules/@turf/combine/LICENSE +0 -20
- package/node_modules/@turf/combine/README.md +0 -62
- package/node_modules/@turf/combine/dist/cjs/index.cjs +0 -67
- package/node_modules/@turf/combine/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/combine/dist/cjs/index.d.cts +0 -25
- package/node_modules/@turf/combine/dist/esm/index.d.ts +0 -25
- package/node_modules/@turf/combine/dist/esm/index.js +0 -67
- package/node_modules/@turf/combine/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/combine/package.json +0 -71
- package/node_modules/@turf/concave/LICENSE +0 -20
- package/node_modules/@turf/concave/README.md +0 -76
- package/node_modules/@turf/concave/dist/cjs/index.cjs +0 -198
- package/node_modules/@turf/concave/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/concave/dist/cjs/index.d.cts +0 -36
- package/node_modules/@turf/concave/dist/esm/index.d.ts +0 -36
- package/node_modules/@turf/concave/dist/esm/index.js +0 -198
- package/node_modules/@turf/concave/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/concave/package.json +0 -91
- package/node_modules/@turf/convex/LICENSE +0 -20
- package/node_modules/@turf/convex/README.md +0 -75
- package/node_modules/@turf/convex/dist/cjs/index.cjs +0 -25
- package/node_modules/@turf/convex/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/convex/dist/cjs/index.d.cts +0 -37
- package/node_modules/@turf/convex/dist/esm/index.d.ts +0 -37
- package/node_modules/@turf/convex/dist/esm/index.js +0 -25
- package/node_modules/@turf/convex/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/convex/package.json +0 -73
- package/node_modules/@turf/destination/LICENSE +0 -20
- package/node_modules/@turf/destination/README.md +0 -71
- package/node_modules/@turf/destination/dist/cjs/index.cjs +0 -31
- package/node_modules/@turf/destination/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/destination/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/destination/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/destination/dist/esm/index.js +0 -31
- package/node_modules/@turf/destination/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/destination/package.json +0 -76
- package/node_modules/@turf/difference/LICENSE +0 -20
- package/node_modules/@turf/difference/README.md +0 -71
- package/node_modules/@turf/difference/dist/cjs/index.cjs +0 -24
- package/node_modules/@turf/difference/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/difference/dist/cjs/index.d.cts +0 -38
- package/node_modules/@turf/difference/dist/esm/index.d.ts +0 -38
- package/node_modules/@turf/difference/dist/esm/index.js +0 -24
- package/node_modules/@turf/difference/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/difference/package.json +0 -72
- package/node_modules/@turf/dissolve/LICENSE +0 -20
- package/node_modules/@turf/dissolve/README.md +0 -63
- package/node_modules/@turf/dissolve/dist/cjs/index.cjs +0 -62
- package/node_modules/@turf/dissolve/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/dissolve/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/dissolve/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/dissolve/dist/esm/index.js +0 -62
- package/node_modules/@turf/dissolve/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/dissolve/package.json +0 -76
- package/node_modules/@turf/distance/LICENSE +0 -20
- package/node_modules/@turf/distance/README.md +0 -63
- package/node_modules/@turf/distance/dist/cjs/index.cjs +0 -22
- package/node_modules/@turf/distance/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/distance/dist/cjs/index.d.cts +0 -29
- package/node_modules/@turf/distance/dist/esm/index.d.ts +0 -29
- package/node_modules/@turf/distance/dist/esm/index.js +0 -22
- package/node_modules/@turf/distance/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/distance/package.json +0 -72
- package/node_modules/@turf/distance-weight/LICENSE +0 -20
- package/node_modules/@turf/distance-weight/README.md +0 -76
- package/node_modules/@turf/distance-weight/dist/cjs/index.cjs +0 -80
- package/node_modules/@turf/distance-weight/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/distance-weight/dist/cjs/index.d.cts +0 -42
- package/node_modules/@turf/distance-weight/dist/esm/index.d.ts +0 -42
- package/node_modules/@turf/distance-weight/dist/esm/index.js +0 -80
- package/node_modules/@turf/distance-weight/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/distance-weight/package.json +0 -75
- package/node_modules/@turf/ellipse/LICENSE +0 -20
- package/node_modules/@turf/ellipse/README.md +0 -68
- package/node_modules/@turf/ellipse/dist/cjs/index.cjs +0 -69
- package/node_modules/@turf/ellipse/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/ellipse/dist/cjs/index.d.cts +0 -34
- package/node_modules/@turf/ellipse/dist/esm/index.d.ts +0 -34
- package/node_modules/@turf/ellipse/dist/esm/index.js +0 -69
- package/node_modules/@turf/ellipse/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/ellipse/package.json +0 -81
- package/node_modules/@turf/envelope/LICENSE +0 -20
- package/node_modules/@turf/envelope/README.md +0 -54
- package/node_modules/@turf/envelope/dist/cjs/index.cjs +0 -12
- package/node_modules/@turf/envelope/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/envelope/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/envelope/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/envelope/dist/esm/index.js +0 -12
- package/node_modules/@turf/envelope/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/envelope/package.json +0 -73
- package/node_modules/@turf/explode/LICENSE +0 -20
- package/node_modules/@turf/explode/README.md +0 -54
- package/node_modules/@turf/explode/dist/cjs/index.cjs +0 -28
- package/node_modules/@turf/explode/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/explode/dist/cjs/index.d.cts +0 -21
- package/node_modules/@turf/explode/dist/esm/index.d.ts +0 -21
- package/node_modules/@turf/explode/dist/esm/index.js +0 -28
- package/node_modules/@turf/explode/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/explode/package.json +0 -72
- package/node_modules/@turf/flatten/LICENSE +0 -20
- package/node_modules/@turf/flatten/README.md +0 -54
- package/node_modules/@turf/flatten/dist/cjs/index.cjs +0 -17
- package/node_modules/@turf/flatten/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/flatten/dist/cjs/index.d.cts +0 -27
- package/node_modules/@turf/flatten/dist/esm/index.d.ts +0 -27
- package/node_modules/@turf/flatten/dist/esm/index.js +0 -17
- package/node_modules/@turf/flatten/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/flatten/package.json +0 -78
- package/node_modules/@turf/flip/LICENSE +0 -20
- package/node_modules/@turf/flip/README.md +0 -53
- package/node_modules/@turf/flip/dist/cjs/index.cjs +0 -25
- package/node_modules/@turf/flip/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/flip/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/flip/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/flip/dist/esm/index.js +0 -25
- package/node_modules/@turf/flip/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/flip/package.json +0 -74
- package/node_modules/@turf/geojson-rbush/LICENSE +0 -20
- package/node_modules/@turf/geojson-rbush/README.md +0 -397
- package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs +0 -78
- package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/geojson-rbush/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/geojson-rbush/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/geojson-rbush/dist/esm/index.js +0 -78
- package/node_modules/@turf/geojson-rbush/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/geojson-rbush/package.json +0 -82
- package/node_modules/@turf/great-circle/LICENSE +0 -20
- package/node_modules/@turf/great-circle/README.md +0 -67
- package/node_modules/@turf/great-circle/dist/cjs/index.cjs +0 -273
- package/node_modules/@turf/great-circle/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/great-circle/dist/cjs/index.d.cts +0 -17
- package/node_modules/@turf/great-circle/dist/esm/index.d.ts +0 -17
- package/node_modules/@turf/great-circle/dist/esm/index.js +0 -273
- package/node_modules/@turf/great-circle/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/great-circle/package.json +0 -78
- package/node_modules/@turf/hex-grid/LICENSE +0 -20
- package/node_modules/@turf/hex-grid/README.md +0 -74
- package/node_modules/@turf/hex-grid/dist/cjs/index.cjs +0 -114
- package/node_modules/@turf/hex-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/hex-grid/dist/cjs/index.d.cts +0 -36
- package/node_modules/@turf/hex-grid/dist/esm/index.d.ts +0 -36
- package/node_modules/@turf/hex-grid/dist/esm/index.js +0 -114
- package/node_modules/@turf/hex-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/hex-grid/package.json +0 -87
- package/node_modules/@turf/interpolate/LICENSE +0 -20
- package/node_modules/@turf/interpolate/README.md +0 -73
- package/node_modules/@turf/interpolate/dist/cjs/index.cjs +0 -78
- package/node_modules/@turf/interpolate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/interpolate/dist/cjs/index.d.cts +0 -30
- package/node_modules/@turf/interpolate/dist/esm/index.d.ts +0 -30
- package/node_modules/@turf/interpolate/dist/esm/index.js +0 -78
- package/node_modules/@turf/interpolate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/interpolate/package.json +0 -84
- package/node_modules/@turf/intersect/LICENSE +0 -20
- package/node_modules/@turf/intersect/README.md +0 -76
- package/node_modules/@turf/intersect/dist/cjs/index.cjs +0 -24
- package/node_modules/@turf/intersect/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/intersect/dist/cjs/index.d.cts +0 -42
- package/node_modules/@turf/intersect/dist/esm/index.d.ts +0 -42
- package/node_modules/@turf/intersect/dist/esm/index.js +0 -24
- package/node_modules/@turf/intersect/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/intersect/package.json +0 -74
- package/node_modules/@turf/invariant/LICENSE +0 -20
- package/node_modules/@turf/invariant/README.md +0 -195
- package/node_modules/@turf/invariant/dist/cjs/index.cjs +0 -127
- package/node_modules/@turf/invariant/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/invariant/dist/cjs/index.d.cts +0 -108
- package/node_modules/@turf/invariant/dist/esm/index.d.ts +0 -108
- package/node_modules/@turf/invariant/dist/esm/index.js +0 -127
- package/node_modules/@turf/invariant/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/invariant/package.json +0 -73
- package/node_modules/@turf/isobands/LICENSE +0 -20
- package/node_modules/@turf/isobands/README.md +0 -54
- package/node_modules/@turf/isobands/dist/cjs/index.cjs +0 -209
- package/node_modules/@turf/isobands/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/isobands/dist/cjs/index.d.cts +0 -22
- package/node_modules/@turf/isobands/dist/esm/index.d.ts +0 -22
- package/node_modules/@turf/isobands/dist/esm/index.js +0 -209
- package/node_modules/@turf/isobands/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/isobands/package.json +0 -89
- package/node_modules/@turf/isolines/LICENSE +0 -20
- package/node_modules/@turf/isolines/README.md +0 -76
- package/node_modules/@turf/isolines/dist/cjs/index.cjs +0 -135
- package/node_modules/@turf/isolines/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/isolines/dist/cjs/index.d.cts +0 -38
- package/node_modules/@turf/isolines/dist/esm/index.d.ts +0 -38
- package/node_modules/@turf/isolines/dist/esm/index.js +0 -135
- package/node_modules/@turf/isolines/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/isolines/package.json +0 -86
- package/node_modules/@turf/jsts/README.md +0 -19
- package/node_modules/@turf/jsts/dist/jsts.min.js +0 -2
- package/node_modules/@turf/jsts/dist/jsts.min.js.map +0 -1
- package/node_modules/@turf/jsts/package.json +0 -45
- package/node_modules/@turf/kinks/LICENSE +0 -20
- package/node_modules/@turf/kinks/README.md +0 -66
- package/node_modules/@turf/kinks/dist/cjs/index.cjs +0 -108
- package/node_modules/@turf/kinks/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/kinks/dist/cjs/index.d.cts +0 -27
- package/node_modules/@turf/kinks/dist/esm/index.d.ts +0 -27
- package/node_modules/@turf/kinks/dist/esm/index.js +0 -108
- package/node_modules/@turf/kinks/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/kinks/package.json +0 -72
- package/node_modules/@turf/length/LICENSE +0 -20
- package/node_modules/@turf/length/README.md +0 -63
- package/node_modules/@turf/length/dist/cjs/index.cjs +0 -19
- package/node_modules/@turf/length/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/length/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/length/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/length/dist/esm/index.js +0 -19
- package/node_modules/@turf/length/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/length/package.json +0 -79
- package/node_modules/@turf/line-arc/LICENSE +0 -20
- package/node_modules/@turf/line-arc/README.md +0 -67
- package/node_modules/@turf/line-arc/dist/cjs/index.cjs +0 -43
- package/node_modules/@turf/line-arc/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-arc/dist/cjs/index.d.cts +0 -33
- package/node_modules/@turf/line-arc/dist/esm/index.d.ts +0 -33
- package/node_modules/@turf/line-arc/dist/esm/index.js +0 -43
- package/node_modules/@turf/line-arc/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-arc/package.json +0 -73
- package/node_modules/@turf/line-chunk/LICENSE +0 -20
- package/node_modules/@turf/line-chunk/README.md +0 -68
- package/node_modules/@turf/line-chunk/dist/cjs/index.cjs +0 -46
- package/node_modules/@turf/line-chunk/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-chunk/dist/cjs/index.d.cts +0 -21
- package/node_modules/@turf/line-chunk/dist/esm/index.d.ts +0 -21
- package/node_modules/@turf/line-chunk/dist/esm/index.js +0 -46
- package/node_modules/@turf/line-chunk/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-chunk/package.json +0 -81
- package/node_modules/@turf/line-intersect/LICENSE +0 -20
- package/node_modules/@turf/line-intersect/README.md +0 -59
- package/node_modules/@turf/line-intersect/dist/cjs/index.cjs +0 -48
- package/node_modules/@turf/line-intersect/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-intersect/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/line-intersect/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/line-intersect/dist/esm/index.js +0 -48
- package/node_modules/@turf/line-intersect/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-intersect/package.json +0 -78
- package/node_modules/@turf/line-offset/LICENSE +0 -20
- package/node_modules/@turf/line-offset/README.md +0 -63
- package/node_modules/@turf/line-offset/dist/cjs/index.cjs +0 -128
- package/node_modules/@turf/line-offset/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-offset/dist/cjs/index.d.cts +0 -15
- package/node_modules/@turf/line-offset/dist/esm/index.d.ts +0 -15
- package/node_modules/@turf/line-offset/dist/esm/index.js +0 -128
- package/node_modules/@turf/line-offset/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-offset/package.json +0 -78
- package/node_modules/@turf/line-overlap/LICENSE +0 -20
- package/node_modules/@turf/line-overlap/README.md +0 -67
- package/node_modules/@turf/line-overlap/dist/cjs/index.cjs +0 -81
- package/node_modules/@turf/line-overlap/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-overlap/dist/cjs/index.d.cts +0 -25
- package/node_modules/@turf/line-overlap/dist/esm/index.d.ts +0 -25
- package/node_modules/@turf/line-overlap/dist/esm/index.js +0 -81
- package/node_modules/@turf/line-overlap/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-overlap/package.json +0 -83
- package/node_modules/@turf/line-segment/LICENSE +0 -20
- package/node_modules/@turf/line-segment/README.md +0 -52
- package/node_modules/@turf/line-segment/dist/cjs/index.cjs +0 -61
- package/node_modules/@turf/line-segment/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-segment/dist/cjs/index.d.cts +0 -19
- package/node_modules/@turf/line-segment/dist/esm/index.d.ts +0 -19
- package/node_modules/@turf/line-segment/dist/esm/index.js +0 -61
- package/node_modules/@turf/line-segment/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-segment/package.json +0 -72
- package/node_modules/@turf/line-slice/LICENSE +0 -20
- package/node_modules/@turf/line-slice/README.md +0 -67
- package/node_modules/@turf/line-slice/dist/cjs/index.cjs +0 -29
- package/node_modules/@turf/line-slice/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-slice/dist/cjs/index.d.cts +0 -13
- package/node_modules/@turf/line-slice/dist/esm/index.d.ts +0 -13
- package/node_modules/@turf/line-slice/dist/esm/index.js +0 -29
- package/node_modules/@turf/line-slice/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-slice/package.json +0 -75
- package/node_modules/@turf/line-slice-along/LICENSE +0 -20
- package/node_modules/@turf/line-slice-along/README.md +0 -66
- package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs +0 -58
- package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-slice-along/dist/cjs/index.d.cts +0 -16
- package/node_modules/@turf/line-slice-along/dist/esm/index.d.ts +0 -16
- package/node_modules/@turf/line-slice-along/dist/esm/index.js +0 -58
- package/node_modules/@turf/line-slice-along/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-slice-along/package.json +0 -72
- package/node_modules/@turf/line-split/LICENSE +0 -20
- package/node_modules/@turf/line-split/README.md +0 -52
- package/node_modules/@turf/line-split/dist/cjs/index.cjs +0 -129
- package/node_modules/@turf/line-split/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-split/dist/cjs/index.d.cts +0 -15
- package/node_modules/@turf/line-split/dist/esm/index.d.ts +0 -15
- package/node_modules/@turf/line-split/dist/esm/index.js +0 -129
- package/node_modules/@turf/line-split/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-split/package.json +0 -82
- package/node_modules/@turf/line-to-polygon/LICENSE +0 -20
- package/node_modules/@turf/line-to-polygon/README.md +0 -66
- package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs +0 -82
- package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-to-polygon/dist/cjs/index.d.cts +0 -34
- package/node_modules/@turf/line-to-polygon/dist/esm/index.d.ts +0 -34
- package/node_modules/@turf/line-to-polygon/dist/esm/index.js +0 -82
- package/node_modules/@turf/line-to-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-to-polygon/package.json +0 -79
- package/node_modules/@turf/mask/LICENSE +0 -20
- package/node_modules/@turf/mask/README.md +0 -62
- package/node_modules/@turf/mask/dist/cjs/index.cjs +0 -70
- package/node_modules/@turf/mask/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/mask/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/mask/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/mask/dist/esm/index.js +0 -70
- package/node_modules/@turf/mask/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/mask/package.json +0 -74
- package/node_modules/@turf/midpoint/LICENSE +0 -20
- package/node_modules/@turf/midpoint/README.md +0 -55
- package/node_modules/@turf/midpoint/dist/cjs/index.cjs +0 -16
- package/node_modules/@turf/midpoint/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/midpoint/dist/cjs/index.d.cts +0 -25
- package/node_modules/@turf/midpoint/dist/esm/index.d.ts +0 -25
- package/node_modules/@turf/midpoint/dist/esm/index.js +0 -16
- package/node_modules/@turf/midpoint/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/midpoint/package.json +0 -73
- package/node_modules/@turf/moran-index/LICENSE +0 -20
- package/node_modules/@turf/moran-index/README.md +0 -99
- package/node_modules/@turf/moran-index/dist/cjs/index.cjs +0 -76
- package/node_modules/@turf/moran-index/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/moran-index/dist/cjs/index.d.cts +0 -67
- package/node_modules/@turf/moran-index/dist/esm/index.d.ts +0 -67
- package/node_modules/@turf/moran-index/dist/esm/index.js +0 -76
- package/node_modules/@turf/moran-index/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/moran-index/package.json +0 -74
- package/node_modules/@turf/nearest-neighbor-analysis/LICENSE +0 -20
- package/node_modules/@turf/nearest-neighbor-analysis/README.md +0 -129
- package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs +0 -57
- package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.d.cts +0 -94
- package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.d.ts +0 -94
- package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js +0 -57
- package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/nearest-neighbor-analysis/package.json +0 -80
- package/node_modules/@turf/nearest-point/LICENSE +0 -20
- package/node_modules/@turf/nearest-point/README.md +0 -69
- package/node_modules/@turf/nearest-point/dist/cjs/index.cjs +0 -50
- package/node_modules/@turf/nearest-point/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/nearest-point/dist/cjs/index.d.cts +0 -41
- package/node_modules/@turf/nearest-point/dist/esm/index.d.ts +0 -41
- package/node_modules/@turf/nearest-point/dist/esm/index.js +0 -50
- package/node_modules/@turf/nearest-point/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/nearest-point/package.json +0 -77
- package/node_modules/@turf/nearest-point-on-line/LICENSE +0 -20
- package/node_modules/@turf/nearest-point-on-line/README.md +0 -75
- package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs +0 -162
- package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.d.cts +0 -40
- package/node_modules/@turf/nearest-point-on-line/dist/esm/index.d.ts +0 -40
- package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js +0 -162
- package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/nearest-point-on-line/package.json +0 -72
- package/node_modules/@turf/nearest-point-to-line/LICENSE +0 -20
- package/node_modules/@turf/nearest-point-to-line/README.md +0 -70
- package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs +0 -74
- package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/nearest-point-to-line/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js +0 -74
- package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/nearest-point-to-line/package.json +0 -82
- package/node_modules/@turf/planepoint/LICENSE +0 -20
- package/node_modules/@turf/planepoint/README.md +0 -71
- package/node_modules/@turf/planepoint/dist/cjs/index.cjs +0 -33
- package/node_modules/@turf/planepoint/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/planepoint/dist/cjs/index.d.cts +0 -39
- package/node_modules/@turf/planepoint/dist/esm/index.d.ts +0 -39
- package/node_modules/@turf/planepoint/dist/esm/index.js +0 -33
- package/node_modules/@turf/planepoint/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/planepoint/package.json +0 -72
- package/node_modules/@turf/point-grid/LICENSE +0 -20
- package/node_modules/@turf/point-grid/README.md +0 -70
- package/node_modules/@turf/point-grid/dist/cjs/index.cjs +0 -43
- package/node_modules/@turf/point-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/point-grid/dist/cjs/index.d.cts +0 -31
- package/node_modules/@turf/point-grid/dist/esm/index.d.ts +0 -31
- package/node_modules/@turf/point-grid/dist/esm/index.js +0 -43
- package/node_modules/@turf/point-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/point-grid/package.json +0 -81
- package/node_modules/@turf/point-on-feature/LICENSE +0 -20
- package/node_modules/@turf/point-on-feature/README.md +0 -66
- package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs +0 -105
- package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/point-on-feature/dist/cjs/index.d.cts +0 -32
- package/node_modules/@turf/point-on-feature/dist/esm/index.d.ts +0 -32
- package/node_modules/@turf/point-on-feature/dist/esm/index.js +0 -105
- package/node_modules/@turf/point-on-feature/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/point-on-feature/package.json +0 -78
- package/node_modules/@turf/point-to-line-distance/LICENSE +0 -20
- package/node_modules/@turf/point-to-line-distance/README.md +0 -65
- package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs +0 -79
- package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/point-to-line-distance/dist/cjs/index.d.cts +0 -29
- package/node_modules/@turf/point-to-line-distance/dist/esm/index.d.ts +0 -29
- package/node_modules/@turf/point-to-line-distance/dist/esm/index.js +0 -79
- package/node_modules/@turf/point-to-line-distance/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/point-to-line-distance/package.json +0 -83
- package/node_modules/@turf/point-to-polygon-distance/LICENSE +0 -20
- package/node_modules/@turf/point-to-polygon-distance/README.md +0 -61
- package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs +0 -49
- package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js +0 -49
- package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/point-to-polygon-distance/package.json +0 -80
- package/node_modules/@turf/points-within-polygon/LICENSE +0 -20
- package/node_modules/@turf/points-within-polygon/README.md +0 -79
- package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs +0 -44
- package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/points-within-polygon/dist/cjs/index.d.cts +0 -40
- package/node_modules/@turf/points-within-polygon/dist/esm/index.d.ts +0 -40
- package/node_modules/@turf/points-within-polygon/dist/esm/index.js +0 -44
- package/node_modules/@turf/points-within-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/points-within-polygon/package.json +0 -73
- package/node_modules/@turf/polygon-smooth/LICENSE +0 -20
- package/node_modules/@turf/polygon-smooth/README.md +0 -62
- package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs +0 -114
- package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/polygon-smooth/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/polygon-smooth/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/polygon-smooth/dist/esm/index.js +0 -114
- package/node_modules/@turf/polygon-smooth/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/polygon-smooth/package.json +0 -76
- package/node_modules/@turf/polygon-tangents/LICENSE +0 -20
- package/node_modules/@turf/polygon-tangents/README.md +0 -58
- package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs +0 -108
- package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/polygon-tangents/dist/cjs/index.d.cts +0 -22
- package/node_modules/@turf/polygon-tangents/dist/esm/index.d.ts +0 -22
- package/node_modules/@turf/polygon-tangents/dist/esm/index.js +0 -108
- package/node_modules/@turf/polygon-tangents/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/polygon-tangents/package.json +0 -82
- package/node_modules/@turf/polygon-to-line/LICENSE +0 -20
- package/node_modules/@turf/polygon-to-line/README.md +0 -60
- package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs +0 -48
- package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/polygon-to-line/dist/cjs/index.d.cts +0 -40
- package/node_modules/@turf/polygon-to-line/dist/esm/index.d.ts +0 -40
- package/node_modules/@turf/polygon-to-line/dist/esm/index.js +0 -48
- package/node_modules/@turf/polygon-to-line/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/polygon-to-line/package.json +0 -73
- package/node_modules/@turf/polygonize/LICENSE +0 -20
- package/node_modules/@turf/polygonize/README.md +0 -61
- package/node_modules/@turf/polygonize/dist/cjs/index.cjs +0 -636
- package/node_modules/@turf/polygonize/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/polygonize/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/polygonize/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/polygonize/dist/esm/index.js +0 -636
- package/node_modules/@turf/polygonize/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/polygonize/package.json +0 -80
- package/node_modules/@turf/projection/LICENSE +0 -20
- package/node_modules/@turf/projection/README.md +0 -77
- package/node_modules/@turf/projection/dist/cjs/index.cjs +0 -55
- package/node_modules/@turf/projection/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/projection/dist/cjs/index.d.cts +0 -41
- package/node_modules/@turf/projection/dist/esm/index.d.ts +0 -41
- package/node_modules/@turf/projection/dist/esm/index.js +0 -55
- package/node_modules/@turf/projection/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/projection/package.json +0 -88
- package/node_modules/@turf/quadrat-analysis/LICENSE +0 -20
- package/node_modules/@turf/quadrat-analysis/README.md +0 -114
- package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs +0 -114
- package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/quadrat-analysis/dist/cjs/index.d.cts +0 -55
- package/node_modules/@turf/quadrat-analysis/dist/esm/index.d.ts +0 -55
- package/node_modules/@turf/quadrat-analysis/dist/esm/index.js +0 -114
- package/node_modules/@turf/quadrat-analysis/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/quadrat-analysis/package.json +0 -81
- package/node_modules/@turf/random/LICENSE +0 -20
- package/node_modules/@turf/random/README.md +0 -138
- package/node_modules/@turf/random/dist/cjs/index.cjs +0 -158
- package/node_modules/@turf/random/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/random/dist/cjs/index.d.cts +0 -79
- package/node_modules/@turf/random/dist/esm/index.d.ts +0 -79
- package/node_modules/@turf/random/dist/esm/index.js +0 -158
- package/node_modules/@turf/random/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/random/package.json +0 -68
- package/node_modules/@turf/rectangle-grid/LICENSE +0 -20
- package/node_modules/@turf/rectangle-grid/README.md +0 -74
- package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs +0 -56
- package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rectangle-grid/dist/cjs/index.d.cts +0 -37
- package/node_modules/@turf/rectangle-grid/dist/esm/index.d.ts +0 -37
- package/node_modules/@turf/rectangle-grid/dist/esm/index.js +0 -56
- package/node_modules/@turf/rectangle-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rectangle-grid/package.json +0 -79
- package/node_modules/@turf/rewind/LICENSE +0 -20
- package/node_modules/@turf/rewind/README.md +0 -60
- package/node_modules/@turf/rewind/dist/cjs/index.cjs +0 -86
- package/node_modules/@turf/rewind/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rewind/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/rewind/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/rewind/dist/esm/index.js +0 -86
- package/node_modules/@turf/rewind/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rewind/package.json +0 -82
- package/node_modules/@turf/rhumb-bearing/LICENSE +0 -20
- package/node_modules/@turf/rhumb-bearing/README.md +0 -62
- package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs +0 -35
- package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rhumb-bearing/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/rhumb-bearing/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/rhumb-bearing/dist/esm/index.js +0 -35
- package/node_modules/@turf/rhumb-bearing/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rhumb-bearing/package.json +0 -78
- package/node_modules/@turf/rhumb-destination/LICENSE +0 -20
- package/node_modules/@turf/rhumb-destination/README.md +0 -67
- package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs +0 -53
- package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rhumb-destination/dist/cjs/index.d.cts +0 -33
- package/node_modules/@turf/rhumb-destination/dist/esm/index.d.ts +0 -33
- package/node_modules/@turf/rhumb-destination/dist/esm/index.js +0 -53
- package/node_modules/@turf/rhumb-destination/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rhumb-destination/package.json +0 -83
- package/node_modules/@turf/rhumb-distance/LICENSE +0 -20
- package/node_modules/@turf/rhumb-distance/README.md +0 -63
- package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs +0 -37
- package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rhumb-distance/dist/cjs/index.d.cts +0 -29
- package/node_modules/@turf/rhumb-distance/dist/esm/index.d.ts +0 -29
- package/node_modules/@turf/rhumb-distance/dist/esm/index.js +0 -37
- package/node_modules/@turf/rhumb-distance/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rhumb-distance/package.json +0 -81
- package/node_modules/@turf/sample/LICENSE +0 -20
- package/node_modules/@turf/sample/README.md +0 -56
- package/node_modules/@turf/sample/dist/cjs/index.cjs +0 -25
- package/node_modules/@turf/sample/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/sample/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/sample/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/sample/dist/esm/index.js +0 -25
- package/node_modules/@turf/sample/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/sample/package.json +0 -69
- package/node_modules/@turf/sector/LICENSE +0 -20
- package/node_modules/@turf/sector/README.md +0 -70
- package/node_modules/@turf/sector/dist/cjs/index.cjs +0 -42
- package/node_modules/@turf/sector/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/sector/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/sector/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/sector/dist/esm/index.js +0 -42
- package/node_modules/@turf/sector/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/sector/package.json +0 -75
- package/node_modules/@turf/shortest-path/LICENSE +0 -20
- package/node_modules/@turf/shortest-path/README.md +0 -71
- package/node_modules/@turf/shortest-path/dist/cjs/index.cjs +0 -386
- package/node_modules/@turf/shortest-path/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/shortest-path/dist/cjs/index.d.cts +0 -34
- package/node_modules/@turf/shortest-path/dist/esm/index.d.ts +0 -34
- package/node_modules/@turf/shortest-path/dist/esm/index.js +0 -386
- package/node_modules/@turf/shortest-path/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/shortest-path/package.json +0 -84
- package/node_modules/@turf/simplify/LICENSE +0 -20
- package/node_modules/@turf/simplify/README.md +0 -81
- package/node_modules/@turf/simplify/dist/cjs/index.cjs +0 -147
- package/node_modules/@turf/simplify/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/simplify/dist/cjs/index.d.cts +0 -50
- package/node_modules/@turf/simplify/dist/esm/index.d.ts +0 -50
- package/node_modules/@turf/simplify/dist/esm/index.js +0 -147
- package/node_modules/@turf/simplify/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/simplify/package.json +0 -82
- package/node_modules/@turf/square/LICENSE +0 -20
- package/node_modules/@turf/square/README.md +0 -46
- package/node_modules/@turf/square/dist/cjs/index.cjs +0 -33
- package/node_modules/@turf/square/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/square/dist/cjs/index.d.cts +0 -19
- package/node_modules/@turf/square/dist/esm/index.d.ts +0 -19
- package/node_modules/@turf/square/dist/esm/index.js +0 -33
- package/node_modules/@turf/square/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/square/package.json +0 -70
- package/node_modules/@turf/square-grid/LICENSE +0 -20
- package/node_modules/@turf/square-grid/README.md +0 -72
- package/node_modules/@turf/square-grid/dist/cjs/index.cjs +0 -11
- package/node_modules/@turf/square-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/square-grid/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/square-grid/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/square-grid/dist/esm/index.js +0 -11
- package/node_modules/@turf/square-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/square-grid/package.json +0 -74
- package/node_modules/@turf/standard-deviational-ellipse/LICENSE +0 -20
- package/node_modules/@turf/standard-deviational-ellipse/README.md +0 -88
- package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs +0 -87
- package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.d.cts +0 -61
- package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.d.ts +0 -61
- package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js +0 -87
- package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/standard-deviational-ellipse/package.json +0 -82
- package/node_modules/@turf/tag/LICENSE +0 -20
- package/node_modules/@turf/tag/README.md +0 -75
- package/node_modules/@turf/tag/dist/cjs/index.cjs +0 -26
- package/node_modules/@turf/tag/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/tag/dist/cjs/index.d.cts +0 -40
- package/node_modules/@turf/tag/dist/esm/index.d.ts +0 -40
- package/node_modules/@turf/tag/dist/esm/index.js +0 -26
- package/node_modules/@turf/tag/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/tag/package.json +0 -77
- package/node_modules/@turf/tesselate/LICENSE +0 -20
- package/node_modules/@turf/tesselate/README.md +0 -54
- package/node_modules/@turf/tesselate/dist/cjs/index.cjs +0 -61
- package/node_modules/@turf/tesselate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/tesselate/dist/cjs/index.d.cts +0 -19
- package/node_modules/@turf/tesselate/dist/esm/index.d.ts +0 -19
- package/node_modules/@turf/tesselate/dist/esm/index.js +0 -61
- package/node_modules/@turf/tesselate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/tesselate/package.json +0 -78
- package/node_modules/@turf/tin/LICENSE +0 -20
- package/node_modules/@turf/tin/README.md +0 -72
- package/node_modules/@turf/tin/dist/cjs/index.cjs +0 -192
- package/node_modules/@turf/tin/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/tin/dist/cjs/index.d.cts +0 -47
- package/node_modules/@turf/tin/dist/esm/index.d.ts +0 -47
- package/node_modules/@turf/tin/dist/esm/index.js +0 -192
- package/node_modules/@turf/tin/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/tin/package.json +0 -69
- package/node_modules/@turf/transform-rotate/LICENSE +0 -20
- package/node_modules/@turf/transform-rotate/README.md +0 -60
- package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs +0 -38
- package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/transform-rotate/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/transform-rotate/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/transform-rotate/dist/esm/index.js +0 -38
- package/node_modules/@turf/transform-rotate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/transform-rotate/package.json +0 -84
- package/node_modules/@turf/transform-scale/LICENSE +0 -20
- package/node_modules/@turf/transform-scale/README.md +0 -64
- package/node_modules/@turf/transform-scale/dist/cjs/index.cjs +0 -109
- package/node_modules/@turf/transform-scale/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/transform-scale/dist/cjs/index.d.cts +0 -30
- package/node_modules/@turf/transform-scale/dist/esm/index.d.ts +0 -30
- package/node_modules/@turf/transform-scale/dist/esm/index.js +0 -109
- package/node_modules/@turf/transform-scale/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/transform-scale/package.json +0 -92
- package/node_modules/@turf/transform-translate/LICENSE +0 -20
- package/node_modules/@turf/transform-translate/README.md +0 -62
- package/node_modules/@turf/transform-translate/dist/cjs/index.cjs +0 -43
- package/node_modules/@turf/transform-translate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/transform-translate/dist/cjs/index.d.cts +0 -31
- package/node_modules/@turf/transform-translate/dist/esm/index.d.ts +0 -31
- package/node_modules/@turf/transform-translate/dist/esm/index.js +0 -43
- package/node_modules/@turf/transform-translate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/transform-translate/package.json +0 -83
- package/node_modules/@turf/triangle-grid/LICENSE +0 -20
- package/node_modules/@turf/triangle-grid/README.md +0 -66
- package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs +0 -134
- package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/triangle-grid/dist/cjs/index.d.cts +0 -31
- package/node_modules/@turf/triangle-grid/dist/esm/index.d.ts +0 -31
- package/node_modules/@turf/triangle-grid/dist/esm/index.js +0 -134
- package/node_modules/@turf/triangle-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/triangle-grid/package.json +0 -78
- package/node_modules/@turf/truncate/LICENSE +0 -20
- package/node_modules/@turf/truncate/README.md +0 -62
- package/node_modules/@turf/truncate/dist/cjs/index.cjs +0 -37
- package/node_modules/@turf/truncate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/truncate/dist/cjs/index.d.cts +0 -32
- package/node_modules/@turf/truncate/dist/esm/index.d.ts +0 -32
- package/node_modules/@turf/truncate/dist/esm/index.js +0 -37
- package/node_modules/@turf/truncate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/truncate/package.json +0 -76
- package/node_modules/@turf/turf/LICENSE +0 -20
- package/node_modules/@turf/turf/README.md +0 -31
- package/node_modules/@turf/turf/dist/cjs/index.cjs +0 -233
- package/node_modules/@turf/turf/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/turf/dist/cjs/index.d.cts +0 -125
- package/node_modules/@turf/turf/dist/esm/index.d.ts +0 -125
- package/node_modules/@turf/turf/dist/esm/index.js +0 -233
- package/node_modules/@turf/turf/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/turf/package.json +0 -212
- package/node_modules/@turf/turf/turf.min.js +0 -37
- package/node_modules/@turf/union/LICENSE +0 -20
- package/node_modules/@turf/union/README.md +0 -88
- package/node_modules/@turf/union/dist/cjs/index.cjs +0 -23
- package/node_modules/@turf/union/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/union/dist/cjs/index.d.cts +0 -55
- package/node_modules/@turf/union/dist/esm/index.d.ts +0 -55
- package/node_modules/@turf/union/dist/esm/index.js +0 -23
- package/node_modules/@turf/union/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/union/package.json +0 -73
- package/node_modules/@turf/unkink-polygon/LICENSE +0 -20
- package/node_modules/@turf/unkink-polygon/README.md +0 -57
- package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs +0 -579
- package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/unkink-polygon/dist/cjs/index.d.cts +0 -22
- package/node_modules/@turf/unkink-polygon/dist/esm/index.d.ts +0 -22
- package/node_modules/@turf/unkink-polygon/dist/esm/index.js +0 -579
- package/node_modules/@turf/unkink-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/unkink-polygon/package.json +0 -78
- package/node_modules/@turf/voronoi/LICENSE +0 -20
- package/node_modules/@turf/voronoi/README.md +0 -62
- package/node_modules/@turf/voronoi/dist/cjs/index.cjs +0 -34
- package/node_modules/@turf/voronoi/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/voronoi/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/voronoi/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/voronoi/dist/esm/index.js +0 -34
- package/node_modules/@turf/voronoi/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/voronoi/package.json +0 -83
- package/node_modules/@types/d3-voronoi/LICENSE +0 -21
- package/node_modules/@types/d3-voronoi/README.md +0 -15
- package/node_modules/@types/d3-voronoi/index.d.ts +0 -298
- package/node_modules/@types/d3-voronoi/package.json +0 -40
- package/node_modules/bignumber.js/CHANGELOG.md +0 -381
- package/node_modules/bignumber.js/LICENCE.md +0 -26
- package/node_modules/bignumber.js/README.md +0 -289
- package/node_modules/bignumber.js/bignumber.d.mts +0 -6
- package/node_modules/bignumber.js/bignumber.d.ts +0 -5
- package/node_modules/bignumber.js/bignumber.js +0 -2922
- package/node_modules/bignumber.js/bignumber.mjs +0 -2907
- package/node_modules/bignumber.js/doc/API.html +0 -2249
- package/node_modules/bignumber.js/package.json +0 -60
- package/node_modules/bignumber.js/types.d.ts +0 -1821
- package/node_modules/commander/CHANGELOG.md +0 -419
- package/node_modules/commander/LICENSE +0 -22
- package/node_modules/commander/Readme.md +0 -428
- package/node_modules/commander/index.js +0 -1224
- package/node_modules/commander/package.json +0 -38
- package/node_modules/commander/typings/index.d.ts +0 -310
- package/node_modules/concaveman/.travis.yml +0 -4
- package/node_modules/concaveman/LICENSE +0 -15
- package/node_modules/concaveman/README.md +0 -52
- package/node_modules/concaveman/index.js +0 -383
- package/node_modules/concaveman/package.json +0 -38
- package/node_modules/d3-array/.eslintrc.json +0 -15
- package/node_modules/d3-array/LICENSE +0 -27
- package/node_modules/d3-array/README.md +0 -382
- package/node_modules/d3-array/dist/d3-array.js +0 -590
- package/node_modules/d3-array/dist/d3-array.min.js +0 -2
- package/node_modules/d3-array/package.json +0 -42
- package/node_modules/d3-array/rollup.config.js +0 -36
- package/node_modules/d3-array/src/array.js +0 -4
- package/node_modules/d3-array/src/ascending.js +0 -3
- package/node_modules/d3-array/src/bisect.js +0 -7
- package/node_modules/d3-array/src/bisector.js +0 -33
- package/node_modules/d3-array/src/constant.js +0 -5
- package/node_modules/d3-array/src/cross.js +0 -21
- package/node_modules/d3-array/src/descending.js +0 -3
- package/node_modules/d3-array/src/deviation.js +0 -6
- package/node_modules/d3-array/src/extent.js +0 -37
- package/node_modules/d3-array/src/histogram.js +0 -75
- package/node_modules/d3-array/src/identity.js +0 -3
- package/node_modules/d3-array/src/index.js +0 -27
- package/node_modules/d3-array/src/max.js +0 -34
- package/node_modules/d3-array/src/mean.js +0 -25
- package/node_modules/d3-array/src/median.js +0 -28
- package/node_modules/d3-array/src/merge.js +0 -21
- package/node_modules/d3-array/src/min.js +0 -34
- package/node_modules/d3-array/src/number.js +0 -3
- package/node_modules/d3-array/src/pairs.js +0 -10
- package/node_modules/d3-array/src/permute.js +0 -5
- package/node_modules/d3-array/src/quantile.js +0 -14
- package/node_modules/d3-array/src/range.js +0 -13
- package/node_modules/d3-array/src/scan.js +0 -20
- package/node_modules/d3-array/src/shuffle.js +0 -14
- package/node_modules/d3-array/src/sum.js +0 -20
- package/node_modules/d3-array/src/threshold/freedmanDiaconis.js +0 -9
- package/node_modules/d3-array/src/threshold/scott.js +0 -5
- package/node_modules/d3-array/src/threshold/sturges.js +0 -3
- package/node_modules/d3-array/src/ticks.js +0 -51
- package/node_modules/d3-array/src/transpose.js +0 -15
- package/node_modules/d3-array/src/variance.js +0 -33
- package/node_modules/d3-array/src/zip.js +0 -5
- package/node_modules/d3-geo/.eslintrc +0 -13
- package/node_modules/d3-geo/LICENSE +0 -48
- package/node_modules/d3-geo/README.md +0 -619
- package/node_modules/d3-geo/build/d3-geo.js +0 -2987
- package/node_modules/d3-geo/build/d3-geo.min.js +0 -2
- package/node_modules/d3-geo/img/albers.png +0 -0
- package/node_modules/d3-geo/img/albersUsa-parameters.png +0 -0
- package/node_modules/d3-geo/img/albersUsa.png +0 -0
- package/node_modules/d3-geo/img/azimuthalEqualArea.png +0 -0
- package/node_modules/d3-geo/img/azimuthalEquidistant.png +0 -0
- package/node_modules/d3-geo/img/conicConformal.png +0 -0
- package/node_modules/d3-geo/img/conicEqualArea.png +0 -0
- package/node_modules/d3-geo/img/conicEquidistant.png +0 -0
- package/node_modules/d3-geo/img/equirectangular.png +0 -0
- package/node_modules/d3-geo/img/gnomonic.png +0 -0
- package/node_modules/d3-geo/img/graticule.png +0 -0
- package/node_modules/d3-geo/img/mercator.png +0 -0
- package/node_modules/d3-geo/img/naturalEarth1.png +0 -0
- package/node_modules/d3-geo/img/orthographic.png +0 -0
- package/node_modules/d3-geo/img/stereographic.png +0 -0
- package/node_modules/d3-geo/img/transverseMercator.png +0 -0
- package/node_modules/d3-geo/index.js +0 -30
- package/node_modules/d3-geo/package.json +0 -44
- package/node_modules/d3-geo/rollup.config.js +0 -15
- package/node_modules/d3-geo/src/adder.js +0 -40
- package/node_modules/d3-geo/src/area.js +0 -74
- package/node_modules/d3-geo/src/bounds.js +0 -176
- package/node_modules/d3-geo/src/cartesian.js +0 -33
- package/node_modules/d3-geo/src/centroid.js +0 -140
- package/node_modules/d3-geo/src/circle.js +0 -72
- package/node_modules/d3-geo/src/clip/antimeridian.js +0 -92
- package/node_modules/d3-geo/src/clip/buffer.js +0 -24
- package/node_modules/d3-geo/src/clip/circle.js +0 -181
- package/node_modules/d3-geo/src/clip/extent.js +0 -187
- package/node_modules/d3-geo/src/clip/index.js +0 -135
- package/node_modules/d3-geo/src/clip/line.js +0 -59
- package/node_modules/d3-geo/src/clip/polygon.js +0 -101
- package/node_modules/d3-geo/src/compose.js +0 -12
- package/node_modules/d3-geo/src/constant.js +0 -5
- package/node_modules/d3-geo/src/contains.js +0 -84
- package/node_modules/d3-geo/src/distance.js +0 -10
- package/node_modules/d3-geo/src/graticule.js +0 -105
- package/node_modules/d3-geo/src/identity.js +0 -3
- package/node_modules/d3-geo/src/interpolate.js +0 -36
- package/node_modules/d3-geo/src/length.js +0 -53
- package/node_modules/d3-geo/src/math.js +0 -35
- package/node_modules/d3-geo/src/noop.js +0 -1
- package/node_modules/d3-geo/src/path/area.js +0 -50
- package/node_modules/d3-geo/src/path/bounds.js +0 -28
- package/node_modules/d3-geo/src/path/centroid.js +0 -100
- package/node_modules/d3-geo/src/path/context.js +0 -45
- package/node_modules/d3-geo/src/path/index.js +0 -61
- package/node_modules/d3-geo/src/path/measure.js +0 -45
- package/node_modules/d3-geo/src/path/string.js +0 -59
- package/node_modules/d3-geo/src/pointEqual.js +0 -5
- package/node_modules/d3-geo/src/polygonContains.js +0 -68
- package/node_modules/d3-geo/src/projection/albers.js +0 -10
- package/node_modules/d3-geo/src/projection/albersUsa.js +0 -103
- package/node_modules/d3-geo/src/projection/azimuthal.js +0 -26
- package/node_modules/d3-geo/src/projection/azimuthalEqualArea.js +0 -17
- package/node_modules/d3-geo/src/projection/azimuthalEquidistant.js +0 -17
- package/node_modules/d3-geo/src/projection/conic.js +0 -15
- package/node_modules/d3-geo/src/projection/conicConformal.js +0 -35
- package/node_modules/d3-geo/src/projection/conicEqualArea.js +0 -30
- package/node_modules/d3-geo/src/projection/conicEquidistant.js +0 -29
- package/node_modules/d3-geo/src/projection/cylindricalEqualArea.js +0 -15
- package/node_modules/d3-geo/src/projection/equirectangular.js +0 -12
- package/node_modules/d3-geo/src/projection/fit.js +0 -31
- package/node_modules/d3-geo/src/projection/gnomonic.js +0 -16
- package/node_modules/d3-geo/src/projection/identity.js +0 -52
- package/node_modules/d3-geo/src/projection/index.js +0 -106
- package/node_modules/d3-geo/src/projection/mercator.js +0 -52
- package/node_modules/d3-geo/src/projection/naturalEarth1.js +0 -28
- package/node_modules/d3-geo/src/projection/orthographic.js +0 -15
- package/node_modules/d3-geo/src/projection/resample.js +0 -102
- package/node_modules/d3-geo/src/projection/stereographic.js +0 -18
- package/node_modules/d3-geo/src/projection/transverseMercator.js +0 -27
- package/node_modules/d3-geo/src/rotation.js +0 -76
- package/node_modules/d3-geo/src/stream.js +0 -69
- package/node_modules/d3-geo/src/transform.js +0 -26
- package/node_modules/d3-voronoi/.eslintrc +0 -9
- package/node_modules/d3-voronoi/.npmignore +0 -3
- package/node_modules/d3-voronoi/LICENSE +0 -50
- package/node_modules/d3-voronoi/README.md +0 -160
- package/node_modules/d3-voronoi/build/d3-voronoi.js +0 -999
- package/node_modules/d3-voronoi/build/d3-voronoi.min.js +0 -2
- package/node_modules/d3-voronoi/graph.png +0 -0
- package/node_modules/d3-voronoi/index.js +0 -1
- package/node_modules/d3-voronoi/package.json +0 -37
- package/node_modules/d3-voronoi/src/Beach.js +0 -193
- package/node_modules/d3-voronoi/src/Cell.js +0 -126
- package/node_modules/d3-voronoi/src/Circle.js +0 -78
- package/node_modules/d3-voronoi/src/Diagram.js +0 -142
- package/node_modules/d3-voronoi/src/Edge.js +0 -168
- package/node_modules/d3-voronoi/src/RedBlackTree.js +0 -237
- package/node_modules/d3-voronoi/src/constant.js +0 -5
- package/node_modules/d3-voronoi/src/point.js +0 -7
- package/node_modules/d3-voronoi/src/voronoi.js +0 -48
- package/node_modules/earcut/LICENSE +0 -15
- package/node_modules/earcut/README.md +0 -255
- package/node_modules/earcut/dist/earcut.dev.js +0 -687
- package/node_modules/earcut/dist/earcut.min.js +0 -1
- package/node_modules/earcut/package.json +0 -43
- package/node_modules/earcut/src/earcut.js +0 -681
- package/node_modules/fast-deep-equal/LICENSE +0 -21
- package/node_modules/fast-deep-equal/README.md +0 -96
- package/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
- package/node_modules/fast-deep-equal/es6/index.js +0 -72
- package/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
- package/node_modules/fast-deep-equal/es6/react.js +0 -79
- package/node_modules/fast-deep-equal/index.d.ts +0 -4
- package/node_modules/fast-deep-equal/index.js +0 -46
- package/node_modules/fast-deep-equal/package.json +0 -61
- package/node_modules/fast-deep-equal/react.d.ts +0 -2
- package/node_modules/fast-deep-equal/react.js +0 -53
- package/node_modules/geojson-equality-ts/LICENSE.md +0 -22
- package/node_modules/geojson-equality-ts/README.md +0 -157
- package/node_modules/geojson-equality-ts/dist/cjs/index.cjs +0 -164
- package/node_modules/geojson-equality-ts/dist/cjs/index.cjs.map +0 -1
- package/node_modules/geojson-equality-ts/dist/cjs/index.d.cts +0 -37
- package/node_modules/geojson-equality-ts/dist/esm/index.d.ts +0 -37
- package/node_modules/geojson-equality-ts/dist/esm/index.js +0 -164
- package/node_modules/geojson-equality-ts/dist/esm/index.js.map +0 -1
- package/node_modules/geojson-equality-ts/package.json +0 -62
- package/node_modules/geojson-polygon-self-intersections/LICENSE +0 -21
- package/node_modules/geojson-polygon-self-intersections/README.md +0 -63
- package/node_modules/geojson-polygon-self-intersections/index.js +0 -196
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/LICENSE +0 -15
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/README.md +0 -28
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/index.js +0 -54
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/package.json +0 -42
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/quickselect.js +0 -63
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/LICENSE +0 -21
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/README.md +0 -291
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/index.js +0 -562
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/package.json +0 -55
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.js +0 -626
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.min.js +0 -1
- package/node_modules/geojson-polygon-self-intersections/package.json +0 -27
- package/node_modules/jsts/README.md +0 -39
- package/node_modules/jsts/dist/jsts.es6.js +0 -33000
- package/node_modules/jsts/dist/jsts.es6.js.map +0 -1
- package/node_modules/jsts/dist/jsts.es6.min.js +0 -8
- package/node_modules/jsts/dist/jsts.es6.min.js.map +0 -1
- package/node_modules/jsts/dist/jsts.js +0 -33200
- package/node_modules/jsts/dist/jsts.js.map +0 -1
- package/node_modules/jsts/dist/jsts.min.js +0 -8
- package/node_modules/jsts/dist/jsts.min.js.map +0 -1
- package/node_modules/jsts/hasInterface.js +0 -3
- package/node_modules/jsts/java/io/ByteArrayOutputStream.js +0 -1
- package/node_modules/jsts/java/io/IOException.js +0 -3
- package/node_modules/jsts/java/io/InputStream.js +0 -1
- package/node_modules/jsts/java/io/LineNumberReader.js +0 -1
- package/node_modules/jsts/java/io/OutputStream.js +0 -1
- package/node_modules/jsts/java/io/PrintStream.js +0 -1
- package/node_modules/jsts/java/io/Serializable.js +0 -1
- package/node_modules/jsts/java/io/StringReader.js +0 -1
- package/node_modules/jsts/java/io/StringWriter.js +0 -1
- package/node_modules/jsts/java/io/Writer.js +0 -1
- package/node_modules/jsts/java/lang/Character.js +0 -9
- package/node_modules/jsts/java/lang/Cloneable.js +0 -1
- package/node_modules/jsts/java/lang/Comparable.js +0 -1
- package/node_modules/jsts/java/lang/Double.js +0 -301
- package/node_modules/jsts/java/lang/Exception.js +0 -9
- package/node_modules/jsts/java/lang/IllegalArgumentException.js +0 -8
- package/node_modules/jsts/java/lang/IndexOutOfBoundsException.js +0 -8
- package/node_modules/jsts/java/lang/Integer.js +0 -33
- package/node_modules/jsts/java/lang/Long.js +0 -16
- package/node_modules/jsts/java/lang/RuntimeException.js +0 -8
- package/node_modules/jsts/java/lang/StringBuffer.js +0 -14
- package/node_modules/jsts/java/lang/StringBuilder.js +0 -14
- package/node_modules/jsts/java/lang/System.js +0 -15
- package/node_modules/jsts/java/lang/UnsupportedOperationException.js +0 -8
- package/node_modules/jsts/java/text/DecimalFormat.js +0 -1
- package/node_modules/jsts/java/text/DecimalFormatSymbols.js +0 -1
- package/node_modules/jsts/java/util/ArrayList.js +0 -109
- package/node_modules/jsts/java/util/Arrays.js +0 -44
- package/node_modules/jsts/java/util/Collection.js +0 -47
- package/node_modules/jsts/java/util/Collections.js +0 -35
- package/node_modules/jsts/java/util/Comparator.js +0 -1
- package/node_modules/jsts/java/util/EmptyStackException.js +0 -8
- package/node_modules/jsts/java/util/HashMap.js +0 -43
- package/node_modules/jsts/java/util/HashSet.js +0 -87
- package/node_modules/jsts/java/util/Iterator.js +0 -24
- package/node_modules/jsts/java/util/LinkedList.js +0 -17
- package/node_modules/jsts/java/util/List.js +0 -26
- package/node_modules/jsts/java/util/Map.js +0 -51
- package/node_modules/jsts/java/util/NoSuchElementException.js +0 -8
- package/node_modules/jsts/java/util/PriorityQueue.js +0 -78
- package/node_modules/jsts/java/util/Set.js +0 -19
- package/node_modules/jsts/java/util/SortedMap.js +0 -6
- package/node_modules/jsts/java/util/SortedSet.js +0 -6
- package/node_modules/jsts/java/util/Stack.js +0 -103
- package/node_modules/jsts/java/util/TreeMap.js +0 -262
- package/node_modules/jsts/java/util/TreeSet.js +0 -82
- package/node_modules/jsts/org/locationtech/jts/JTSVersion.js +0 -25
- package/node_modules/jsts/org/locationtech/jts/algorithm/Angle.js +0 -97
- package/node_modules/jsts/org/locationtech/jts/algorithm/Area.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/algorithm/BoundaryNodeRule.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithms3D.js +0 -58
- package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithmsDD.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/algorithm/Centroid.js +0 -123
- package/node_modules/jsts/org/locationtech/jts/algorithm/ConvexHull.js +0 -244
- package/node_modules/jsts/org/locationtech/jts/algorithm/Distance.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/algorithm/HCoordinate.js +0 -76
- package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPoint.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointArea.js +0 -194
- package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointLine.js +0 -74
- package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointPoint.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/algorithm/Intersection.js +0 -43
- package/node_modules/jsts/org/locationtech/jts/algorithm/Length.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/algorithm/LineIntersector.js +0 -152
- package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumBoundingCircle.js +0 -180
- package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumDiameter.js +0 -162
- package/node_modules/jsts/org/locationtech/jts/algorithm/NotRepresentableException.js +0 -10
- package/node_modules/jsts/org/locationtech/jts/algorithm/Orientation.js +0 -86
- package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocation.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocator.js +0 -111
- package/node_modules/jsts/org/locationtech/jts/algorithm/RayCrossingCounter.js +0 -87
- package/node_modules/jsts/org/locationtech/jts/algorithm/RectangleLineIntersector.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/algorithm/RobustDeterminant.js +0 -196
- package/node_modules/jsts/org/locationtech/jts/algorithm/RobustLineIntersector.js +0 -155
- package/node_modules/jsts/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.js +0 -193
- package/node_modules/jsts/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.js +0 -167
- package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.js +0 -128
- package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DistanceToPoint.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/algorithm/distance/PointPairDistance.js +0 -70
- package/node_modules/jsts/org/locationtech/jts/algorithm/distance_module.js +0 -9
- package/node_modules/jsts/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/algorithm/locate.js +0 -9
- package/node_modules/jsts/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasure.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/algorithm/match.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/algorithm.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/densify/Densifier.js +0 -85
- package/node_modules/jsts/org/locationtech/jts/densify.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveEdgeGraph.js +0 -10
- package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveHalfEdge.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/dissolve/LineDissolver.js +0 -148
- package/node_modules/jsts/org/locationtech/jts/dissolve.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraph.js +0 -59
- package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraphBuilder.js +0 -49
- package/node_modules/jsts/org/locationtech/jts/edgegraph/HalfEdge.js +0 -185
- package/node_modules/jsts/org/locationtech/jts/edgegraph/MarkHalfEdge.js +0 -38
- package/node_modules/jsts/org/locationtech/jts/geom/Coordinate.js +0 -219
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateArrays.js +0 -245
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateFilter.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateList.js +0 -130
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequence.js +0 -53
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceComparator.js +0 -67
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFactory.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFilter.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequences.js +0 -139
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXY.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYM.js +0 -83
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYZM.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/geom/Coordinates.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/geom/Dimension.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/geom/Envelope.js +0 -360
- package/node_modules/jsts/org/locationtech/jts/geom/Geometry.js +0 -230
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollection.js +0 -211
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollectionIterator.js +0 -68
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryComponentFilter.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryFactory.js +0 -267
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryFilter.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/geom/IntersectionMatrix.js +0 -212
- package/node_modules/jsts/org/locationtech/jts/geom/LineSegment.js +0 -273
- package/node_modules/jsts/org/locationtech/jts/geom/LineString.js +0 -210
- package/node_modules/jsts/org/locationtech/jts/geom/Lineal.js +0 -1
- package/node_modules/jsts/org/locationtech/jts/geom/LinearRing.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/geom/Location.js +0 -20
- package/node_modules/jsts/org/locationtech/jts/geom/MultiLineString.js +0 -65
- package/node_modules/jsts/org/locationtech/jts/geom/MultiPoint.js +0 -61
- package/node_modules/jsts/org/locationtech/jts/geom/MultiPolygon.js +0 -62
- package/node_modules/jsts/org/locationtech/jts/geom/OctagonalEnvelope.js +0 -273
- package/node_modules/jsts/org/locationtech/jts/geom/Point.js +0 -140
- package/node_modules/jsts/org/locationtech/jts/geom/Polygon.js +0 -275
- package/node_modules/jsts/org/locationtech/jts/geom/Polygonal.js +0 -1
- package/node_modules/jsts/org/locationtech/jts/geom/PrecisionModel.js +0 -133
- package/node_modules/jsts/org/locationtech/jts/geom/Puntal.js +0 -1
- package/node_modules/jsts/org/locationtech/jts/geom/TopologyException.js +0 -13
- package/node_modules/jsts/org/locationtech/jts/geom/Triangle.js +0 -158
- package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequence.js +0 -177
- package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.js +0 -98
- package/node_modules/jsts/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/geom/prep/BasicPreparedGeometry.js +0 -74
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometry.js +0 -13
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometryFactory.js +0 -19
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineString.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPoint.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygon.js +0 -57
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContains.js +0 -22
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.js +0 -30
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonCovers.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.js +0 -31
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformation.js +0 -393
- package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationBuilder.js +0 -52
- package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationFactory.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.js +0 -25
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCollectionMapper.js +0 -24
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCombiner.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryEditor.js +0 -138
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryExtracter.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryMapper.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryTransformer.js +0 -125
- package/node_modules/jsts/org/locationtech/jts/geom/util/LineStringExtracter.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/geom/util/LinearComponentExtracter.js +0 -88
- package/node_modules/jsts/org/locationtech/jts/geom/util/NoninvertibleTransformationException.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/geom/util/PointExtracter.js +0 -38
- package/node_modules/jsts/org/locationtech/jts/geom/util/PolygonExtracter.js +0 -34
- package/node_modules/jsts/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/geom/util/SineStarFactory.js +0 -62
- package/node_modules/jsts/org/locationtech/jts/geom/util.js +0 -35
- package/node_modules/jsts/org/locationtech/jts/geom.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Depth.js +0 -85
- package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdge.js +0 -143
- package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdgeStar.js +0 -233
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Edge.js +0 -190
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEnd.js +0 -94
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEndStar.js +0 -173
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersection.js +0 -52
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersectionList.js +0 -74
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeList.js +0 -57
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeNodingValidator.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeRing.js +0 -160
- package/node_modules/jsts/org/locationtech/jts/geomgraph/GeometryGraph.js +0 -238
- package/node_modules/jsts/org/locationtech/jts/geomgraph/GraphComponent.js +0 -49
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Label.js +0 -132
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Node.js +0 -91
- package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeFactory.js +0 -6
- package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeMap.js +0 -64
- package/node_modules/jsts/org/locationtech/jts/geomgraph/PlanarGraph.js +0 -138
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Position.js +0 -10
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Quadrant.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/geomgraph/TopologyLocation.js +0 -122
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.js +0 -1
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChain.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.js +0 -45
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SegmentIntersector.js +0 -109
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.js +0 -45
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.js +0 -92
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.js +0 -91
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineEvent.js +0 -61
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineSegment.js +0 -27
- package/node_modules/jsts/org/locationtech/jts/geomgraph.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/index/ArrayListVisitor.js +0 -19
- package/node_modules/jsts/org/locationtech/jts/index/ItemVisitor.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index/SpatialIndex.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Bintree.js +0 -69
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Interval.js +0 -67
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Key.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Node.js +0 -89
- package/node_modules/jsts/org/locationtech/jts/index/bintree/NodeBase.js +0 -93
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Root.js +0 -33
- package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChain.js +0 -99
- package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainBuilder.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.js +0 -20
- package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainSelectAction.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/index/hprtree/HPRtree.js +0 -245
- package/node_modules/jsts/org/locationtech/jts/index/hprtree/HilbertEncoder.js +0 -29
- package/node_modules/jsts/org/locationtech/jts/index/hprtree/Item.js +0 -21
- package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.js +0 -26
- package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNode.js +0 -61
- package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNodeVisitor.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdTree.js +0 -190
- package/node_modules/jsts/org/locationtech/jts/index/kdtree.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/DoubleBits.js +0 -84
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/IntervalSize.js +0 -12
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/Key.js +0 -52
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/Node.js +0 -110
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/NodeBase.js +0 -134
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/Quadtree.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/Root.js +0 -35
- package/node_modules/jsts/org/locationtech/jts/index/quadtree.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractNode.js +0 -43
- package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractSTRtree.js +0 -281
- package/node_modules/jsts/org/locationtech/jts/index/strtree/Boundable.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePair.js +0 -89
- package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.js +0 -34
- package/node_modules/jsts/org/locationtech/jts/index/strtree/EnvelopeDistance.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/index/strtree/GeometryItemDistance.js +0 -13
- package/node_modules/jsts/org/locationtech/jts/index/strtree/Interval.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemBoundable.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemDistance.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index/strtree/SIRtree.js +0 -72
- package/node_modules/jsts/org/locationtech/jts/index/strtree/STRtree.js +0 -284
- package/node_modules/jsts/org/locationtech/jts/index/strtree.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineEvent.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineIndex.js +0 -49
- package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineInterval.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/io/GeoJSONParser.js +0 -420
- package/node_modules/jsts/org/locationtech/jts/io/GeoJSONReader.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/io/GeoJSONWriter.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/io/OL3Parser.js +0 -189
- package/node_modules/jsts/org/locationtech/jts/io/WKTParser.js +0 -784
- package/node_modules/jsts/org/locationtech/jts/io/WKTReader.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/io/WKTWriter.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/io.js +0 -13
- package/node_modules/jsts/org/locationtech/jts/linearref/ExtractLineByLocation.js +0 -64
- package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexOfPoint.js +0 -61
- package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexedLine.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/linearref/LengthLocationMap.js +0 -98
- package/node_modules/jsts/org/locationtech/jts/linearref/LinearGeometryBuilder.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/linearref/LinearIterator.js +0 -76
- package/node_modules/jsts/org/locationtech/jts/linearref/LinearLocation.js +0 -201
- package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfLine.js +0 -29
- package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfPoint.js +0 -64
- package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexedLine.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/linearref.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/math/DD.js +0 -608
- package/node_modules/jsts/org/locationtech/jts/math/MathUtil.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/math/Matrix.js +0 -43
- package/node_modules/jsts/org/locationtech/jts/math/Plane3D.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/math/Vector2D.js +0 -172
- package/node_modules/jsts/org/locationtech/jts/math/Vector3D.js +0 -104
- package/node_modules/jsts/org/locationtech/jts/monkey.js +0 -146
- package/node_modules/jsts/org/locationtech/jts/noding/BasicSegmentString.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/noding/FastNodingValidator.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.js +0 -26
- package/node_modules/jsts/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.js +0 -40
- package/node_modules/jsts/org/locationtech/jts/noding/IntersectionAdder.js +0 -88
- package/node_modules/jsts/org/locationtech/jts/noding/IteratedNoder.js +0 -53
- package/node_modules/jsts/org/locationtech/jts/noding/MCIndexNoder.js +0 -85
- package/node_modules/jsts/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.js +0 -82
- package/node_modules/jsts/org/locationtech/jts/noding/NodableSegmentString.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/noding/NodedSegmentString.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/noding/Noder.js +0 -4
- package/node_modules/jsts/org/locationtech/jts/noding/NodingIntersectionFinder.js +0 -139
- package/node_modules/jsts/org/locationtech/jts/noding/NodingValidator.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/noding/Octant.js +0 -31
- package/node_modules/jsts/org/locationtech/jts/noding/OrientedCoordinateArray.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/noding/ScaledNoder.js +0 -82
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersectionDetector.js +0 -80
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersector.js +0 -4
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentNode.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentNodeList.js +0 -199
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentPointComparator.js +0 -40
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentSetMutualIntersector.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentString.js +0 -8
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringDissolver.js +0 -53
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringUtil.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/noding/SimpleNoder.js +0 -33
- package/node_modules/jsts/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.js +0 -34
- package/node_modules/jsts/org/locationtech/jts/noding/SinglePassNoder.js +0 -19
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/GeometryNoder.js +0 -59
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/HotPixel.js +0 -120
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.js +0 -65
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.js +0 -89
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/SimpleSnapRounder.js +0 -105
- package/node_modules/jsts/org/locationtech/jts/noding.js +0 -9
- package/node_modules/jsts/org/locationtech/jts/operation/BoundaryOp.js +0 -104
- package/node_modules/jsts/org/locationtech/jts/operation/GeometryGraphOperation.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/operation/IsSimpleOp.js +0 -165
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferBuilder.js +0 -148
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferOp.js +0 -126
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferParameters.js +0 -87
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferSubgraph.js +0 -150
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.js +0 -170
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.js +0 -118
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.js +0 -269
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentString.js +0 -62
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.js +0 -91
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.js +0 -100
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/VariableBuffer.js +0 -226
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.js +0 -92
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.js +0 -107
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.js +0 -116
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/PointPairDistance.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/operation/buffer.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.js +0 -26
- package/node_modules/jsts/org/locationtech/jts/operation/distance/DistanceOp.js +0 -231
- package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequence.js +0 -150
- package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/operation/distance/GeometryLocation.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/operation/distance/IndexedFacetDistance.js +0 -68
- package/node_modules/jsts/org/locationtech/jts/operation/distance.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.js +0 -82
- package/node_modules/jsts/org/locationtech/jts/operation/distance3d/Distance3DOp.js +0 -299
- package/node_modules/jsts/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.js +0 -110
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/EdgeString.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.js +0 -22
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeEdge.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeGraph.js +0 -34
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMerger.js +0 -108
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineSequencer.js +0 -245
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.js +0 -69
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/EdgeSetNoder.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/LineBuilder.js +0 -89
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/MaximalEdgeRing.js +0 -39
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/MinimalEdgeRing.js +0 -17
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayNodeFactory.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayOp.js +0 -312
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/PointBuilder.js +0 -39
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/PolygonBuilder.js +0 -144
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.js +0 -118
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.js +0 -87
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.js +0 -54
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.js +0 -70
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.js +0 -81
- package/node_modules/jsts/org/locationtech/jts/operation/overlay.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/EdgeRing.js +0 -235
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/HoleAssigner.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.js +0 -35
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeEdge.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeGraph.js +0 -247
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/Polygonizer.js +0 -170
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleContains.js +0 -62
- package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleIntersects.js +0 -151
- package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBuilder.js +0 -56
- package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundle.js +0 -93
- package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundleStar.js +0 -22
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateComputer.js +0 -168
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNode.js +0 -17
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeFactory.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeGraph.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateOp.js +0 -101
- package/node_modules/jsts/org/locationtech/jts/operation/relate.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/operation/union/CascadedPolygonUnion.js +0 -124
- package/node_modules/jsts/org/locationtech/jts/operation/union/InputExtracter.js +0 -93
- package/node_modules/jsts/org/locationtech/jts/operation/union/OverlapUnion.js +0 -146
- package/node_modules/jsts/org/locationtech/jts/operation/union/PointGeometryUnion.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/operation/union/UnaryUnionOp.js +0 -97
- package/node_modules/jsts/org/locationtech/jts/operation/union/UnionInteracting.js +0 -70
- package/node_modules/jsts/org/locationtech/jts/operation/union/UnionOp.js +0 -22
- package/node_modules/jsts/org/locationtech/jts/operation/union.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/operation/valid/ConnectedInteriorTester.js +0 -118
- package/node_modules/jsts/org/locationtech/jts/operation/valid/ConsistentAreaTester.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/operation/valid/IndexedNestedRingTester.js +0 -56
- package/node_modules/jsts/org/locationtech/jts/operation/valid/IsValidOp.js +0 -323
- package/node_modules/jsts/org/locationtech/jts/operation/valid/RepeatedPointTester.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/operation/valid/TopologyValidationError.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/operation/valid.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdge.js +0 -99
- package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdgeStar.js +0 -75
- package/node_modules/jsts/org/locationtech/jts/planargraph/Edge.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/planargraph/GraphComponent.js +0 -53
- package/node_modules/jsts/org/locationtech/jts/planargraph/Node.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/planargraph/NodeMap.js +0 -25
- package/node_modules/jsts/org/locationtech/jts/planargraph/PlanarGraph.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/planargraph/Subgraph.js +0 -39
- package/node_modules/jsts/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/precision/CommonBits.js +0 -86
- package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsOp.js +0 -58
- package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsRemover.js +0 -81
- package/node_modules/jsts/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.js +0 -24
- package/node_modules/jsts/org/locationtech/jts/precision/EnhancedPrecisionOp.js +0 -109
- package/node_modules/jsts/org/locationtech/jts/precision/GeometryPrecisionReducer.js +0 -80
- package/node_modules/jsts/org/locationtech/jts/precision/MinimumClearance.js +0 -125
- package/node_modules/jsts/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/precision/SimpleMinimumClearance.js +0 -114
- package/node_modules/jsts/org/locationtech/jts/precision.js +0 -17
- package/node_modules/jsts/org/locationtech/jts/shape/GeometricShapeBuilder.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCode.js +0 -109
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCurveBuilder.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/KochSnowflakeBuilder.js +0 -65
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCode.js +0 -49
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCurveBuilder.js +0 -43
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/SierpinskiCarpetBuilder.js +0 -52
- package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsBuilder.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsInGridBuilder.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerLineSimplifier.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.js +0 -81
- package/node_modules/jsts/org/locationtech/jts/simplify/LineSegmentIndex.js +0 -58
- package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineSegment.js +0 -26
- package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineString.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineStringSimplifier.js +0 -124
- package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLinesSimplifier.js +0 -25
- package/node_modules/jsts/org/locationtech/jts/simplify/TopologyPreservingSimplifier.js +0 -79
- package/node_modules/jsts/org/locationtech/jts/simplify/VWLineSimplifier.js +0 -126
- package/node_modules/jsts/org/locationtech/jts/simplify/VWSimplifier.js +0 -81
- package/node_modules/jsts/org/locationtech/jts/simplify.js +0 -9
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulationBuilder.js +0 -90
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.js +0 -215
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintEnforcementException.js +0 -27
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintSplitPointFinder.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertex.js +0 -32
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertexFactory.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/DelaunayTriangulationBuilder.js +0 -80
- package/node_modules/jsts/org/locationtech/jts/triangulate/IncrementalDelaunayTriangulator.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/triangulate/MidpointSplitPointFinder.js +0 -12
- package/node_modules/jsts/org/locationtech/jts/triangulate/NonEncroachingSplitPointFinder.js +0 -27
- package/node_modules/jsts/org/locationtech/jts/triangulate/Segment.js +0 -73
- package/node_modules/jsts/org/locationtech/jts/triangulate/SplitSegment.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/triangulate/VertexTaggedGeometryDataMapper.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/triangulate/VoronoiDiagramBuilder.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/EdgeConnectedTriangleTraversal.js +0 -35
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LastFoundQuadEdgeLocator.js +0 -31
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LocateFailureException.js +0 -32
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdge.js +0 -142
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeLocator.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.js +0 -443
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeTriangle.js +0 -184
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeUtil.js +0 -12
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TraversalVisitor.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TrianglePredicate.js +0 -106
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TriangleVisitor.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/Vertex.js +0 -199
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/triangulate.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/util/Assert.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/util/AssertionFailedException.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/util/CollectionUtil.js +0 -27
- package/node_modules/jsts/org/locationtech/jts/util/CoordinateArrayFilter.js +0 -21
- package/node_modules/jsts/org/locationtech/jts/util/CoordinateCountFilter.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/util/GeometricShapeFactory.js +0 -258
- package/node_modules/jsts/org/locationtech/jts/util/IntArrayList.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/util/Memory.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/util/NumberUtil.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/util/ObjectCounter.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/util/PriorityQueue.js +0 -56
- package/node_modules/jsts/org/locationtech/jts/util/StringUtil.js +0 -63
- package/node_modules/jsts/org/locationtech/jts/util/TestBuilderProxy.js +0 -33
- package/node_modules/jsts/org/locationtech/jts/util/UniqueCoordinateArrayFilter.js +0 -31
- package/node_modules/jsts/org/locationtech/jts/util.js +0 -21
- package/node_modules/jsts/package.json +0 -62
- package/node_modules/marchingsquares/.eslintrc.json +0 -81
- package/node_modules/marchingsquares/Changelog.md +0 -81
- package/node_modules/marchingsquares/LICENSE.md +0 -37
- package/node_modules/marchingsquares/README.md +0 -312
- package/node_modules/marchingsquares/VERSION +0 -1
- package/node_modules/marchingsquares/agpl-3.0.txt +0 -661
- package/node_modules/marchingsquares/dist/marchingsquares-esm.js +0 -3410
- package/node_modules/marchingsquares/dist/marchingsquares-isobands.js +0 -2513
- package/node_modules/marchingsquares/dist/marchingsquares-isobands.min.js +0 -9
- package/node_modules/marchingsquares/dist/marchingsquares-isocontours.js +0 -1209
- package/node_modules/marchingsquares/dist/marchingsquares-isocontours.min.js +0 -9
- package/node_modules/marchingsquares/dist/marchingsquares-isolines.js +0 -1209
- package/node_modules/marchingsquares/dist/marchingsquares-isolines.min.js +0 -9
- package/node_modules/marchingsquares/dist/marchingsquares.js +0 -3424
- package/node_modules/marchingsquares/dist/marchingsquares.min.js +0 -9
- package/node_modules/marchingsquares/examples/contour/index.html +0 -117
- package/node_modules/marchingsquares/examples/editor/draw-lines.js +0 -60
- package/node_modules/marchingsquares/examples/editor/index.html +0 -39
- package/node_modules/marchingsquares/examples/editor/script.js +0 -110
- package/node_modules/marchingsquares/examples/editor/styles.css +0 -37
- package/node_modules/marchingsquares/examples/require/app.js +0 -9
- package/node_modules/marchingsquares/examples/require/index.html +0 -14
- package/node_modules/marchingsquares/examples/require/main.js +0 -98
- package/node_modules/marchingsquares/examples/require/require.js +0 -5
- package/node_modules/marchingsquares/examples/simple/index.html +0 -115
- package/node_modules/marchingsquares/examples/vienna/index.html +0 -229
- package/node_modules/marchingsquares/examples/vienna/vienna_basin.png +0 -0
- package/node_modules/marchingsquares/examples/vienna/vienna_data.js +0 -514
- package/node_modules/marchingsquares/package.json +0 -47
- package/node_modules/marchingsquares/rollup.config.js +0 -122
- package/node_modules/marchingsquares/rollup.config.test.js +0 -14
- package/node_modules/marchingsquares/src/interpolation.js +0 -84
- package/node_modules/marchingsquares/src/isobands.js +0 -1883
- package/node_modules/marchingsquares/src/isolines.js +0 -638
- package/node_modules/marchingsquares/src/main.js +0 -4
- package/node_modules/marchingsquares/src/options.js +0 -80
- package/node_modules/marchingsquares/src/polygons.js +0 -531
- package/node_modules/marchingsquares/src/quadtree.js +0 -228
- package/node_modules/marchingsquares/test/data/in/isoBands-example-case.json +0 -14
- package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-0_3.json +0 -12
- package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-3_5.json +0 -12
- package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-5_7.json +0 -12
- package/node_modules/marchingsquares/test/data/in/isoBands-minimal.json +0 -8
- package/node_modules/marchingsquares/test/data/in/isoBands-simple.json +0 -9
- package/node_modules/marchingsquares/test/data/in/isoLines-example-case.json +0 -13
- package/node_modules/marchingsquares/test/data/in/isoLines-simple.json +0 -8
- package/node_modules/marchingsquares/test/data/out/isoBands-example-case.json +0 -72
- package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-0_3.json +0 -9
- package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-3_5.json +0 -36
- package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-5_7.json +0 -8
- package/node_modules/marchingsquares/test/data/out/isoBands-minimal.json +0 -10
- package/node_modules/marchingsquares/test/data/out/isoBands-simple.json +0 -25
- package/node_modules/marchingsquares/test/data/out/isoLines-example-case.json +0 -481
- package/node_modules/marchingsquares/test/data/out/isoLines-simple.json +0 -8
- package/node_modules/marchingsquares/test/test.js +0 -152
- package/node_modules/point-in-polygon/LICENSE +0 -21
- package/node_modules/point-in-polygon/example/inside.js +0 -6
- package/node_modules/point-in-polygon/flat.js +0 -15
- package/node_modules/point-in-polygon/index.js +0 -12
- package/node_modules/point-in-polygon/nested.js +0 -18
- package/node_modules/point-in-polygon/package.json +0 -32
- package/node_modules/point-in-polygon/readme.markdown +0 -51
- package/node_modules/point-in-polygon/test/box-offset.js +0 -24
- package/node_modules/point-in-polygon/test/box.js +0 -34
- package/node_modules/point-in-polygon/test/flat-offset.js +0 -24
- package/node_modules/point-in-polygon/test/flat.js +0 -24
- package/node_modules/point-in-polygon-hao/LICENSE +0 -20
- package/node_modules/point-in-polygon-hao/README.md +0 -74
- package/node_modules/point-in-polygon-hao/dist/cjs/index.cjs +0 -322
- package/node_modules/point-in-polygon-hao/dist/cjs/index.d.cts +0 -10
- package/node_modules/point-in-polygon-hao/dist/esm/index.d.ts +0 -10
- package/node_modules/point-in-polygon-hao/dist/esm/index.js +0 -56
- package/node_modules/point-in-polygon-hao/dist/pointInPolygon.js +0 -328
- package/node_modules/point-in-polygon-hao/dist/pointInPolygon.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/LICENSE +0 -24
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/README.md +0 -82
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/incircle.js +0 -765
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/insphere.js +0 -766
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient2d.js +0 -184
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient3d.js +0 -462
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/util.js +0 -138
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.d.ts +0 -49
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.js +0 -5
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/package.json +0 -75
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.js +0 -908
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.js +0 -914
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.js +0 -280
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.js +0 -601
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.js +0 -2328
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.min.js +0 -1
- package/node_modules/point-in-polygon-hao/package.json +0 -57
- package/node_modules/polyclip-ts/LICENSE +0 -21
- package/node_modules/polyclip-ts/README.md +0 -101
- package/node_modules/polyclip-ts/dist/cjs/index.cjs +0 -1179
- package/node_modules/polyclip-ts/dist/cjs/index.cjs.map +0 -1
- package/node_modules/polyclip-ts/dist/cjs/index.d.cts +0 -12
- package/node_modules/polyclip-ts/dist/esm/index.d.ts +0 -12
- package/node_modules/polyclip-ts/dist/esm/index.js +0 -1138
- package/node_modules/polyclip-ts/dist/esm/index.js.map +0 -1
- package/node_modules/polyclip-ts/dist/polyclip-ts.umd.js +0 -4811
- package/node_modules/polyclip-ts/dist/polyclip-ts.umd.min.js +0 -2
- package/node_modules/polyclip-ts/package.json +0 -72
- package/node_modules/quickselect/LICENSE +0 -15
- package/node_modules/quickselect/README.md +0 -28
- package/node_modules/quickselect/index.js +0 -54
- package/node_modules/quickselect/package.json +0 -43
- package/node_modules/quickselect/quickselect.js +0 -63
- package/node_modules/rbush/LICENSE +0 -21
- package/node_modules/rbush/README.md +0 -218
- package/node_modules/rbush/index.js +0 -512
- package/node_modules/rbush/package.json +0 -56
- package/node_modules/rbush/rbush.js +0 -574
- package/node_modules/rbush/rbush.min.js +0 -1
- package/node_modules/robust-predicates/LICENSE +0 -24
- package/node_modules/robust-predicates/README.md +0 -82
- package/node_modules/robust-predicates/esm/incircle.js +0 -765
- package/node_modules/robust-predicates/esm/insphere.js +0 -775
- package/node_modules/robust-predicates/esm/orient2d.js +0 -186
- package/node_modules/robust-predicates/esm/orient3d.js +0 -462
- package/node_modules/robust-predicates/esm/util.js +0 -138
- package/node_modules/robust-predicates/index.js +0 -5
- package/node_modules/robust-predicates/package.json +0 -68
- package/node_modules/robust-predicates/umd/incircle.js +0 -910
- package/node_modules/robust-predicates/umd/incircle.min.js +0 -1
- package/node_modules/robust-predicates/umd/insphere.js +0 -925
- package/node_modules/robust-predicates/umd/insphere.min.js +0 -1
- package/node_modules/robust-predicates/umd/orient2d.js +0 -284
- package/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
- package/node_modules/robust-predicates/umd/orient3d.js +0 -603
- package/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
- package/node_modules/robust-predicates/umd/predicates.js +0 -2341
- package/node_modules/robust-predicates/umd/predicates.min.js +0 -1
- package/node_modules/skmeans/.gitattributes +0 -17
- package/node_modules/skmeans/.npmignore +0 -52
- package/node_modules/skmeans/Gruntfile.js +0 -49
- package/node_modules/skmeans/README.md +0 -62
- package/node_modules/skmeans/browser.js +0 -19
- package/node_modules/skmeans/dist/browser/skmeans.js +0 -339
- package/node_modules/skmeans/dist/browser/skmeans.js.map +0 -1
- package/node_modules/skmeans/dist/browser/skmeans.min.js +0 -3
- package/node_modules/skmeans/dist/index.html +0 -15
- package/node_modules/skmeans/dist/node/Gruntfile.js +0 -49
- package/node_modules/skmeans/dist/node/Gruntfile.js.map +0 -1
- package/node_modules/skmeans/dist/node/browser.js +0 -19
- package/node_modules/skmeans/dist/node/browser.js.map +0 -1
- package/node_modules/skmeans/dist/node/distance.js +0 -39
- package/node_modules/skmeans/dist/node/distance.js.map +0 -1
- package/node_modules/skmeans/dist/node/kinit.js +0 -110
- package/node_modules/skmeans/dist/node/kinit.js.map +0 -1
- package/node_modules/skmeans/dist/node/main.js +0 -161
- package/node_modules/skmeans/dist/node/main.js.map +0 -1
- package/node_modules/skmeans/distance.js +0 -37
- package/node_modules/skmeans/kinit.js +0 -102
- package/node_modules/skmeans/main.js +0 -147
- package/node_modules/skmeans/package.json +0 -33
- package/node_modules/skmeans/test/data/random_pts.js +0 -1
- package/node_modules/skmeans/test/data/well-separated.js +0 -1
- package/node_modules/skmeans/test/multi.js +0 -15
- package/node_modules/skmeans/test/stats.js +0 -65
- package/node_modules/skmeans/test/test.js +0 -42
- package/node_modules/skmeans/test/test_rand.js +0 -23
- package/node_modules/skmeans/test/test_ws.js +0 -23
- package/node_modules/skmeans/test/uni.js +0 -15
- package/node_modules/splaytree-ts/LICENSE +0 -29
- package/node_modules/splaytree-ts/README.md +0 -296
- package/node_modules/splaytree-ts/dist/cjs/index.cjs +0 -714
- package/node_modules/splaytree-ts/dist/cjs/index.cjs.map +0 -1
- package/node_modules/splaytree-ts/dist/cjs/index.d.cts +0 -105
- package/node_modules/splaytree-ts/dist/esm/index.d.ts +0 -105
- package/node_modules/splaytree-ts/dist/esm/index.js +0 -688
- package/node_modules/splaytree-ts/dist/esm/index.js.map +0 -1
- package/node_modules/splaytree-ts/dist/splaytree-ts.umd.js +0 -736
- package/node_modules/splaytree-ts/dist/splaytree-ts.umd.min.js +0 -2
- package/node_modules/splaytree-ts/package.json +0 -59
- package/node_modules/sweepline-intersections/LICENSE +0 -21
- package/node_modules/sweepline-intersections/README.md +0 -118
- package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.esm.js +0 -277
- package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.js +0 -281
- package/node_modules/sweepline-intersections/dist/sweeplineIntersections.esm.js +0 -253
- package/node_modules/sweepline-intersections/dist/sweeplineIntersections.js +0 -260
- package/node_modules/sweepline-intersections/dist/sweeplineIntersections.min.js +0 -1
- package/node_modules/sweepline-intersections/package.json +0 -79
- package/node_modules/sweepline-intersections/types.d.ts +0 -8
- package/node_modules/tinyqueue/LICENSE +0 -15
- package/node_modules/tinyqueue/README.md +0 -59
- package/node_modules/tinyqueue/index.d.ts +0 -11
- package/node_modules/tinyqueue/index.js +0 -79
- package/node_modules/tinyqueue/package.json +0 -53
- package/node_modules/tinyqueue/tinyqueue.js +0 -93
- package/node_modules/tinyqueue/tinyqueue.min.js +0 -1
- package/node_modules/topojson-client/LICENSE +0 -13
- package/node_modules/topojson-client/README.md +0 -242
- package/node_modules/topojson-client/bin/topo2geo +0 -106
- package/node_modules/topojson-client/bin/topomerge +0 -216
- package/node_modules/topojson-client/bin/topoquantize +0 -74
- package/node_modules/topojson-client/dist/topojson-client.js +0 -508
- package/node_modules/topojson-client/dist/topojson-client.min.js +0 -2
- package/node_modules/topojson-client/package.json +0 -49
- package/node_modules/topojson-client/src/bbox.js +0 -39
- package/node_modules/topojson-client/src/bisect.js +0 -9
- package/node_modules/topojson-client/src/feature.js +0 -70
- package/node_modules/topojson-client/src/identity.js +0 -3
- package/node_modules/topojson-client/src/index.js +0 -8
- package/node_modules/topojson-client/src/merge.js +0 -103
- package/node_modules/topojson-client/src/mesh.js +0 -53
- package/node_modules/topojson-client/src/neighbors.js +0 -45
- package/node_modules/topojson-client/src/quantize.js +0 -54
- package/node_modules/topojson-client/src/reverse.js +0 -4
- package/node_modules/topojson-client/src/stitch.js +0 -73
- package/node_modules/topojson-client/src/transform.js +0 -19
- package/node_modules/topojson-client/src/untransform.js +0 -23
- package/node_modules/topojson-server/LICENSE +0 -13
- package/node_modules/topojson-server/README.md +0 -75
- package/node_modules/topojson-server/bin/geo2topo +0 -125
- package/node_modules/topojson-server/dist/topojson-server.js +0 -838
- package/node_modules/topojson-server/dist/topojson-server.min.js +0 -2
- package/node_modules/topojson-server/package.json +0 -47
- package/node_modules/topojson-server/src/bounds.js +0 -46
- package/node_modules/topojson-server/src/cut.js +0 -62
- package/node_modules/topojson-server/src/dedup.js +0 -187
- package/node_modules/topojson-server/src/delta.js +0 -30
- package/node_modules/topojson-server/src/extract.js +0 -67
- package/node_modules/topojson-server/src/geometry.js +0 -39
- package/node_modules/topojson-server/src/hash/hashmap.js +0 -70
- package/node_modules/topojson-server/src/hash/hashset.js +0 -53
- package/node_modules/topojson-server/src/hash/point-equal.js +0 -3
- package/node_modules/topojson-server/src/hash/point-hash.js +0 -13
- package/node_modules/topojson-server/src/index.js +0 -1
- package/node_modules/topojson-server/src/join.js +0 -116
- package/node_modules/topojson-server/src/object.js +0 -1
- package/node_modules/topojson-server/src/prequantize.js +0 -72
- package/node_modules/topojson-server/src/topology.js +0 -80
- package/node_modules/uuid/dist/uuid-bin.js +0 -70
- package/node_modules/uuid/dist/v4.js +0 -30
- package/node_modules/uuid/dist-node/md5.js +0 -11
- package/node_modules/uuid/dist-node/native.js +0 -2
- package/node_modules/uuid/dist-node/rng.js +0 -10
- package/node_modules/uuid/dist-node/sha1.js +0 -11
- package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
- package/node_modules/uuid/dist-node/v4.js +0 -30
- package/tak-registration.bak +0 -557
- /package/node_modules/uuid/{dist-node/types.js → dist/cjs/uuid-bin.d.ts} +0 -0
- /package/node_modules/uuid/dist/{index.d.ts → cjs-browser/index.d.ts} +0 -0
- /package/node_modules/uuid/dist/{max.d.ts → cjs-browser/max.d.ts} +0 -0
- /package/node_modules/uuid/dist/{md5.d.ts → cjs-browser/md5.d.ts} +0 -0
- /package/node_modules/uuid/dist/{native.d.ts → cjs-browser/native.d.ts} +0 -0
- /package/node_modules/uuid/dist/{nil.d.ts → cjs-browser/nil.d.ts} +0 -0
- /package/node_modules/uuid/dist/{parse.d.ts → cjs-browser/parse.d.ts} +0 -0
- /package/node_modules/uuid/dist/{regex.d.ts → cjs-browser/regex.d.ts} +0 -0
- /package/node_modules/uuid/dist/{rng.d.ts → cjs-browser/rng.d.ts} +0 -0
- /package/node_modules/uuid/dist/{sha1.d.ts → cjs-browser/sha1.d.ts} +0 -0
- /package/node_modules/uuid/dist/{stringify.d.ts → cjs-browser/stringify.d.ts} +0 -0
- /package/node_modules/uuid/dist/{types.d.ts → cjs-browser/types.d.ts} +0 -0
- /package/node_modules/uuid/dist/{uuid-bin.d.ts → cjs-browser/uuid-bin.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v1.d.ts → cjs-browser/v1.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v1ToV6.d.ts → cjs-browser/v1ToV6.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v3.d.ts → cjs-browser/v3.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v35.d.ts → cjs-browser/v35.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v4.d.ts → cjs-browser/v4.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v5.d.ts → cjs-browser/v5.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v6.d.ts → cjs-browser/v6.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v6ToV1.d.ts → cjs-browser/v6ToV1.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v7.d.ts → cjs-browser/v7.d.ts} +0 -0
- /package/node_modules/uuid/dist/{validate.d.ts → cjs-browser/validate.d.ts} +0 -0
- /package/node_modules/uuid/dist/{version.d.ts → cjs-browser/version.d.ts} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm}/bin/uuid +0 -0
- /package/node_modules/uuid/dist/{index.js → esm/index.js} +0 -0
- /package/node_modules/uuid/dist/{max.js → esm/max.js} +0 -0
- /package/node_modules/uuid/dist/{nil.js → esm/nil.js} +0 -0
- /package/node_modules/uuid/dist/{parse.js → esm/parse.js} +0 -0
- /package/node_modules/uuid/dist/{regex.js → esm/regex.js} +0 -0
- /package/node_modules/uuid/dist/{stringify.js → esm/stringify.js} +0 -0
- /package/node_modules/uuid/dist/{v1.js → esm/v1.js} +0 -0
- /package/node_modules/uuid/dist/{v1ToV6.js → esm/v1ToV6.js} +0 -0
- /package/node_modules/uuid/dist/{v3.js → esm/v3.js} +0 -0
- /package/node_modules/uuid/dist/{v35.js → esm/v35.js} +0 -0
- /package/node_modules/uuid/dist/{v5.js → esm/v5.js} +0 -0
- /package/node_modules/uuid/dist/{v6.js → esm/v6.js} +0 -0
- /package/node_modules/uuid/dist/{v6ToV1.js → esm/v6ToV1.js} +0 -0
- /package/node_modules/uuid/dist/{v7.js → esm/v7.js} +0 -0
- /package/node_modules/uuid/dist/{validate.js → esm/validate.js} +0 -0
- /package/node_modules/uuid/dist/{version.js → esm/version.js} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/index.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/max.js +0 -0
- /package/node_modules/uuid/dist/{md5.js → esm-browser/md5.js} +0 -0
- /package/node_modules/uuid/dist/{native.js → esm-browser/native.js} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/nil.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/parse.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/regex.js +0 -0
- /package/node_modules/uuid/dist/{rng.js → esm-browser/rng.js} +0 -0
- /package/node_modules/uuid/dist/{sha1.js → esm-browser/sha1.js} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/stringify.js +0 -0
- /package/node_modules/uuid/dist/{types.js → esm-browser/types.js} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1ToV6.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v3.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v35.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v5.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6ToV1.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v7.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/validate.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/version.js +0 -0
|
@@ -1,1883 +0,0 @@
|
|
|
1
|
-
/* eslint no-console: ["error", { allow: ["log"] }] */
|
|
2
|
-
/* eslint-env browser,node */
|
|
3
|
-
|
|
4
|
-
import {isoBandOptions} from './options.js';
|
|
5
|
-
import {cell2Polygons, traceBandPaths} from './polygons.js';
|
|
6
|
-
import {QuadTree} from './quadtree.js';
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
/*
|
|
10
|
-
* lookup table to generate polygon paths or edges required to
|
|
11
|
-
* trace the full polygon(s)
|
|
12
|
-
*/
|
|
13
|
-
var shapeCoordinates = {
|
|
14
|
-
square: function(cell, x0, x1, x2, x3, opt) {
|
|
15
|
-
if (opt.polygons)
|
|
16
|
-
cell.polygons.push([ [0,0], [0, 1], [1, 1], [1, 0] ]);
|
|
17
|
-
},
|
|
18
|
-
|
|
19
|
-
triangle_bl: function(cell, x0, x1, x2, x3, opt) {
|
|
20
|
-
var bottomleft = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
21
|
-
var leftbottom = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
22
|
-
|
|
23
|
-
if (opt.polygons_full) {
|
|
24
|
-
cell.edges.lb = {
|
|
25
|
-
path: [ [0, leftbottom], [bottomleft, 0] ],
|
|
26
|
-
move: {
|
|
27
|
-
x: 0,
|
|
28
|
-
y: -1,
|
|
29
|
-
enter: 'tl'
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
if (opt.polygons)
|
|
35
|
-
cell.polygons.push([ [0, leftbottom], [bottomleft, 0], [0, 0] ]);
|
|
36
|
-
},
|
|
37
|
-
|
|
38
|
-
triangle_br: function(cell, x0, x1, x2, x3, opt) {
|
|
39
|
-
var bottomright = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
40
|
-
var rightbottom = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
41
|
-
|
|
42
|
-
if (opt.polygons_full) {
|
|
43
|
-
cell.edges.br = {
|
|
44
|
-
path: [ [bottomright, 0], [1, rightbottom] ],
|
|
45
|
-
move: {
|
|
46
|
-
x: 1,
|
|
47
|
-
y: 0,
|
|
48
|
-
enter: 'lb'
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
if (opt.polygons)
|
|
54
|
-
cell.polygons.push([ [bottomright, 0], [1, rightbottom], [1, 0] ]);
|
|
55
|
-
},
|
|
56
|
-
|
|
57
|
-
triangle_tr: function(cell, x0, x1, x2, x3, opt) {
|
|
58
|
-
var righttop = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
59
|
-
var topright = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
60
|
-
|
|
61
|
-
if (opt.polygons_full) {
|
|
62
|
-
cell.edges.rt = {
|
|
63
|
-
path: [ [1, righttop], [topright, 1] ],
|
|
64
|
-
move: {
|
|
65
|
-
x: 0,
|
|
66
|
-
y: 1,
|
|
67
|
-
enter: 'br'
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
if (opt.polygons)
|
|
73
|
-
cell.polygons.push([ [1, righttop], [topright, 1], [1, 1] ]);
|
|
74
|
-
},
|
|
75
|
-
|
|
76
|
-
triangle_tl: function(cell, x0, x1, x2, x3, opt) {
|
|
77
|
-
var topleft = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
78
|
-
var lefttop = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
79
|
-
|
|
80
|
-
if (opt.polygons_full) {
|
|
81
|
-
cell.edges.tl = {
|
|
82
|
-
path: [ [topleft, 1], [0, lefttop] ],
|
|
83
|
-
move: {
|
|
84
|
-
x: -1,
|
|
85
|
-
y: 0,
|
|
86
|
-
enter: 'rt'
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
if (opt.polygons)
|
|
92
|
-
cell.polygons.push([ [0, lefttop], [0, 1], [topleft, 1] ]);
|
|
93
|
-
},
|
|
94
|
-
|
|
95
|
-
tetragon_t: function(cell, x0, x1, x2, x3, opt) {
|
|
96
|
-
var righttop = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
97
|
-
var lefttop = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
98
|
-
|
|
99
|
-
if (opt.polygons_full) {
|
|
100
|
-
cell.edges.rt = {
|
|
101
|
-
path: [ [1, righttop], [0, lefttop] ],
|
|
102
|
-
move: {
|
|
103
|
-
x: -1,
|
|
104
|
-
y: 0,
|
|
105
|
-
enter: 'rt'
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
if (opt.polygons)
|
|
111
|
-
cell.polygons.push([ [0, lefttop], [0, 1], [1, 1], [1, righttop] ]);
|
|
112
|
-
},
|
|
113
|
-
|
|
114
|
-
tetragon_r: function(cell, x0, x1, x2, x3, opt) {
|
|
115
|
-
var bottomright = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
116
|
-
var topright = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
117
|
-
if (opt.polygons_full) {
|
|
118
|
-
cell.edges.br = {
|
|
119
|
-
path: [ [bottomright, 0], [topright, 1] ],
|
|
120
|
-
move: {
|
|
121
|
-
x: 0,
|
|
122
|
-
y: 1,
|
|
123
|
-
enter: 'br'
|
|
124
|
-
}
|
|
125
|
-
};
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
if (opt.polygons)
|
|
129
|
-
cell.polygons.push([ [bottomright, 0], [topright, 1], [1, 1], [1, 0] ]);
|
|
130
|
-
},
|
|
131
|
-
|
|
132
|
-
tetragon_b: function(cell, x0, x1, x2, x3, opt) {
|
|
133
|
-
var leftbottom = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
134
|
-
var rightbottom = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
135
|
-
|
|
136
|
-
if (opt.polygons_full) {
|
|
137
|
-
cell.edges.lb = {
|
|
138
|
-
path: [ [0, leftbottom], [1, rightbottom] ],
|
|
139
|
-
move: {
|
|
140
|
-
x: 1,
|
|
141
|
-
y: 0,
|
|
142
|
-
enter: 'lb'
|
|
143
|
-
}
|
|
144
|
-
};
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
if (opt.polygons)
|
|
148
|
-
cell.polygons.push([ [0, 0], [0, leftbottom], [1, rightbottom], [1, 0] ]);
|
|
149
|
-
},
|
|
150
|
-
|
|
151
|
-
tetragon_l: function(cell, x0, x1, x2, x3, opt) {
|
|
152
|
-
var topleft = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
153
|
-
var bottomleft = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
154
|
-
|
|
155
|
-
if (opt.polygons_full) {
|
|
156
|
-
cell.edges.tl = {
|
|
157
|
-
path: [ [topleft, 1], [bottomleft, 0] ],
|
|
158
|
-
move: {
|
|
159
|
-
x: 0,
|
|
160
|
-
y: -1,
|
|
161
|
-
enter: 'tl'
|
|
162
|
-
}
|
|
163
|
-
};
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
if (opt.polygons)
|
|
167
|
-
cell.polygons.push([ [0, 0], [0, 1], [topleft, 1], [bottomleft, 0] ]);
|
|
168
|
-
},
|
|
169
|
-
|
|
170
|
-
tetragon_bl: function(cell, x0, x1, x2, x3, opt) {
|
|
171
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
172
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
173
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
174
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
175
|
-
|
|
176
|
-
if (opt.polygons_full) {
|
|
177
|
-
cell.edges.bl = {
|
|
178
|
-
path: [ [bottomleft, 0], [0, leftbottom] ],
|
|
179
|
-
move: {
|
|
180
|
-
x: -1,
|
|
181
|
-
y: 0,
|
|
182
|
-
enter: 'rb'
|
|
183
|
-
}
|
|
184
|
-
};
|
|
185
|
-
cell.edges.lt = {
|
|
186
|
-
path: [ [0, lefttop], [bottomright, 0] ],
|
|
187
|
-
move: {
|
|
188
|
-
x: 0,
|
|
189
|
-
y: -1,
|
|
190
|
-
enter: 'tr'
|
|
191
|
-
}
|
|
192
|
-
};
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
if (opt.polygons)
|
|
196
|
-
cell.polygons.push([ [bottomleft, 0], [0, leftbottom], [0, lefttop], [bottomright, 0] ]);
|
|
197
|
-
},
|
|
198
|
-
|
|
199
|
-
tetragon_br: function(cell, x0, x1, x2, x3, opt) {
|
|
200
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
201
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
202
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
203
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
204
|
-
|
|
205
|
-
if (opt.polygons_full) {
|
|
206
|
-
cell.edges.bl = {
|
|
207
|
-
path: [ [bottomleft, 0], [1, righttop] ],
|
|
208
|
-
move: {
|
|
209
|
-
x: 1,
|
|
210
|
-
y: 0,
|
|
211
|
-
enter: 'lt'
|
|
212
|
-
}
|
|
213
|
-
};
|
|
214
|
-
cell.edges.rb = {
|
|
215
|
-
path: [ [1, rightbottom], [bottomright, 0] ],
|
|
216
|
-
move: {
|
|
217
|
-
x: 0,
|
|
218
|
-
y: -1,
|
|
219
|
-
enter: 'tr'
|
|
220
|
-
}
|
|
221
|
-
};
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
if (opt.polygons)
|
|
225
|
-
cell.polygons.push([ [bottomleft, 0], [1, righttop], [1, rightbottom], [bottomright, 0] ]);
|
|
226
|
-
},
|
|
227
|
-
|
|
228
|
-
tetragon_tr: function(cell, x0, x1, x2, x3, opt) {
|
|
229
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
230
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
231
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
232
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
233
|
-
|
|
234
|
-
if (opt.polygons_full) {
|
|
235
|
-
cell.edges.rb = {
|
|
236
|
-
path: [ [1, rightbottom], [topleft, 1] ],
|
|
237
|
-
move: {
|
|
238
|
-
x: 0,
|
|
239
|
-
y: 1,
|
|
240
|
-
enter: 'bl'
|
|
241
|
-
}
|
|
242
|
-
};
|
|
243
|
-
cell.edges.tr = {
|
|
244
|
-
path: [ [topright, 1], [1, righttop] ],
|
|
245
|
-
move: {
|
|
246
|
-
x: 1,
|
|
247
|
-
y: 0,
|
|
248
|
-
enter: 'lt'
|
|
249
|
-
}
|
|
250
|
-
};
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
if (opt.polygons)
|
|
254
|
-
cell.polygons.push([ [1, rightbottom], [topleft, 1], [topright, 1], [1, righttop] ]);
|
|
255
|
-
},
|
|
256
|
-
|
|
257
|
-
tetragon_tl: function(cell, x0, x1, x2, x3, opt) {
|
|
258
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
259
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
260
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
261
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
262
|
-
|
|
263
|
-
if (opt.polygons_full) {
|
|
264
|
-
cell.edges.tr = {
|
|
265
|
-
path: [ [topright, 1], [0, leftbottom] ],
|
|
266
|
-
move: {
|
|
267
|
-
x: -1,
|
|
268
|
-
y: 0,
|
|
269
|
-
enter: 'rb'
|
|
270
|
-
}
|
|
271
|
-
};
|
|
272
|
-
cell.edges.lt = {
|
|
273
|
-
path: [ [0, lefttop], [topleft, 1] ],
|
|
274
|
-
move: {
|
|
275
|
-
x: 0,
|
|
276
|
-
y: 1,
|
|
277
|
-
enter: 'bl'
|
|
278
|
-
}
|
|
279
|
-
};
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
if (opt.polygons)
|
|
283
|
-
cell.polygons.push([ [topright, 1], [0, leftbottom], [0, lefttop], [topleft, 1] ]);
|
|
284
|
-
},
|
|
285
|
-
|
|
286
|
-
tetragon_lr: function(cell, x0, x1, x2, x3, opt) {
|
|
287
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
288
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
289
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
290
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
291
|
-
|
|
292
|
-
if (opt.polygons_full) {
|
|
293
|
-
cell.edges.lt = {
|
|
294
|
-
path: [ [0, lefttop], [1, righttop] ],
|
|
295
|
-
move: {
|
|
296
|
-
x: 1,
|
|
297
|
-
y: 0,
|
|
298
|
-
enter: 'lt'
|
|
299
|
-
}
|
|
300
|
-
};
|
|
301
|
-
cell.edges.rb = {
|
|
302
|
-
path: [ [1, rightbottom], [0, leftbottom] ],
|
|
303
|
-
move: {
|
|
304
|
-
x: -1,
|
|
305
|
-
y: 0,
|
|
306
|
-
enter: 'rb'
|
|
307
|
-
}
|
|
308
|
-
};
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
if (opt.polygons)
|
|
312
|
-
cell.polygons.push([ [0, leftbottom], [0, lefttop], [1, righttop], [1, rightbottom] ]);
|
|
313
|
-
},
|
|
314
|
-
|
|
315
|
-
tetragon_tb: function(cell, x0, x1, x2, x3, opt) {
|
|
316
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
317
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
318
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
319
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
320
|
-
|
|
321
|
-
if (opt.polygons_full) {
|
|
322
|
-
cell.edges.tr = {
|
|
323
|
-
path: [ [topright, 1], [bottomright, 0] ],
|
|
324
|
-
move: {
|
|
325
|
-
x: 0,
|
|
326
|
-
y: -1,
|
|
327
|
-
enter: 'tr'
|
|
328
|
-
}
|
|
329
|
-
};
|
|
330
|
-
cell.edges.bl = {
|
|
331
|
-
path: [ [bottomleft, 0], [topleft, 1] ],
|
|
332
|
-
move: {
|
|
333
|
-
x: 0,
|
|
334
|
-
y: 1,
|
|
335
|
-
enter: 'bl'
|
|
336
|
-
}
|
|
337
|
-
};
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
if (opt.polygons)
|
|
341
|
-
cell.polygons.push([ [bottomleft, 0], [topleft, 1], [topright, 1], [bottomright, 0] ]);
|
|
342
|
-
},
|
|
343
|
-
|
|
344
|
-
pentagon_tr: function(cell, x0, x1, x2, x3, opt) {
|
|
345
|
-
var topleft = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
346
|
-
var rightbottom = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
347
|
-
|
|
348
|
-
if (opt.polygons_full) {
|
|
349
|
-
cell.edges.tl = {
|
|
350
|
-
path: [[topleft, 1], [1, rightbottom]],
|
|
351
|
-
move: {
|
|
352
|
-
x: 1,
|
|
353
|
-
y: 0,
|
|
354
|
-
enter: 'lb'
|
|
355
|
-
}
|
|
356
|
-
};
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
if (opt.polygons)
|
|
360
|
-
cell.polygons.push([ [0, 0], [0, 1], [topleft, 1], [1, rightbottom], [1, 0] ]);
|
|
361
|
-
},
|
|
362
|
-
|
|
363
|
-
pentagon_tl: function(cell, x0, x1, x2, x3, opt) {
|
|
364
|
-
var leftbottom = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
365
|
-
var topright = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
366
|
-
|
|
367
|
-
if (opt.polygons_full) {
|
|
368
|
-
cell.edges.lb = {
|
|
369
|
-
path: [ [0, leftbottom], [topright, 1] ],
|
|
370
|
-
move: {
|
|
371
|
-
x: 0,
|
|
372
|
-
y: 1,
|
|
373
|
-
enter: 'br'
|
|
374
|
-
}
|
|
375
|
-
};
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
if (opt.polygons)
|
|
379
|
-
cell.polygons.push([ [0, 0], [0, leftbottom], [topright, 1], [1, 1], [1, 0] ]);
|
|
380
|
-
},
|
|
381
|
-
|
|
382
|
-
pentagon_br: function(cell, x0, x1, x2, x3, opt) {
|
|
383
|
-
var bottomleft = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
384
|
-
var righttop = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
385
|
-
|
|
386
|
-
if (opt.polygons_full) {
|
|
387
|
-
cell.edges.rt = {
|
|
388
|
-
path: [ [1, righttop], [bottomleft, 0] ],
|
|
389
|
-
move: {
|
|
390
|
-
x: 0,
|
|
391
|
-
y: -1,
|
|
392
|
-
enter: 'tl'
|
|
393
|
-
}
|
|
394
|
-
};
|
|
395
|
-
}
|
|
396
|
-
if (opt.polygons)
|
|
397
|
-
cell.polygons.push([ [0, 0], [0, 1], [1, 1], [1, righttop], [bottomleft, 0] ]);
|
|
398
|
-
},
|
|
399
|
-
|
|
400
|
-
pentagon_bl: function(cell, x0, x1, x2, x3, opt) {
|
|
401
|
-
var lefttop = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
402
|
-
var bottomright = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
403
|
-
|
|
404
|
-
if (opt.polygons_full) {
|
|
405
|
-
cell.edges.br = {
|
|
406
|
-
path: [ [bottomright, 0], [0, lefttop] ],
|
|
407
|
-
move: {
|
|
408
|
-
x: -1,
|
|
409
|
-
y: 0,
|
|
410
|
-
enter: 'rt'
|
|
411
|
-
}
|
|
412
|
-
};
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
if (opt.polygons)
|
|
416
|
-
cell.polygons.push([ [0, lefttop], [0, 1], [1, 1], [1, 0], [bottomright, 0] ]);
|
|
417
|
-
},
|
|
418
|
-
|
|
419
|
-
pentagon_tr_rl: function(cell, x0, x1, x2, x3, opt) {
|
|
420
|
-
var lefttop = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
421
|
-
var topleft = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
422
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
423
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
424
|
-
|
|
425
|
-
if (opt.polygons_full) {
|
|
426
|
-
cell.edges.tl = {
|
|
427
|
-
path: [ [topleft, 1], [1, righttop] ],
|
|
428
|
-
move: {
|
|
429
|
-
x: 1,
|
|
430
|
-
y: 0,
|
|
431
|
-
enter: 'lt'
|
|
432
|
-
}
|
|
433
|
-
};
|
|
434
|
-
cell.edges.rb = {
|
|
435
|
-
path: [ [1, rightbottom], [0, lefttop] ],
|
|
436
|
-
move: {
|
|
437
|
-
x: -1,
|
|
438
|
-
y: 0,
|
|
439
|
-
enter: 'rt'
|
|
440
|
-
}
|
|
441
|
-
};
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
if (opt.polygons)
|
|
445
|
-
cell.polygons.push([ [0, lefttop], [0, 1], [topleft, 1], [1, righttop], [1, rightbottom] ]);
|
|
446
|
-
},
|
|
447
|
-
|
|
448
|
-
pentagon_rb_bt: function(cell, x0, x1, x2, x3, opt) {
|
|
449
|
-
var righttop = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
450
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
451
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
452
|
-
var topright = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
453
|
-
|
|
454
|
-
if (opt.polygons_full) {
|
|
455
|
-
cell.edges.rt = {
|
|
456
|
-
path: [ [1, righttop], [bottomright, 0] ],
|
|
457
|
-
move: {
|
|
458
|
-
x: 0,
|
|
459
|
-
y: -1,
|
|
460
|
-
enter: 'tr'
|
|
461
|
-
}
|
|
462
|
-
};
|
|
463
|
-
cell.edges.bl = {
|
|
464
|
-
path: [ [bottomleft, 0], [topright, 1] ],
|
|
465
|
-
move: {
|
|
466
|
-
x: 0,
|
|
467
|
-
y: 1,
|
|
468
|
-
enter: 'br'
|
|
469
|
-
}
|
|
470
|
-
};
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
if (opt.polygons)
|
|
474
|
-
cell.polygons.push([ [topright, 1], [1, 1], [1, righttop], [bottomright, 0], [bottomleft, 0] ]);
|
|
475
|
-
},
|
|
476
|
-
|
|
477
|
-
pentagon_bl_lr: function(cell, x0, x1, x2, x3, opt) {
|
|
478
|
-
var bottomright = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
479
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
480
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
481
|
-
var rightbottom = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
482
|
-
|
|
483
|
-
if (opt.polygons_full) {
|
|
484
|
-
cell.edges.br = {
|
|
485
|
-
path: [ [bottomright, 0], [0, leftbottom] ],
|
|
486
|
-
move: {
|
|
487
|
-
x: -1,
|
|
488
|
-
y: 0,
|
|
489
|
-
enter: 'rb'
|
|
490
|
-
}
|
|
491
|
-
};
|
|
492
|
-
cell.edges.lt = {
|
|
493
|
-
path: [ [0, lefttop], [1, rightbottom] ],
|
|
494
|
-
move: {
|
|
495
|
-
x: 1,
|
|
496
|
-
y: 0,
|
|
497
|
-
enter: 'lb'
|
|
498
|
-
}
|
|
499
|
-
};
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
if (opt.polygons)
|
|
503
|
-
cell.polygons.push([ [bottomright, 0], [0, leftbottom], [0, lefttop], [1, rightbottom], [1, 0] ]);
|
|
504
|
-
},
|
|
505
|
-
|
|
506
|
-
pentagon_lt_tb: function(cell, x0, x1, x2, x3, opt) {
|
|
507
|
-
var leftbottom = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
508
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
509
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
510
|
-
var bottomleft = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
511
|
-
|
|
512
|
-
if (opt.polygons_full) {
|
|
513
|
-
cell.edges.lb = {
|
|
514
|
-
path: [ [0, leftbottom], [topleft, 1] ],
|
|
515
|
-
move: {
|
|
516
|
-
x: 0,
|
|
517
|
-
y: 1,
|
|
518
|
-
enter: 'bl'
|
|
519
|
-
}
|
|
520
|
-
};
|
|
521
|
-
cell.edges.tr = {
|
|
522
|
-
path: [ [topright, 1], [bottomleft, 0] ],
|
|
523
|
-
move: {
|
|
524
|
-
x: 0,
|
|
525
|
-
y: -1,
|
|
526
|
-
enter: 'tl'
|
|
527
|
-
}
|
|
528
|
-
};
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
if (opt.polygons)
|
|
532
|
-
cell.polygons.push([ [0, 0], [0, leftbottom], [topleft, 1], [topright, 1], [bottomleft, 0] ]);
|
|
533
|
-
},
|
|
534
|
-
|
|
535
|
-
pentagon_bl_tb: function(cell, x0, x1, x2, x3, opt) {
|
|
536
|
-
var lefttop = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
537
|
-
var topleft = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
538
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
539
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
540
|
-
|
|
541
|
-
if (opt.polygons_full) {
|
|
542
|
-
cell.edges.bl = {
|
|
543
|
-
path: [ [bottomleft, 0], [0, lefttop] ],
|
|
544
|
-
move: {
|
|
545
|
-
x: -1,
|
|
546
|
-
y: 0,
|
|
547
|
-
enter: 'rt'
|
|
548
|
-
}
|
|
549
|
-
};
|
|
550
|
-
cell.edges.tl = {
|
|
551
|
-
path: [ [ topleft, 1], [bottomright, 0] ],
|
|
552
|
-
move: {
|
|
553
|
-
x: 0,
|
|
554
|
-
y: -1,
|
|
555
|
-
enter: 'tr'
|
|
556
|
-
}
|
|
557
|
-
};
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
if (opt.polygons)
|
|
561
|
-
cell.polygons.push([ [0, lefttop], [0, 1], [topleft, 1], [bottomright, 0], [bottomleft, 0] ]);
|
|
562
|
-
},
|
|
563
|
-
|
|
564
|
-
pentagon_lt_rl: function(cell, x0, x1, x2, x3, opt) {
|
|
565
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
566
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
567
|
-
var topright = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
568
|
-
var righttop = opt.interpolate(x1, x3, opt.minV, opt.maxV);
|
|
569
|
-
|
|
570
|
-
if (opt.polygons_full) {
|
|
571
|
-
cell.edges.lt = {
|
|
572
|
-
path: [ [0, lefttop], [topright, 1] ],
|
|
573
|
-
move: {
|
|
574
|
-
x: 0,
|
|
575
|
-
y: 1,
|
|
576
|
-
enter: 'br'
|
|
577
|
-
}
|
|
578
|
-
};
|
|
579
|
-
cell.edges.rt = {
|
|
580
|
-
path: [ [1, righttop], [0, leftbottom] ],
|
|
581
|
-
move: {
|
|
582
|
-
x: -1,
|
|
583
|
-
y: 0,
|
|
584
|
-
enter: 'rb'
|
|
585
|
-
}
|
|
586
|
-
};
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
if (opt.polygons)
|
|
590
|
-
cell.polygons.push([ [0, leftbottom], [0, lefttop], [topright, 1], [1, 1], [1, righttop] ]);
|
|
591
|
-
},
|
|
592
|
-
|
|
593
|
-
pentagon_tr_bt: function(cell, x0, x1, x2, x3, opt) {
|
|
594
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
595
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
596
|
-
var rightbottom = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
597
|
-
var bottomright = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
598
|
-
|
|
599
|
-
if (opt.polygons_full) {
|
|
600
|
-
cell.edges.br = {
|
|
601
|
-
path: [ [bottomright, 0], [topleft, 1] ],
|
|
602
|
-
move: {
|
|
603
|
-
x: 0,
|
|
604
|
-
y: 1,
|
|
605
|
-
enter: 'bl'
|
|
606
|
-
}
|
|
607
|
-
};
|
|
608
|
-
cell.edges.tr = {
|
|
609
|
-
path: [ [topright, 1], [1, rightbottom] ],
|
|
610
|
-
move: {
|
|
611
|
-
x: 1,
|
|
612
|
-
y: 0,
|
|
613
|
-
enter: 'lb'
|
|
614
|
-
}
|
|
615
|
-
};
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
if (opt.polygons)
|
|
619
|
-
cell.polygons.push([ [topleft, 1], [topright, 1], [1, rightbottom], [1, 0], [bottomright, 0] ]);
|
|
620
|
-
},
|
|
621
|
-
|
|
622
|
-
pentagon_rb_lr: function(cell, x0, x1, x2, x3, opt) {
|
|
623
|
-
var leftbottom = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
624
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
625
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
626
|
-
var bottomleft = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
627
|
-
|
|
628
|
-
if (opt.polygons_full) {
|
|
629
|
-
cell.edges.lb = {
|
|
630
|
-
path: [ [0, leftbottom], [1, righttop] ],
|
|
631
|
-
move: {
|
|
632
|
-
x: 1,
|
|
633
|
-
y: 0,
|
|
634
|
-
enter: 'lt'
|
|
635
|
-
}
|
|
636
|
-
};
|
|
637
|
-
cell.edges.rb = {
|
|
638
|
-
path: [ [1, rightbottom], [bottomleft, 0] ],
|
|
639
|
-
move: {
|
|
640
|
-
x: 0,
|
|
641
|
-
y: -1,
|
|
642
|
-
enter: 'tl'
|
|
643
|
-
}
|
|
644
|
-
};
|
|
645
|
-
}
|
|
646
|
-
if (opt.polygons)
|
|
647
|
-
cell.polygons.push([ [0, 0], [0, leftbottom], [1, righttop], [1, rightbottom], [bottomleft, 0] ]);
|
|
648
|
-
},
|
|
649
|
-
|
|
650
|
-
hexagon_lt_tr: function(cell, x0, x1, x2, x3, opt) {
|
|
651
|
-
var leftbottom = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
652
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
653
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
654
|
-
var rightbottom = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
655
|
-
|
|
656
|
-
if (opt.polygons_full) {
|
|
657
|
-
cell.edges.lb = {
|
|
658
|
-
path: [ [0, leftbottom], [topleft, 1] ],
|
|
659
|
-
move: {
|
|
660
|
-
x: 0,
|
|
661
|
-
y: 1,
|
|
662
|
-
enter: 'bl'
|
|
663
|
-
}
|
|
664
|
-
};
|
|
665
|
-
cell.edges.tr = {
|
|
666
|
-
path: [ [topright, 1], [1, rightbottom] ],
|
|
667
|
-
move: {
|
|
668
|
-
x: 1,
|
|
669
|
-
y: 0,
|
|
670
|
-
enter: 'lb'
|
|
671
|
-
}
|
|
672
|
-
};
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
if (opt.polygons)
|
|
676
|
-
cell.polygons.push([ [0, 0], [0, leftbottom], [topleft, 1], [topright, 1], [1, rightbottom], [1, 0] ]);
|
|
677
|
-
},
|
|
678
|
-
|
|
679
|
-
hexagon_bl_lt: function(cell, x0, x1, x2, x3, opt) {
|
|
680
|
-
var bottomright = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
681
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
682
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
683
|
-
var topright = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
684
|
-
|
|
685
|
-
if (opt.polygons_full) {
|
|
686
|
-
cell.edges.br = {
|
|
687
|
-
path: [ [bottomright, 0], [0, leftbottom] ],
|
|
688
|
-
move: {
|
|
689
|
-
x: -1,
|
|
690
|
-
y: 0,
|
|
691
|
-
enter: 'rb'
|
|
692
|
-
}
|
|
693
|
-
};
|
|
694
|
-
cell.edges.lt = {
|
|
695
|
-
path: [ [0, lefttop], [topright, 1] ],
|
|
696
|
-
move: {
|
|
697
|
-
x: 0,
|
|
698
|
-
y: 1,
|
|
699
|
-
enter: 'br'
|
|
700
|
-
}
|
|
701
|
-
};
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
if (opt.polygons)
|
|
705
|
-
cell.polygons.push([ [bottomright, 0], [0, leftbottom], [0, lefttop], [topright, 1], [1, 1], [1, 0] ]);
|
|
706
|
-
},
|
|
707
|
-
|
|
708
|
-
hexagon_bl_rb: function(cell, x0, x1, x2, x3, opt) {
|
|
709
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
710
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
711
|
-
var lefttop = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
712
|
-
var righttop = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
713
|
-
|
|
714
|
-
if (opt.polygons_full) {
|
|
715
|
-
cell.edges.bl = {
|
|
716
|
-
path: [ [bottomleft, 0], [0, lefttop] ],
|
|
717
|
-
move: {
|
|
718
|
-
x: -1,
|
|
719
|
-
y: 0,
|
|
720
|
-
enter: 'rt'
|
|
721
|
-
}
|
|
722
|
-
};
|
|
723
|
-
cell.edges.rt = {
|
|
724
|
-
path: [ [1, righttop], [bottomright, 0] ],
|
|
725
|
-
move: {
|
|
726
|
-
x: 0,
|
|
727
|
-
y: -1,
|
|
728
|
-
enter: 'tr'
|
|
729
|
-
}
|
|
730
|
-
};
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
if (opt.polygons)
|
|
734
|
-
cell.polygons.push([ [bottomleft, 0], [0, lefttop], [0, 1], [1, 1], [1, righttop], [bottomright, 0] ]);
|
|
735
|
-
},
|
|
736
|
-
|
|
737
|
-
hexagon_tr_rb: function(cell, x0, x1, x2, x3, opt) {
|
|
738
|
-
var bottomleft = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
739
|
-
var topleft = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
740
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
741
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
742
|
-
|
|
743
|
-
if (opt.polygons_full) {
|
|
744
|
-
cell.edges.tl = {
|
|
745
|
-
path: [ [topleft, 1], [1, righttop] ],
|
|
746
|
-
move: {
|
|
747
|
-
x: 1,
|
|
748
|
-
y: 0,
|
|
749
|
-
enter: 'lt'
|
|
750
|
-
}
|
|
751
|
-
};
|
|
752
|
-
cell.edges.rb = {
|
|
753
|
-
path: [ [1, rightbottom], [bottomleft, 0] ],
|
|
754
|
-
move: {
|
|
755
|
-
x: 0,
|
|
756
|
-
y: -1,
|
|
757
|
-
enter: 'tl'
|
|
758
|
-
}
|
|
759
|
-
};
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
if (opt.polygons)
|
|
763
|
-
cell.polygons.push([ [0, 0], [0, 1], [topleft, 1], [1, righttop], [1, rightbottom], [bottomleft, 0] ]);
|
|
764
|
-
},
|
|
765
|
-
|
|
766
|
-
hexagon_lt_rb: function(cell, x0, x1, x2, x3, opt) {
|
|
767
|
-
var leftbottom = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
768
|
-
var topright = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
769
|
-
var righttop = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
770
|
-
var bottomleft = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
771
|
-
|
|
772
|
-
if (opt.polygons_full) {
|
|
773
|
-
cell.edges.lb = {
|
|
774
|
-
path: [ [0, leftbottom], [topright, 1] ],
|
|
775
|
-
move: {
|
|
776
|
-
x: 0,
|
|
777
|
-
y: 1,
|
|
778
|
-
enter: 'br'
|
|
779
|
-
}
|
|
780
|
-
};
|
|
781
|
-
cell.edges.rt = {
|
|
782
|
-
path: [ [1, righttop], [bottomleft, 0] ],
|
|
783
|
-
move: {
|
|
784
|
-
x: 0,
|
|
785
|
-
y: -1,
|
|
786
|
-
enter: 'tl'
|
|
787
|
-
}
|
|
788
|
-
};
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
if (opt.polygons)
|
|
792
|
-
cell.polygons.push([ [0, 0], [0, leftbottom], [topright, 1], [1, 1], [1, righttop], [bottomleft, 0] ]);
|
|
793
|
-
},
|
|
794
|
-
|
|
795
|
-
hexagon_bl_tr: function(cell, x0, x1, x2, x3, opt) {
|
|
796
|
-
var bottomright = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
797
|
-
var lefttop = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
798
|
-
var topleft = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
799
|
-
var rightbottom = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
800
|
-
|
|
801
|
-
if (opt.polygons_full) {
|
|
802
|
-
cell.edges.br = {
|
|
803
|
-
path: [ [bottomright, 0], [0, lefttop] ],
|
|
804
|
-
move: {
|
|
805
|
-
x: -1,
|
|
806
|
-
y: 0,
|
|
807
|
-
enter: 'rt'
|
|
808
|
-
}
|
|
809
|
-
};
|
|
810
|
-
cell.edges.tl = {
|
|
811
|
-
path: [ [topleft, 1], [1, rightbottom] ],
|
|
812
|
-
move: {
|
|
813
|
-
x: 1,
|
|
814
|
-
y: 0,
|
|
815
|
-
enter: 'lb'
|
|
816
|
-
}
|
|
817
|
-
};
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
if (opt.polygons)
|
|
821
|
-
cell.polygons.push([ [bottomright, 0], [0, lefttop], [0, 1], [topleft, 1], [1, rightbottom], [1, 0] ]);
|
|
822
|
-
},
|
|
823
|
-
|
|
824
|
-
heptagon_tr: function(cell, x0, x1, x2, x3, opt) {
|
|
825
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
826
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
827
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
828
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
829
|
-
var topright = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
830
|
-
var righttop = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
831
|
-
|
|
832
|
-
if (opt.polygons_full) {
|
|
833
|
-
cell.edges.bl = {
|
|
834
|
-
path: [ [bottomleft, 0], [0, leftbottom] ],
|
|
835
|
-
move: {
|
|
836
|
-
x: -1,
|
|
837
|
-
y: 0,
|
|
838
|
-
enter: 'rb'
|
|
839
|
-
}
|
|
840
|
-
};
|
|
841
|
-
cell.edges.lt = {
|
|
842
|
-
path: [ [0, lefttop], [topright, 1] ],
|
|
843
|
-
move: {
|
|
844
|
-
x: 0,
|
|
845
|
-
y: 1,
|
|
846
|
-
enter: 'br'
|
|
847
|
-
}
|
|
848
|
-
};
|
|
849
|
-
cell.edges.rt = {
|
|
850
|
-
path: [ [1, righttop], [bottomright, 0] ],
|
|
851
|
-
move: {
|
|
852
|
-
x: 0,
|
|
853
|
-
y: -1,
|
|
854
|
-
enter: 'tr'
|
|
855
|
-
}
|
|
856
|
-
};
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
if (opt.polygons)
|
|
860
|
-
cell.polygons.push([ [bottomleft, 0], [0, leftbottom], [0, lefttop], [topright, 1], [1, 1], [1, righttop], [bottomright, 0] ]);
|
|
861
|
-
},
|
|
862
|
-
|
|
863
|
-
heptagon_bl: function(cell, x0, x1, x2, x3, opt) {
|
|
864
|
-
var bottomleft = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
865
|
-
var leftbottom = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
866
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
867
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
868
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
869
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
870
|
-
|
|
871
|
-
if (opt.polygons_full) {
|
|
872
|
-
cell.edges.lb = {
|
|
873
|
-
path: [ [0, leftbottom], [topleft, 1] ],
|
|
874
|
-
move: {
|
|
875
|
-
x: 0,
|
|
876
|
-
y: 1,
|
|
877
|
-
enter: 'bl'
|
|
878
|
-
}
|
|
879
|
-
};
|
|
880
|
-
cell.edges.tr = {
|
|
881
|
-
path: [ [topright, 1], [1, righttop] ],
|
|
882
|
-
move: {
|
|
883
|
-
x: 1,
|
|
884
|
-
y: 0,
|
|
885
|
-
enter: 'lt'
|
|
886
|
-
}
|
|
887
|
-
};
|
|
888
|
-
cell.edges.rb = {
|
|
889
|
-
path: [ [1, rightbottom], [bottomleft, 0] ],
|
|
890
|
-
move: {
|
|
891
|
-
x: 0,
|
|
892
|
-
y: -1,
|
|
893
|
-
enter: 'tl'
|
|
894
|
-
}
|
|
895
|
-
};
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
if (opt.polygons)
|
|
899
|
-
cell.polygons.push([ [0, 0], [0, leftbottom], [topleft, 1], [topright, 1], [1, righttop], [1, rightbottom], [bottomleft, 0] ]);
|
|
900
|
-
},
|
|
901
|
-
|
|
902
|
-
heptagon_tl: function(cell, x0, x1, x2, x3, opt) {
|
|
903
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
904
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
905
|
-
var lefttop = opt.interpolate(x0, x3, opt.minV, opt.maxV);
|
|
906
|
-
var topleft = opt.interpolate(x3, x2, opt.minV, opt.maxV);
|
|
907
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
908
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
909
|
-
|
|
910
|
-
if (opt.polygons_full) {
|
|
911
|
-
cell.edges.bl = {
|
|
912
|
-
path: [ [bottomleft, 0], [0, lefttop] ],
|
|
913
|
-
move: {
|
|
914
|
-
x: -1,
|
|
915
|
-
y: 0,
|
|
916
|
-
enter: 'rt'
|
|
917
|
-
}
|
|
918
|
-
};
|
|
919
|
-
cell.edges.tl = {
|
|
920
|
-
path: [ [topleft, 1], [1, righttop] ],
|
|
921
|
-
move: {
|
|
922
|
-
x: 1,
|
|
923
|
-
y: 0,
|
|
924
|
-
enter: 'lt'
|
|
925
|
-
}
|
|
926
|
-
};
|
|
927
|
-
cell.edges.rb = {
|
|
928
|
-
path: [ [1, rightbottom], [bottomright, 0] ],
|
|
929
|
-
move: {
|
|
930
|
-
x: 0,
|
|
931
|
-
y: -1,
|
|
932
|
-
enter: 'tr'
|
|
933
|
-
}
|
|
934
|
-
};
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
if (opt.polygons)
|
|
938
|
-
cell.polygons.push([ [bottomleft, 0], [0, lefttop], [0, 1], [topleft, 1], [1, righttop], [1, rightbottom], [bottomright, 0] ]);
|
|
939
|
-
},
|
|
940
|
-
|
|
941
|
-
heptagon_br: function(cell, x0, x1, x2, x3, opt) {
|
|
942
|
-
var bottomright = opt.interpolate(x0, x1, opt.minV, opt.maxV);
|
|
943
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
944
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
945
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
946
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
947
|
-
var rightbottom = opt.interpolate(x1, x2, opt.minV, opt.maxV);
|
|
948
|
-
|
|
949
|
-
if (opt.polygons_full) {
|
|
950
|
-
cell.edges.br = {
|
|
951
|
-
path: [ [bottomright, 0], [0, leftbottom] ],
|
|
952
|
-
move: {
|
|
953
|
-
x: -1,
|
|
954
|
-
y: 0,
|
|
955
|
-
enter: 'rb'
|
|
956
|
-
}
|
|
957
|
-
};
|
|
958
|
-
cell.edges.lt = {
|
|
959
|
-
path: [ [0, lefttop], [topleft, 1] ],
|
|
960
|
-
move: {
|
|
961
|
-
x: 0,
|
|
962
|
-
y: 1,
|
|
963
|
-
enter: 'bl'
|
|
964
|
-
}
|
|
965
|
-
};
|
|
966
|
-
cell.edges.tr = {
|
|
967
|
-
path: [ [topright, 1], [1, rightbottom] ],
|
|
968
|
-
move: {
|
|
969
|
-
x: 1,
|
|
970
|
-
y: 0,
|
|
971
|
-
enter: 'lb'
|
|
972
|
-
}
|
|
973
|
-
};
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
if (opt.polygons)
|
|
977
|
-
cell.polygons.push([ [bottomright,0], [0, leftbottom], [0, lefttop], [topleft, 1], [topright, 1], [1, rightbottom], [1, 0] ]);
|
|
978
|
-
},
|
|
979
|
-
|
|
980
|
-
octagon: function(cell, x0, x1, x2, x3, opt) {
|
|
981
|
-
var bottomleft = opt.interpolate_a(x0, x1, opt.minV, opt.maxV);
|
|
982
|
-
var bottomright = opt.interpolate_b(x0, x1, opt.minV, opt.maxV);
|
|
983
|
-
var leftbottom = opt.interpolate_a(x0, x3, opt.minV, opt.maxV);
|
|
984
|
-
var lefttop = opt.interpolate_b(x0, x3, opt.minV, opt.maxV);
|
|
985
|
-
var topleft = opt.interpolate_a(x3, x2, opt.minV, opt.maxV);
|
|
986
|
-
var topright = opt.interpolate_b(x3, x2, opt.minV, opt.maxV);
|
|
987
|
-
var righttop = opt.interpolate_b(x1, x2, opt.minV, opt.maxV);
|
|
988
|
-
var rightbottom = opt.interpolate_a(x1, x2, opt.minV, opt.maxV);
|
|
989
|
-
|
|
990
|
-
if (opt.polygons_full) {
|
|
991
|
-
cell.edges.bl = {
|
|
992
|
-
path: [ [bottomleft, 0], [0, leftbottom] ],
|
|
993
|
-
move: {
|
|
994
|
-
x: -1,
|
|
995
|
-
y: 0,
|
|
996
|
-
enter: 'rb'
|
|
997
|
-
}
|
|
998
|
-
};
|
|
999
|
-
cell.edges.lt = {
|
|
1000
|
-
path: [ [0, lefttop], [topleft, 1] ],
|
|
1001
|
-
move: {
|
|
1002
|
-
x: 0,
|
|
1003
|
-
y: 1,
|
|
1004
|
-
enter: 'bl'
|
|
1005
|
-
}
|
|
1006
|
-
};
|
|
1007
|
-
cell.edges.tr = {
|
|
1008
|
-
path: [ [topright, 1], [1, righttop] ],
|
|
1009
|
-
move: {
|
|
1010
|
-
x: 1,
|
|
1011
|
-
y: 0,
|
|
1012
|
-
enter: 'lt'
|
|
1013
|
-
}
|
|
1014
|
-
};
|
|
1015
|
-
cell.edges.rb = {
|
|
1016
|
-
path: [ [1, rightbottom], [bottomright, 0] ],
|
|
1017
|
-
move: {
|
|
1018
|
-
x: 0,
|
|
1019
|
-
y: -1,
|
|
1020
|
-
enter: 'tr'
|
|
1021
|
-
}
|
|
1022
|
-
};
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
if (opt.polygons)
|
|
1026
|
-
cell.polygons.push([ [bottomleft, 0], [0, leftbottom], [0, lefttop], [topleft, 1], [topright, 1], [1, righttop], [1, rightbottom], [bottomright, 0] ]);
|
|
1027
|
-
}
|
|
1028
|
-
};
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
/*
|
|
1032
|
-
* Compute isobands(s) for a scalar 2D field given a certain
|
|
1033
|
-
* threshold and a bandwidth by applying the Marching Squares
|
|
1034
|
-
* Algorithm. The function returns a list of path coordinates
|
|
1035
|
-
* either for individual polygons within each grid cell, or the
|
|
1036
|
-
* outline of connected polygons.
|
|
1037
|
-
*/
|
|
1038
|
-
function isoBands(input, minV, bandWidth, options) {
|
|
1039
|
-
var i,
|
|
1040
|
-
j,
|
|
1041
|
-
settings,
|
|
1042
|
-
useQuadTree = false,
|
|
1043
|
-
tree = null,
|
|
1044
|
-
root = null,
|
|
1045
|
-
data = null,
|
|
1046
|
-
cellGrid = null,
|
|
1047
|
-
multiBand = false,
|
|
1048
|
-
bw = [],
|
|
1049
|
-
bandPolygons = [],
|
|
1050
|
-
ret = [];
|
|
1051
|
-
|
|
1052
|
-
/* basic input validation */
|
|
1053
|
-
if (!input) throw new Error('data is required');
|
|
1054
|
-
if (minV === undefined || minV === null) throw new Error('lowerBound is required');
|
|
1055
|
-
if (bandWidth === undefined || bandWidth === null) throw new Error('bandWidth is required');
|
|
1056
|
-
if ((!!options) && (typeof options !== 'object')) throw new Error('options must be an object');
|
|
1057
|
-
|
|
1058
|
-
settings = isoBandOptions(options);
|
|
1059
|
-
|
|
1060
|
-
/* check for input data */
|
|
1061
|
-
if (input instanceof QuadTree) {
|
|
1062
|
-
tree = input;
|
|
1063
|
-
root = input.root;
|
|
1064
|
-
data = input.data;
|
|
1065
|
-
if (!settings.noQuadTree)
|
|
1066
|
-
useQuadTree = true;
|
|
1067
|
-
} else if (Array.isArray(input) && Array.isArray(input[0])) {
|
|
1068
|
-
data = input;
|
|
1069
|
-
} else {
|
|
1070
|
-
throw new Error('input is neither array of arrays nor object retrieved from \'QuadTree()\'');
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
/* check and prepare input thresholds */
|
|
1074
|
-
if (Array.isArray(minV)) {
|
|
1075
|
-
multiBand = true;
|
|
1076
|
-
|
|
1077
|
-
/* activate QuadTree optimization if not explicitly forbidden by user settings */
|
|
1078
|
-
if (!settings.noQuadTree)
|
|
1079
|
-
useQuadTree = true;
|
|
1080
|
-
|
|
1081
|
-
/* check if all minV are numbers */
|
|
1082
|
-
for (i = 0; i < minV.length; i++)
|
|
1083
|
-
if (isNaN(+minV[i]))
|
|
1084
|
-
throw new Error('lowerBound[' + i + '] is not a number');
|
|
1085
|
-
|
|
1086
|
-
if (Array.isArray(bandWidth)) {
|
|
1087
|
-
if (minV.length !== bandWidth.length)
|
|
1088
|
-
throw new Error('lowerBound and bandWidth have unequal lengths');
|
|
1089
|
-
|
|
1090
|
-
/* check bandwidth values */
|
|
1091
|
-
for (i = 0; i < bandWidth.length; i++)
|
|
1092
|
-
if (isNaN(+bandWidth[i]))
|
|
1093
|
-
throw new Error('bandWidth[' + i + '] is not a number');
|
|
1094
|
-
} else {
|
|
1095
|
-
if (isNaN(+bandWidth))
|
|
1096
|
-
throw new Error('bandWidth must be a number');
|
|
1097
|
-
|
|
1098
|
-
bw = [];
|
|
1099
|
-
for (i = 0; i < minV.length; i++) {
|
|
1100
|
-
bw.push(bandWidth);
|
|
1101
|
-
}
|
|
1102
|
-
bandWidth = bw;
|
|
1103
|
-
}
|
|
1104
|
-
} else {
|
|
1105
|
-
if (isNaN(+minV))
|
|
1106
|
-
throw new Error('lowerBound must be a number');
|
|
1107
|
-
|
|
1108
|
-
minV = [ minV ];
|
|
1109
|
-
|
|
1110
|
-
if (isNaN(+bandWidth))
|
|
1111
|
-
throw new Error('bandWidth must be a number');
|
|
1112
|
-
|
|
1113
|
-
bandWidth = [ bandWidth ];
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
/* create QuadTree root node if not already present */
|
|
1117
|
-
if ((useQuadTree) && (!root)) {
|
|
1118
|
-
tree = new QuadTree(data);
|
|
1119
|
-
root = tree.root;
|
|
1120
|
-
data = tree.data;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
if (settings.verbose) {
|
|
1124
|
-
if(settings.polygons)
|
|
1125
|
-
console.log('MarchingSquaresJS-isoBands: returning single polygons for each grid cell');
|
|
1126
|
-
else
|
|
1127
|
-
console.log('MarchingSquaresJS-isoBands: returning polygon paths for entire data grid');
|
|
1128
|
-
|
|
1129
|
-
if (multiBand)
|
|
1130
|
-
console.log('MarchingSquaresJS-isoBands: multiple bands requested, returning array of band polygons instead of polygons for a single band');
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
/* Done with all input validation, now let's start computing stuff */
|
|
1134
|
-
|
|
1135
|
-
/* loop over all minV values */
|
|
1136
|
-
minV.forEach(function(lowerBound, b) {
|
|
1137
|
-
bandPolygons = [];
|
|
1138
|
-
|
|
1139
|
-
/* store bounds for current computation in settings object */
|
|
1140
|
-
settings.minV = lowerBound;
|
|
1141
|
-
settings.maxV = lowerBound + bandWidth[b];
|
|
1142
|
-
|
|
1143
|
-
if(settings.verbose)
|
|
1144
|
-
console.log('MarchingSquaresJS-isoBands: computing isobands for [' + lowerBound + ':' + (lowerBound + bandWidth[b]) + ']');
|
|
1145
|
-
|
|
1146
|
-
if (settings.polygons) {
|
|
1147
|
-
/* compose list of polygons for each single cell */
|
|
1148
|
-
if (useQuadTree) {
|
|
1149
|
-
/* go through list of cells retrieved from QuadTree */
|
|
1150
|
-
root
|
|
1151
|
-
.cellsInBand(settings.minV, settings.maxV, true)
|
|
1152
|
-
.forEach(function(c) {
|
|
1153
|
-
bandPolygons = bandPolygons.concat(
|
|
1154
|
-
cell2Polygons(
|
|
1155
|
-
prepareCell(data,
|
|
1156
|
-
c.x,
|
|
1157
|
-
c.y,
|
|
1158
|
-
settings),
|
|
1159
|
-
c.x,
|
|
1160
|
-
c.y,
|
|
1161
|
-
settings
|
|
1162
|
-
));
|
|
1163
|
-
});
|
|
1164
|
-
} else {
|
|
1165
|
-
/* go through entire array of input data */
|
|
1166
|
-
for (j = 0; j < data.length - 1; ++j) {
|
|
1167
|
-
for (i = 0; i < data[0].length - 1; ++i)
|
|
1168
|
-
bandPolygons = bandPolygons.concat(
|
|
1169
|
-
cell2Polygons(
|
|
1170
|
-
prepareCell(data,
|
|
1171
|
-
i,
|
|
1172
|
-
j,
|
|
1173
|
-
settings),
|
|
1174
|
-
i,
|
|
1175
|
-
j,
|
|
1176
|
-
settings
|
|
1177
|
-
));
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
} else {
|
|
1181
|
-
/* sparse grid of input data cells */
|
|
1182
|
-
cellGrid = [];
|
|
1183
|
-
for (i = 0; i < data[0].length - 1; ++i)
|
|
1184
|
-
cellGrid[i] = [];
|
|
1185
|
-
|
|
1186
|
-
/* compose list of polygons for entire input grid */
|
|
1187
|
-
if (useQuadTree) {
|
|
1188
|
-
/* collect the cells */
|
|
1189
|
-
root
|
|
1190
|
-
.cellsInBand(settings.minV, settings.maxV, false)
|
|
1191
|
-
.forEach(function(c) {
|
|
1192
|
-
cellGrid[c.x][c.y] = prepareCell(data,
|
|
1193
|
-
c.x,
|
|
1194
|
-
c.y,
|
|
1195
|
-
settings);
|
|
1196
|
-
});
|
|
1197
|
-
} else {
|
|
1198
|
-
/* prepare cells */
|
|
1199
|
-
for (i = 0; i < data[0].length - 1; ++i) {
|
|
1200
|
-
for (j = 0; j < data.length - 1; ++j) {
|
|
1201
|
-
cellGrid[i][j] = prepareCell(data,
|
|
1202
|
-
i,
|
|
1203
|
-
j,
|
|
1204
|
-
settings);
|
|
1205
|
-
}
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
bandPolygons = traceBandPaths(data, cellGrid, settings);
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
/* finally, add polygons to output array */
|
|
1213
|
-
if (multiBand)
|
|
1214
|
-
ret.push(bandPolygons);
|
|
1215
|
-
else
|
|
1216
|
-
ret = bandPolygons;
|
|
1217
|
-
|
|
1218
|
-
if(typeof settings.successCallback === 'function')
|
|
1219
|
-
settings.successCallback(ret, lowerBound, bandWidth[b]);
|
|
1220
|
-
});
|
|
1221
|
-
|
|
1222
|
-
return ret;
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
|
-
/*
|
|
1226
|
-
* Thats all for the public interface, below follows the actual
|
|
1227
|
-
* implementation
|
|
1228
|
-
*/
|
|
1229
|
-
|
|
1230
|
-
/*
|
|
1231
|
-
* For isoBands, each square is defined by the three states
|
|
1232
|
-
* of its corner points. However, since computers use power-2
|
|
1233
|
-
* values, we use 2bits per trit, i.e.:
|
|
1234
|
-
*
|
|
1235
|
-
* 00 ... below minV
|
|
1236
|
-
* 01 ... between minV and maxV
|
|
1237
|
-
* 10 ... above maxV
|
|
1238
|
-
*
|
|
1239
|
-
* Hence we map the 4-trit configurations as follows:
|
|
1240
|
-
*
|
|
1241
|
-
* 0000 => 0
|
|
1242
|
-
* 0001 => 1
|
|
1243
|
-
* 0002 => 2
|
|
1244
|
-
* 0010 => 4
|
|
1245
|
-
* 0011 => 5
|
|
1246
|
-
* 0012 => 6
|
|
1247
|
-
* 0020 => 8
|
|
1248
|
-
* 0021 => 9
|
|
1249
|
-
* 0022 => 10
|
|
1250
|
-
* 0100 => 16
|
|
1251
|
-
* 0101 => 17
|
|
1252
|
-
* 0102 => 18
|
|
1253
|
-
* 0110 => 20
|
|
1254
|
-
* 0111 => 21
|
|
1255
|
-
* 0112 => 22
|
|
1256
|
-
* 0120 => 24
|
|
1257
|
-
* 0121 => 25
|
|
1258
|
-
* 0122 => 26
|
|
1259
|
-
* 0200 => 32
|
|
1260
|
-
* 0201 => 33
|
|
1261
|
-
* 0202 => 34
|
|
1262
|
-
* 0210 => 36
|
|
1263
|
-
* 0211 => 37
|
|
1264
|
-
* 0212 => 38
|
|
1265
|
-
* 0220 => 40
|
|
1266
|
-
* 0221 => 41
|
|
1267
|
-
* 0222 => 42
|
|
1268
|
-
* 1000 => 64
|
|
1269
|
-
* 1001 => 65
|
|
1270
|
-
* 1002 => 66
|
|
1271
|
-
* 1010 => 68
|
|
1272
|
-
* 1011 => 69
|
|
1273
|
-
* 1012 => 70
|
|
1274
|
-
* 1020 => 72
|
|
1275
|
-
* 1021 => 73
|
|
1276
|
-
* 1022 => 74
|
|
1277
|
-
* 1100 => 80
|
|
1278
|
-
* 1101 => 81
|
|
1279
|
-
* 1102 => 82
|
|
1280
|
-
* 1110 => 84
|
|
1281
|
-
* 1111 => 85
|
|
1282
|
-
* 1112 => 86
|
|
1283
|
-
* 1120 => 88
|
|
1284
|
-
* 1121 => 89
|
|
1285
|
-
* 1122 => 90
|
|
1286
|
-
* 1200 => 96
|
|
1287
|
-
* 1201 => 97
|
|
1288
|
-
* 1202 => 98
|
|
1289
|
-
* 1210 => 100
|
|
1290
|
-
* 1211 => 101
|
|
1291
|
-
* 1212 => 102
|
|
1292
|
-
* 1220 => 104
|
|
1293
|
-
* 1221 => 105
|
|
1294
|
-
* 1222 => 106
|
|
1295
|
-
* 2000 => 128
|
|
1296
|
-
* 2001 => 129
|
|
1297
|
-
* 2002 => 130
|
|
1298
|
-
* 2010 => 132
|
|
1299
|
-
* 2011 => 133
|
|
1300
|
-
* 2012 => 134
|
|
1301
|
-
* 2020 => 136
|
|
1302
|
-
* 2021 => 137
|
|
1303
|
-
* 2022 => 138
|
|
1304
|
-
* 2100 => 144
|
|
1305
|
-
* 2101 => 145
|
|
1306
|
-
* 2102 => 146
|
|
1307
|
-
* 2110 => 148
|
|
1308
|
-
* 2111 => 149
|
|
1309
|
-
* 2112 => 150
|
|
1310
|
-
* 2120 => 152
|
|
1311
|
-
* 2121 => 153
|
|
1312
|
-
* 2122 => 154
|
|
1313
|
-
* 2200 => 160
|
|
1314
|
-
* 2201 => 161
|
|
1315
|
-
* 2202 => 162
|
|
1316
|
-
* 2210 => 164
|
|
1317
|
-
* 2211 => 165
|
|
1318
|
-
* 2212 => 166
|
|
1319
|
-
* 2220 => 168
|
|
1320
|
-
* 2221 => 169
|
|
1321
|
-
* 2222 => 170
|
|
1322
|
-
*/
|
|
1323
|
-
|
|
1324
|
-
/*
|
|
1325
|
-
* ####################################
|
|
1326
|
-
* Some small helper functions
|
|
1327
|
-
* ####################################
|
|
1328
|
-
*/
|
|
1329
|
-
|
|
1330
|
-
function computeCenterAverage(bl, br, tr, tl, minV, maxV) {
|
|
1331
|
-
var average = (tl + tr + br + bl) / 4;
|
|
1332
|
-
|
|
1333
|
-
if (average > maxV)
|
|
1334
|
-
return 2; /* above isoband limits */
|
|
1335
|
-
|
|
1336
|
-
if (average < minV)
|
|
1337
|
-
return 0; /* below isoband limits */
|
|
1338
|
-
|
|
1339
|
-
return 1; /* within isoband limits */
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
function prepareCell(grid, x, y, opt) {
|
|
1344
|
-
var cell,
|
|
1345
|
-
center_avg;
|
|
1346
|
-
|
|
1347
|
-
/* compose the 4-trit corner representation */
|
|
1348
|
-
var cval = 0;
|
|
1349
|
-
var x3 = grid[y + 1][x];
|
|
1350
|
-
var x2 = grid[y + 1][x + 1];
|
|
1351
|
-
var x1 = grid[y][x + 1];
|
|
1352
|
-
var x0 = grid[y][x];
|
|
1353
|
-
var minV = opt.minV;
|
|
1354
|
-
var maxV = opt.maxV;
|
|
1355
|
-
|
|
1356
|
-
/*
|
|
1357
|
-
* Note that missing data within the grid will result
|
|
1358
|
-
* in horribly failing to trace full polygon paths
|
|
1359
|
-
*/
|
|
1360
|
-
if(isNaN(x0) || isNaN(x1) || isNaN(x2) || isNaN(x3)) {
|
|
1361
|
-
return;
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
/*
|
|
1365
|
-
* Here we detect the type of the cell
|
|
1366
|
-
*
|
|
1367
|
-
* x3 ---- x2
|
|
1368
|
-
* | |
|
|
1369
|
-
* | |
|
|
1370
|
-
* x0 ---- x1
|
|
1371
|
-
*
|
|
1372
|
-
* with edge points
|
|
1373
|
-
*
|
|
1374
|
-
* x0 = (x,y),
|
|
1375
|
-
* x1 = (x + 1, y),
|
|
1376
|
-
* x2 = (x + 1, y + 1), and
|
|
1377
|
-
* x3 = (x, y + 1)
|
|
1378
|
-
*
|
|
1379
|
-
* and compute the polygon intersections with the edges
|
|
1380
|
-
* of the cell. Each edge value may be (i) below, (ii) within,
|
|
1381
|
-
* or (iii) above the values of the isoband limits. We
|
|
1382
|
-
* encode this property using 2 bits of information, where
|
|
1383
|
-
*
|
|
1384
|
-
* 00 ... below,
|
|
1385
|
-
* 01 ... within, and
|
|
1386
|
-
* 10 ... above
|
|
1387
|
-
*
|
|
1388
|
-
* Then we store the cells value as vector
|
|
1389
|
-
*
|
|
1390
|
-
* cval = (x0, x1, x2, x3)
|
|
1391
|
-
*
|
|
1392
|
-
* where x0 are the two least significant bits (0th, 1st),
|
|
1393
|
-
* x1 the 2nd and 3rd bit, and so on. This essentially
|
|
1394
|
-
* enables us to work with a single integer number
|
|
1395
|
-
*/
|
|
1396
|
-
|
|
1397
|
-
cval |= (x3 < minV) ? 0 : (x3 > maxV) ? 128 : 64;
|
|
1398
|
-
cval |= (x2 < minV) ? 0 : (x2 > maxV) ? 32 : 16;
|
|
1399
|
-
cval |= (x1 < minV) ? 0 : (x1 > maxV) ? 8 : 4;
|
|
1400
|
-
cval |= (x0 < minV) ? 0 : (x0 > maxV) ? 2 : 1;
|
|
1401
|
-
|
|
1402
|
-
/* make sure cval is a number */
|
|
1403
|
-
cval = +cval;
|
|
1404
|
-
|
|
1405
|
-
/*
|
|
1406
|
-
* cell center average trit for ambiguous cases, where
|
|
1407
|
-
* 0 ... below iso band
|
|
1408
|
-
* 1 ... within iso band
|
|
1409
|
-
* 2 ... above isoband
|
|
1410
|
-
*/
|
|
1411
|
-
center_avg = 0;
|
|
1412
|
-
|
|
1413
|
-
cell = {
|
|
1414
|
-
cval: cval,
|
|
1415
|
-
polygons: [],
|
|
1416
|
-
edges: {},
|
|
1417
|
-
x0: x0,
|
|
1418
|
-
x1: x1,
|
|
1419
|
-
x2: x2,
|
|
1420
|
-
x3: x3,
|
|
1421
|
-
x: x,
|
|
1422
|
-
y: y
|
|
1423
|
-
};
|
|
1424
|
-
|
|
1425
|
-
/*
|
|
1426
|
-
* Compute interpolated intersections of the polygon(s)
|
|
1427
|
-
* with the cell borders and (i) add edges for polygon
|
|
1428
|
-
* trace-back, or (ii) a list of small closed polygons
|
|
1429
|
-
* according to look-up table
|
|
1430
|
-
*/
|
|
1431
|
-
switch (cval) {
|
|
1432
|
-
case 85: /* 1111 */
|
|
1433
|
-
shapeCoordinates.square(cell, x0, x1, x2, x3, opt);
|
|
1434
|
-
/* fall through */
|
|
1435
|
-
case 0: /* 0000 */
|
|
1436
|
-
/* fall through */
|
|
1437
|
-
case 170: /* 2222 */
|
|
1438
|
-
break;
|
|
1439
|
-
|
|
1440
|
-
/* single triangle cases */
|
|
1441
|
-
|
|
1442
|
-
case 169: /* 2221 */
|
|
1443
|
-
shapeCoordinates.triangle_bl(cell, x0, x1, x2, x3, opt);
|
|
1444
|
-
break;
|
|
1445
|
-
|
|
1446
|
-
case 166: /* 2212 */
|
|
1447
|
-
shapeCoordinates.triangle_br(cell, x0, x1, x2, x3, opt);
|
|
1448
|
-
break;
|
|
1449
|
-
|
|
1450
|
-
case 154: /* 2122 */
|
|
1451
|
-
shapeCoordinates.triangle_tr(cell, x0, x1, x2, x3, opt);
|
|
1452
|
-
break;
|
|
1453
|
-
|
|
1454
|
-
case 106: /* 1222 */
|
|
1455
|
-
shapeCoordinates.triangle_tl(cell, x0, x1, x2, x3, opt);
|
|
1456
|
-
break;
|
|
1457
|
-
|
|
1458
|
-
case 1: /* 0001 */
|
|
1459
|
-
shapeCoordinates.triangle_bl(cell, x0, x1, x2, x3, opt);
|
|
1460
|
-
break;
|
|
1461
|
-
|
|
1462
|
-
case 4: /* 0010 */
|
|
1463
|
-
shapeCoordinates.triangle_br(cell, x0, x1, x2, x3, opt);
|
|
1464
|
-
break;
|
|
1465
|
-
|
|
1466
|
-
case 16: /* 0100 */
|
|
1467
|
-
shapeCoordinates.triangle_tr(cell, x0, x1, x2, x3, opt);
|
|
1468
|
-
break;
|
|
1469
|
-
|
|
1470
|
-
case 64: /* 1000 */
|
|
1471
|
-
shapeCoordinates.triangle_tl(cell, x0, x1, x2, x3, opt);
|
|
1472
|
-
break;
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
/* single trapezoid cases */
|
|
1476
|
-
|
|
1477
|
-
case 168: /* 2220 */
|
|
1478
|
-
shapeCoordinates.tetragon_bl(cell, x0, x1, x2, x3, opt);
|
|
1479
|
-
break;
|
|
1480
|
-
|
|
1481
|
-
case 162: /* 2202 */
|
|
1482
|
-
shapeCoordinates.tetragon_br(cell, x0, x1, x2, x3, opt);
|
|
1483
|
-
break;
|
|
1484
|
-
|
|
1485
|
-
case 138: /* 2022 */
|
|
1486
|
-
shapeCoordinates.tetragon_tr(cell, x0, x1, x2, x3, opt);
|
|
1487
|
-
break;
|
|
1488
|
-
|
|
1489
|
-
case 42: /* 0222 */
|
|
1490
|
-
shapeCoordinates.tetragon_tl(cell, x0, x1, x2, x3, opt);
|
|
1491
|
-
break;
|
|
1492
|
-
|
|
1493
|
-
case 2: /* 0002 */
|
|
1494
|
-
shapeCoordinates.tetragon_bl(cell, x0, x1, x2, x3, opt);
|
|
1495
|
-
break;
|
|
1496
|
-
|
|
1497
|
-
case 8: /* 0020 */
|
|
1498
|
-
shapeCoordinates.tetragon_br(cell, x0, x1, x2, x3, opt);
|
|
1499
|
-
break;
|
|
1500
|
-
|
|
1501
|
-
case 32: /* 0200 */
|
|
1502
|
-
shapeCoordinates.tetragon_tr(cell, x0, x1, x2, x3, opt);
|
|
1503
|
-
break;
|
|
1504
|
-
|
|
1505
|
-
case 128: /* 2000 */
|
|
1506
|
-
shapeCoordinates.tetragon_tl(cell, x0, x1, x2, x3, opt);
|
|
1507
|
-
break;
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
/* single rectangle cases */
|
|
1511
|
-
|
|
1512
|
-
case 5: /* 0011 */
|
|
1513
|
-
shapeCoordinates.tetragon_b(cell, x0, x1, x2, x3, opt);
|
|
1514
|
-
break;
|
|
1515
|
-
|
|
1516
|
-
case 20: /* 0110 */
|
|
1517
|
-
shapeCoordinates.tetragon_r(cell, x0, x1, x2, x3, opt);
|
|
1518
|
-
break;
|
|
1519
|
-
|
|
1520
|
-
case 80: /* 1100 */
|
|
1521
|
-
shapeCoordinates.tetragon_t(cell, x0, x1, x2, x3, opt);
|
|
1522
|
-
break;
|
|
1523
|
-
|
|
1524
|
-
case 65: /* 1001 */
|
|
1525
|
-
shapeCoordinates.tetragon_l(cell, x0, x1, x2, x3, opt);
|
|
1526
|
-
break;
|
|
1527
|
-
|
|
1528
|
-
case 165: /* 2211 */
|
|
1529
|
-
shapeCoordinates.tetragon_b(cell, x0, x1, x2, x3, opt);
|
|
1530
|
-
break;
|
|
1531
|
-
|
|
1532
|
-
case 150: /* 2112 */
|
|
1533
|
-
shapeCoordinates.tetragon_r(cell, x0, x1, x2, x3, opt);
|
|
1534
|
-
break;
|
|
1535
|
-
|
|
1536
|
-
case 90: /* 1122 */
|
|
1537
|
-
shapeCoordinates.tetragon_t(cell, x0, x1, x2, x3, opt);
|
|
1538
|
-
break;
|
|
1539
|
-
|
|
1540
|
-
case 105: /* 1221 */
|
|
1541
|
-
shapeCoordinates.tetragon_l(cell, x0, x1, x2, x3, opt);
|
|
1542
|
-
break;
|
|
1543
|
-
|
|
1544
|
-
case 160: /* 2200 */
|
|
1545
|
-
shapeCoordinates.tetragon_lr(cell, x0, x1, x2, x3, opt);
|
|
1546
|
-
break;
|
|
1547
|
-
|
|
1548
|
-
case 130: /* 2002 */
|
|
1549
|
-
shapeCoordinates.tetragon_tb(cell, x0, x1, x2, x3, opt);
|
|
1550
|
-
break;
|
|
1551
|
-
|
|
1552
|
-
case 10: /* 0022 */
|
|
1553
|
-
shapeCoordinates.tetragon_lr(cell, x0, x1, x2, x3, opt);
|
|
1554
|
-
break;
|
|
1555
|
-
|
|
1556
|
-
case 40: /* 0220 */
|
|
1557
|
-
shapeCoordinates.tetragon_tb(cell, x0, x1, x2, x3, opt);
|
|
1558
|
-
break;
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
/* single pentagon cases */
|
|
1562
|
-
|
|
1563
|
-
case 101: /* 1211 */
|
|
1564
|
-
shapeCoordinates.pentagon_tr(cell, x0, x1, x2, x3, opt);
|
|
1565
|
-
break;
|
|
1566
|
-
|
|
1567
|
-
case 149: /* 2111 */
|
|
1568
|
-
shapeCoordinates.pentagon_tl(cell, x0, x1, x2, x3, opt);
|
|
1569
|
-
break;
|
|
1570
|
-
|
|
1571
|
-
case 86: /* 1112 */
|
|
1572
|
-
shapeCoordinates.pentagon_bl(cell, x0, x1, x2, x3, opt);
|
|
1573
|
-
break;
|
|
1574
|
-
|
|
1575
|
-
case 89: /* 1121 */
|
|
1576
|
-
shapeCoordinates.pentagon_br(cell, x0, x1, x2, x3, opt);
|
|
1577
|
-
break;
|
|
1578
|
-
|
|
1579
|
-
case 69: /* 1011 */
|
|
1580
|
-
shapeCoordinates.pentagon_tr(cell, x0, x1, x2, x3, opt);
|
|
1581
|
-
break;
|
|
1582
|
-
|
|
1583
|
-
case 21: /* 0111 */
|
|
1584
|
-
shapeCoordinates.pentagon_tl(cell, x0, x1, x2, x3, opt);
|
|
1585
|
-
break;
|
|
1586
|
-
|
|
1587
|
-
case 84: /* 1110 */
|
|
1588
|
-
shapeCoordinates.pentagon_bl(cell, x0, x1, x2, x3, opt);
|
|
1589
|
-
break;
|
|
1590
|
-
|
|
1591
|
-
case 81: /* 1101 */
|
|
1592
|
-
shapeCoordinates.pentagon_br(cell, x0, x1, x2, x3, opt);
|
|
1593
|
-
break;
|
|
1594
|
-
|
|
1595
|
-
case 96: /* 1200 */
|
|
1596
|
-
shapeCoordinates.pentagon_tr_rl(cell, x0, x1, x2, x3, opt);
|
|
1597
|
-
break;
|
|
1598
|
-
|
|
1599
|
-
case 24: /* 0120 */
|
|
1600
|
-
shapeCoordinates.pentagon_rb_bt(cell, x0, x1, x2, x3, opt);
|
|
1601
|
-
break;
|
|
1602
|
-
|
|
1603
|
-
case 6: /* 0012 */
|
|
1604
|
-
shapeCoordinates.pentagon_bl_lr(cell, x0, x1, x2, x3, opt);
|
|
1605
|
-
break;
|
|
1606
|
-
|
|
1607
|
-
case 129: /* 2001 */
|
|
1608
|
-
shapeCoordinates.pentagon_lt_tb(cell, x0, x1, x2, x3, opt);
|
|
1609
|
-
break;
|
|
1610
|
-
|
|
1611
|
-
case 74: /* 1022 */
|
|
1612
|
-
shapeCoordinates.pentagon_tr_rl(cell, x0, x1, x2, x3, opt);
|
|
1613
|
-
break;
|
|
1614
|
-
|
|
1615
|
-
case 146: /* 2102 */
|
|
1616
|
-
shapeCoordinates.pentagon_rb_bt(cell, x0, x1, x2, x3, opt);
|
|
1617
|
-
break;
|
|
1618
|
-
|
|
1619
|
-
case 164: /* 2210 */
|
|
1620
|
-
shapeCoordinates.pentagon_bl_lr(cell, x0, x1, x2, x3, opt);
|
|
1621
|
-
break;
|
|
1622
|
-
|
|
1623
|
-
case 41: /* 0221 */
|
|
1624
|
-
shapeCoordinates.pentagon_lt_tb(cell, x0, x1, x2, x3, opt);
|
|
1625
|
-
break;
|
|
1626
|
-
|
|
1627
|
-
case 66: /* 1002 */
|
|
1628
|
-
shapeCoordinates.pentagon_bl_tb(cell, x0, x1, x2, x3, opt);
|
|
1629
|
-
break;
|
|
1630
|
-
|
|
1631
|
-
case 144: /* 2100 */
|
|
1632
|
-
shapeCoordinates.pentagon_lt_rl(cell, x0, x1, x2, x3, opt);
|
|
1633
|
-
break;
|
|
1634
|
-
|
|
1635
|
-
case 36: /* 0210 */
|
|
1636
|
-
shapeCoordinates.pentagon_tr_bt(cell, x0, x1, x2, x3, opt);
|
|
1637
|
-
break;
|
|
1638
|
-
|
|
1639
|
-
case 9: /* 0021 */
|
|
1640
|
-
shapeCoordinates.pentagon_rb_lr(cell, x0, x1, x2, x3, opt);
|
|
1641
|
-
break;
|
|
1642
|
-
|
|
1643
|
-
case 104: /* 1220 */
|
|
1644
|
-
shapeCoordinates.pentagon_bl_tb(cell, x0, x1, x2, x3, opt);
|
|
1645
|
-
break;
|
|
1646
|
-
|
|
1647
|
-
case 26: /* 0122 */
|
|
1648
|
-
shapeCoordinates.pentagon_lt_rl(cell, x0, x1, x2, x3, opt);
|
|
1649
|
-
break;
|
|
1650
|
-
|
|
1651
|
-
case 134: /* 2012 */
|
|
1652
|
-
shapeCoordinates.pentagon_tr_bt(cell, x0, x1, x2, x3, opt);
|
|
1653
|
-
break;
|
|
1654
|
-
|
|
1655
|
-
case 161: /* 2201 */
|
|
1656
|
-
shapeCoordinates.pentagon_rb_lr(cell, x0, x1, x2, x3, opt);
|
|
1657
|
-
break;
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
/* single hexagon cases */
|
|
1661
|
-
|
|
1662
|
-
case 37: /* 0211 */
|
|
1663
|
-
shapeCoordinates.hexagon_lt_tr(cell, x0, x1, x2, x3, opt);
|
|
1664
|
-
break;
|
|
1665
|
-
|
|
1666
|
-
case 148: /* 2110 */
|
|
1667
|
-
shapeCoordinates.hexagon_bl_lt(cell, x0, x1, x2, x3, opt);
|
|
1668
|
-
break;
|
|
1669
|
-
|
|
1670
|
-
case 82: /* 1102 */
|
|
1671
|
-
shapeCoordinates.hexagon_bl_rb(cell, x0, x1, x2, x3, opt);
|
|
1672
|
-
break;
|
|
1673
|
-
|
|
1674
|
-
case 73: /* 1021 */
|
|
1675
|
-
shapeCoordinates.hexagon_tr_rb(cell, x0, x1, x2, x3, opt);
|
|
1676
|
-
break;
|
|
1677
|
-
|
|
1678
|
-
case 133: /* 2011 */
|
|
1679
|
-
shapeCoordinates.hexagon_lt_tr(cell, x0, x1, x2, x3, opt);
|
|
1680
|
-
break;
|
|
1681
|
-
|
|
1682
|
-
case 22: /* 0112 */
|
|
1683
|
-
shapeCoordinates.hexagon_bl_lt(cell, x0, x1, x2, x3, opt);
|
|
1684
|
-
break;
|
|
1685
|
-
|
|
1686
|
-
case 88: /* 1120 */
|
|
1687
|
-
shapeCoordinates.hexagon_bl_rb(cell, x0, x1, x2, x3, opt);
|
|
1688
|
-
break;
|
|
1689
|
-
|
|
1690
|
-
case 97: /* 1201 */
|
|
1691
|
-
shapeCoordinates.hexagon_tr_rb(cell, x0, x1, x2, x3, opt);
|
|
1692
|
-
break;
|
|
1693
|
-
|
|
1694
|
-
case 145: /* 2101 */
|
|
1695
|
-
shapeCoordinates.hexagon_lt_rb(cell, x0, x1, x2, x3, opt);
|
|
1696
|
-
break;
|
|
1697
|
-
|
|
1698
|
-
case 25: /* 0121 */
|
|
1699
|
-
shapeCoordinates.hexagon_lt_rb(cell, x0, x1, x2, x3, opt);
|
|
1700
|
-
break;
|
|
1701
|
-
|
|
1702
|
-
case 70: /* 1012 */
|
|
1703
|
-
shapeCoordinates.hexagon_bl_tr(cell, x0, x1, x2, x3, opt);
|
|
1704
|
-
break;
|
|
1705
|
-
|
|
1706
|
-
case 100: /* 1210 */
|
|
1707
|
-
shapeCoordinates.hexagon_bl_tr(cell, x0, x1, x2, x3, opt);
|
|
1708
|
-
break;
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
/* 6-sided saddles */
|
|
1712
|
-
|
|
1713
|
-
case 17: /* 0101 */
|
|
1714
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1715
|
-
/* should never be center_avg === 2 */
|
|
1716
|
-
if (center_avg === 0) {
|
|
1717
|
-
shapeCoordinates.triangle_bl(cell, x0, x1, x2, x3, opt);
|
|
1718
|
-
shapeCoordinates.triangle_tr(cell, x0, x1, x2, x3, opt);
|
|
1719
|
-
} else {
|
|
1720
|
-
shapeCoordinates.hexagon_lt_rb(cell, x0, x1, x2, x3, opt);
|
|
1721
|
-
}
|
|
1722
|
-
break;
|
|
1723
|
-
|
|
1724
|
-
case 68: /* 1010 */
|
|
1725
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1726
|
-
/* should never be center_avg === 2 */
|
|
1727
|
-
if (center_avg === 0) {
|
|
1728
|
-
shapeCoordinates.triangle_tl(cell, x0, x1, x2, x3, opt);
|
|
1729
|
-
shapeCoordinates.triangle_br(cell, x0, x1, x2, x3, opt);
|
|
1730
|
-
} else {
|
|
1731
|
-
shapeCoordinates.hexagon_bl_tr(cell, x0, x1, x2, x3, opt);
|
|
1732
|
-
}
|
|
1733
|
-
break;
|
|
1734
|
-
|
|
1735
|
-
case 153: /* 2121 */
|
|
1736
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1737
|
-
/* should never be center_avg === 0 */
|
|
1738
|
-
if (center_avg === 2) {
|
|
1739
|
-
shapeCoordinates.triangle_bl(cell, x0, x1, x2, x3, opt);
|
|
1740
|
-
shapeCoordinates.triangle_tr(cell, x0, x1, x2, x3, opt);
|
|
1741
|
-
} else {
|
|
1742
|
-
shapeCoordinates.hexagon_lt_rb(cell, x0, x1, x2, x3, opt);
|
|
1743
|
-
}
|
|
1744
|
-
break;
|
|
1745
|
-
|
|
1746
|
-
case 102: /* 1212 */
|
|
1747
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1748
|
-
/* should never be center_avg === 0 */
|
|
1749
|
-
if (center_avg === 2) {
|
|
1750
|
-
shapeCoordinates.triangle_tl(cell, x0, x1, x2, x3, opt);
|
|
1751
|
-
shapeCoordinates.triangle_br(cell, x0, x1, x2, x3, opt);
|
|
1752
|
-
} else {
|
|
1753
|
-
shapeCoordinates.hexagon_bl_tr(cell, x0, x1, x2, x3, opt);
|
|
1754
|
-
}
|
|
1755
|
-
break;
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
/* 7-sided saddles */
|
|
1759
|
-
|
|
1760
|
-
case 152: /* 2120 */
|
|
1761
|
-
|
|
1762
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1763
|
-
/* should never be center_avg === 0 */
|
|
1764
|
-
if (center_avg === 2) {
|
|
1765
|
-
shapeCoordinates.triangle_tr(cell, x0, x1, x2, x3, opt);
|
|
1766
|
-
shapeCoordinates.tetragon_bl(cell, x0, x1, x2, x3, opt);
|
|
1767
|
-
} else {
|
|
1768
|
-
shapeCoordinates.heptagon_tr(cell, x0, x1, x2, x3, opt);
|
|
1769
|
-
}
|
|
1770
|
-
break;
|
|
1771
|
-
|
|
1772
|
-
case 137: /* 2021 */
|
|
1773
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1774
|
-
/* should never be center_avg === 0 */
|
|
1775
|
-
if (center_avg === 2) {
|
|
1776
|
-
shapeCoordinates.triangle_bl(cell, x0, x1, x2, x3, opt);
|
|
1777
|
-
shapeCoordinates.tetragon_tr(cell, x0, x1, x2, x3, opt);
|
|
1778
|
-
} else {
|
|
1779
|
-
shapeCoordinates.heptagon_bl(cell, x0, x1, x2, x3, opt);
|
|
1780
|
-
}
|
|
1781
|
-
break;
|
|
1782
|
-
|
|
1783
|
-
case 98: /* 1202 */
|
|
1784
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1785
|
-
/* should never be center_avg === 0 */
|
|
1786
|
-
if (center_avg === 2) {
|
|
1787
|
-
shapeCoordinates.triangle_tl(cell, x0, x1, x2, x3, opt);
|
|
1788
|
-
shapeCoordinates.tetragon_br(cell, x0, x1, x2, x3, opt);
|
|
1789
|
-
} else {
|
|
1790
|
-
shapeCoordinates.heptagon_tl(cell, x0, x1, x2, x3, opt);
|
|
1791
|
-
}
|
|
1792
|
-
break;
|
|
1793
|
-
|
|
1794
|
-
case 38: /* 0212 */
|
|
1795
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1796
|
-
/* should never be center_avg === 0 */
|
|
1797
|
-
if (center_avg === 2) {
|
|
1798
|
-
shapeCoordinates.triangle_br(cell, x0, x1, x2, x3, opt);
|
|
1799
|
-
shapeCoordinates.tetragon_tl(cell, x0, x1, x2, x3, opt);
|
|
1800
|
-
} else {
|
|
1801
|
-
shapeCoordinates.heptagon_br(cell, x0, x1, x2, x3, opt);
|
|
1802
|
-
}
|
|
1803
|
-
break;
|
|
1804
|
-
|
|
1805
|
-
case 18: /* 0102 */
|
|
1806
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1807
|
-
/* should never be center_avg === 2 */
|
|
1808
|
-
if (center_avg === 0) {
|
|
1809
|
-
shapeCoordinates.triangle_tr(cell, x0, x1, x2, x3, opt);
|
|
1810
|
-
shapeCoordinates.tetragon_bl(cell, x0, x1, x2, x3, opt);
|
|
1811
|
-
} else {
|
|
1812
|
-
shapeCoordinates.heptagon_tr(cell, x0, x1, x2, x3, opt);
|
|
1813
|
-
}
|
|
1814
|
-
break;
|
|
1815
|
-
|
|
1816
|
-
case 33: /* 0201 */
|
|
1817
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1818
|
-
/* should never be center_avg === 2 */
|
|
1819
|
-
if (center_avg === 0) {
|
|
1820
|
-
shapeCoordinates.triangle_bl(cell, x0, x1, x2, x3, opt);
|
|
1821
|
-
shapeCoordinates.tetragon_tr(cell, x0, x1, x2, x3, opt);
|
|
1822
|
-
} else {
|
|
1823
|
-
shapeCoordinates.heptagon_bl(cell, x0, x1, x2, x3, opt);
|
|
1824
|
-
}
|
|
1825
|
-
break;
|
|
1826
|
-
|
|
1827
|
-
case 72: /* 1020 */
|
|
1828
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1829
|
-
/* should never be center_avg === 2 */
|
|
1830
|
-
if (center_avg === 0) {
|
|
1831
|
-
shapeCoordinates.triangle_tl(cell, x0, x1, x2, x3, opt);
|
|
1832
|
-
shapeCoordinates.tetragon_br(cell, x0, x1, x2, x3, opt);
|
|
1833
|
-
} else {
|
|
1834
|
-
shapeCoordinates.heptagon_tl(cell, x0, x1, x2, x3, opt);
|
|
1835
|
-
}
|
|
1836
|
-
break;
|
|
1837
|
-
|
|
1838
|
-
case 132: /* 2010 */
|
|
1839
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1840
|
-
/* should never be center_avg === 2 */
|
|
1841
|
-
if (center_avg === 0) {
|
|
1842
|
-
shapeCoordinates.triangle_br(cell, x0, x1, x2, x3, opt);
|
|
1843
|
-
shapeCoordinates.tetragon_tl(cell, x0, x1, x2, x3, opt);
|
|
1844
|
-
} else {
|
|
1845
|
-
shapeCoordinates.heptagon_br(cell, x0, x1, x2, x3, opt);
|
|
1846
|
-
}
|
|
1847
|
-
break;
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
/* 8-sided saddles */
|
|
1851
|
-
|
|
1852
|
-
case 136: /* 2020 */
|
|
1853
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1854
|
-
if (center_avg === 0) {
|
|
1855
|
-
shapeCoordinates.tetragon_tl(cell, x0, x1, x2, x3, opt);
|
|
1856
|
-
shapeCoordinates.tetragon_br(cell, x0, x1, x2, x3, opt);
|
|
1857
|
-
} else if (center_avg === 1) {
|
|
1858
|
-
shapeCoordinates.octagon(cell, x0, x1, x2, x3, opt);
|
|
1859
|
-
} else {
|
|
1860
|
-
shapeCoordinates.tetragon_bl(cell, x0, x1, x2, x3, opt);
|
|
1861
|
-
shapeCoordinates.tetragon_tr(cell, x0, x1, x2, x3, opt);
|
|
1862
|
-
}
|
|
1863
|
-
break;
|
|
1864
|
-
|
|
1865
|
-
case 34: /* 0202 */
|
|
1866
|
-
center_avg = computeCenterAverage(x0, x1, x2, x3, minV, maxV);
|
|
1867
|
-
if (center_avg === 0) {
|
|
1868
|
-
shapeCoordinates.tetragon_bl(cell, x0, x1, x2, x3, opt);
|
|
1869
|
-
shapeCoordinates.tetragon_tr(cell, x0, x1, x2, x3, opt);
|
|
1870
|
-
} else if (center_avg === 1) {
|
|
1871
|
-
shapeCoordinates.octagon(cell, x0, x1, x2, x3, opt);
|
|
1872
|
-
} else {
|
|
1873
|
-
shapeCoordinates.tetragon_tl(cell, x0, x1, x2, x3, opt);
|
|
1874
|
-
shapeCoordinates.tetragon_br(cell, x0, x1, x2, x3, opt);
|
|
1875
|
-
}
|
|
1876
|
-
break;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
return cell;
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
export {isoBands};
|