node-red-contrib-tak-registration 0.2.1 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1813) hide show
  1. package/README.md +20 -10
  2. package/node_modules/@turf/along/LICENSE +20 -0
  3. package/node_modules/@turf/along/README.md +69 -0
  4. package/node_modules/@turf/along/dist/es/index.js +50 -0
  5. package/node_modules/@turf/along/dist/es/package.json +1 -0
  6. package/node_modules/@turf/along/dist/js/index.d.ts +22 -0
  7. package/node_modules/@turf/along/dist/js/index.js +56 -0
  8. package/node_modules/@turf/along/package.json +95 -0
  9. package/node_modules/@turf/angle/LICENSE +20 -0
  10. package/node_modules/@turf/angle/README.md +64 -0
  11. package/node_modules/@turf/angle/dist/es/index.js +50 -0
  12. package/node_modules/@turf/angle/dist/es/package.json +1 -0
  13. package/node_modules/@turf/angle/dist/js/index.d.ts +22 -0
  14. package/node_modules/@turf/angle/dist/js/index.js +55 -0
  15. package/node_modules/@turf/angle/package.json +102 -0
  16. package/node_modules/@turf/area/LICENSE +20 -0
  17. package/node_modules/@turf/area/README.md +54 -0
  18. package/node_modules/@turf/area/dist/es/index.js +114 -0
  19. package/node_modules/@turf/area/dist/es/package.json +1 -0
  20. package/node_modules/@turf/area/dist/js/index.d.ts +17 -0
  21. package/node_modules/@turf/area/dist/js/index.js +117 -0
  22. package/node_modules/@turf/area/package.json +94 -0
  23. package/node_modules/@turf/bbox/LICENSE +20 -0
  24. package/node_modules/@turf/bbox/README.md +53 -0
  25. package/node_modules/@turf/bbox/dist/es/index.js +35 -0
  26. package/node_modules/@turf/bbox/dist/es/package.json +1 -0
  27. package/node_modules/@turf/bbox/dist/js/index.d.ts +17 -0
  28. package/node_modules/@turf/bbox/dist/js/index.js +37 -0
  29. package/node_modules/@turf/bbox/package.json +108 -0
  30. package/node_modules/@turf/bbox-clip/LICENSE +20 -0
  31. package/node_modules/@turf/bbox-clip/README.md +68 -0
  32. package/node_modules/@turf/bbox-clip/dist/es/index.js +68 -0
  33. package/node_modules/@turf/bbox-clip/dist/es/lib/lineclip.js +107 -0
  34. package/node_modules/@turf/bbox-clip/dist/es/package.json +1 -0
  35. package/node_modules/@turf/bbox-clip/dist/js/index.d.ts +20 -0
  36. package/node_modules/@turf/bbox-clip/dist/js/index.js +71 -0
  37. package/node_modules/@turf/bbox-clip/dist/js/lib/lineclip.d.ts +3 -0
  38. package/node_modules/@turf/bbox-clip/dist/js/lib/lineclip.js +111 -0
  39. package/node_modules/@turf/bbox-clip/package.json +108 -0
  40. package/node_modules/@turf/bbox-polygon/LICENSE +20 -0
  41. package/node_modules/@turf/bbox-polygon/README.md +66 -0
  42. package/node_modules/@turf/bbox-polygon/dist/es/index.js +36 -0
  43. package/node_modules/@turf/bbox-polygon/dist/es/package.json +1 -0
  44. package/node_modules/@turf/bbox-polygon/dist/js/index.d.ts +22 -0
  45. package/node_modules/@turf/bbox-polygon/dist/js/index.js +39 -0
  46. package/node_modules/@turf/bbox-polygon/package.json +92 -0
  47. package/node_modules/@turf/bearing/LICENSE +20 -0
  48. package/node_modules/@turf/bearing/README.md +67 -0
  49. package/node_modules/@turf/bearing/dist/es/index.js +57 -0
  50. package/node_modules/@turf/bearing/dist/es/package.json +1 -0
  51. package/node_modules/@turf/bearing/dist/js/index.d.ts +26 -0
  52. package/node_modules/@turf/bearing/dist/js/index.js +60 -0
  53. package/node_modules/@turf/bearing/package.json +96 -0
  54. package/node_modules/@turf/bezier-spline/LICENSE +20 -0
  55. package/node_modules/@turf/bezier-spline/README.md +79 -0
  56. package/node_modules/@turf/bezier-spline/dist/es/index.js +60 -0
  57. package/node_modules/@turf/bezier-spline/dist/es/lib/spline.js +158 -0
  58. package/node_modules/@turf/bezier-spline/dist/es/package.json +1 -0
  59. package/node_modules/@turf/bezier-spline/dist/js/index.d.ts +37 -0
  60. package/node_modules/@turf/bezier-spline/dist/js/index.js +65 -0
  61. package/node_modules/@turf/bezier-spline/dist/js/lib/spline.d.ts +62 -0
  62. package/node_modules/@turf/bezier-spline/dist/js/lib/spline.js +160 -0
  63. package/node_modules/@turf/bezier-spline/package.json +93 -0
  64. package/node_modules/@turf/boolean-clockwise/LICENSE +20 -0
  65. package/node_modules/@turf/boolean-clockwise/README.md +60 -0
  66. package/node_modules/@turf/boolean-clockwise/dist/es/index.js +30 -0
  67. package/node_modules/@turf/boolean-clockwise/dist/es/package.json +1 -0
  68. package/node_modules/@turf/boolean-clockwise/dist/js/index.d.ts +17 -0
  69. package/node_modules/@turf/boolean-clockwise/dist/js/index.js +33 -0
  70. package/node_modules/@turf/boolean-clockwise/package.json +110 -0
  71. package/node_modules/@turf/boolean-contains/LICENSE +20 -0
  72. package/node_modules/@turf/boolean-contains/README.md +63 -0
  73. package/node_modules/@turf/boolean-contains/dist/es/index.js +225 -0
  74. package/node_modules/@turf/boolean-contains/dist/es/package.json +1 -0
  75. package/node_modules/@turf/boolean-contains/dist/js/index.d.ts +46 -0
  76. package/node_modules/@turf/boolean-contains/dist/js/index.js +241 -0
  77. package/node_modules/@turf/boolean-contains/package.json +107 -0
  78. package/node_modules/@turf/boolean-crosses/LICENSE +20 -0
  79. package/node_modules/@turf/boolean-crosses/README.md +64 -0
  80. package/node_modules/@turf/boolean-crosses/dist/es/index.js +166 -0
  81. package/node_modules/@turf/boolean-crosses/dist/es/package.json +1 -0
  82. package/node_modules/@turf/boolean-crosses/dist/js/index.d.ts +21 -0
  83. package/node_modules/@turf/boolean-crosses/dist/js/index.js +171 -0
  84. package/node_modules/@turf/boolean-crosses/package.json +106 -0
  85. package/node_modules/@turf/boolean-disjoint/LICENSE +20 -0
  86. package/node_modules/@turf/boolean-disjoint/README.md +60 -0
  87. package/node_modules/@turf/boolean-disjoint/dist/es/index.js +168 -0
  88. package/node_modules/@turf/boolean-disjoint/dist/es/package.json +1 -0
  89. package/node_modules/@turf/boolean-disjoint/dist/js/index.d.ts +17 -0
  90. package/node_modules/@turf/boolean-disjoint/dist/js/index.js +173 -0
  91. package/node_modules/@turf/boolean-disjoint/package.json +106 -0
  92. package/node_modules/@turf/boolean-equal/LICENSE +20 -0
  93. package/node_modules/@turf/boolean-equal/README.md +66 -0
  94. package/node_modules/@turf/boolean-equal/dist/es/index.js +30 -0
  95. package/node_modules/@turf/boolean-equal/dist/es/package.json +1 -0
  96. package/node_modules/@turf/boolean-equal/dist/js/index.d.ts +21 -0
  97. package/node_modules/@turf/boolean-equal/dist/js/index.js +35 -0
  98. package/node_modules/@turf/boolean-equal/package.json +112 -0
  99. package/node_modules/@turf/boolean-intersects/LICENSE +20 -0
  100. package/node_modules/@turf/boolean-intersects/README.md +55 -0
  101. package/node_modules/@turf/boolean-intersects/dist/es/index.js +28 -0
  102. package/node_modules/@turf/boolean-intersects/dist/es/package.json +1 -0
  103. package/node_modules/@turf/boolean-intersects/dist/js/index.d.ts +16 -0
  104. package/node_modules/@turf/boolean-intersects/dist/js/index.js +34 -0
  105. package/node_modules/@turf/boolean-intersects/package.json +104 -0
  106. package/node_modules/@turf/boolean-overlap/LICENSE +20 -0
  107. package/node_modules/@turf/boolean-overlap/README.md +73 -0
  108. package/node_modules/@turf/boolean-overlap/dist/es/index.js +80 -0
  109. package/node_modules/@turf/boolean-overlap/dist/es/package.json +1 -0
  110. package/node_modules/@turf/boolean-overlap/dist/js/index.d.ts +23 -0
  111. package/node_modules/@turf/boolean-overlap/dist/js/index.js +86 -0
  112. package/node_modules/@turf/boolean-overlap/package.json +110 -0
  113. package/node_modules/@turf/boolean-parallel/LICENSE +20 -0
  114. package/node_modules/@turf/boolean-parallel/README.md +57 -0
  115. package/node_modules/@turf/boolean-parallel/dist/es/index.js +71 -0
  116. package/node_modules/@turf/boolean-parallel/dist/es/package.json +1 -0
  117. package/node_modules/@turf/boolean-parallel/dist/js/index.d.ts +17 -0
  118. package/node_modules/@turf/boolean-parallel/dist/js/index.js +76 -0
  119. package/node_modules/@turf/boolean-parallel/package.json +100 -0
  120. package/node_modules/@turf/boolean-point-in-polygon/LICENSE +20 -0
  121. package/node_modules/@turf/boolean-point-in-polygon/README.md +76 -0
  122. package/node_modules/@turf/boolean-point-in-polygon/dist/es/index.js +115 -0
  123. package/node_modules/@turf/boolean-point-in-polygon/dist/es/package.json +1 -0
  124. package/node_modules/@turf/boolean-point-in-polygon/dist/js/index.d.ts +28 -0
  125. package/node_modules/@turf/boolean-point-in-polygon/dist/js/index.js +118 -0
  126. package/node_modules/@turf/boolean-point-in-polygon/package.json +104 -0
  127. package/node_modules/@turf/boolean-point-on-line/LICENSE +20 -0
  128. package/node_modules/@turf/boolean-point-on-line/README.md +60 -0
  129. package/node_modules/@turf/boolean-point-on-line/dist/es/index.js +102 -0
  130. package/node_modules/@turf/boolean-point-on-line/dist/es/package.json +1 -0
  131. package/node_modules/@turf/boolean-point-on-line/dist/js/index.d.ts +23 -0
  132. package/node_modules/@turf/boolean-point-on-line/dist/js/index.js +104 -0
  133. package/node_modules/@turf/boolean-point-on-line/package.json +100 -0
  134. package/node_modules/@turf/boolean-within/LICENSE +20 -0
  135. package/node_modules/@turf/boolean-within/README.md +58 -0
  136. package/node_modules/@turf/boolean-within/dist/es/index.js +215 -0
  137. package/node_modules/@turf/boolean-within/dist/es/package.json +1 -0
  138. package/node_modules/@turf/boolean-within/dist/js/index.d.ts +20 -0
  139. package/node_modules/@turf/boolean-within/dist/js/index.js +220 -0
  140. package/node_modules/@turf/boolean-within/package.json +108 -0
  141. package/node_modules/@turf/buffer/LICENSE +20 -0
  142. package/node_modules/@turf/buffer/README.md +76 -0
  143. package/node_modules/@turf/buffer/dist/es/index.js +175 -0
  144. package/node_modules/@turf/buffer/dist/es/package.json +1 -0
  145. package/node_modules/@turf/buffer/dist/js/index.js +182 -0
  146. package/node_modules/@turf/buffer/index.d.ts +61 -0
  147. package/node_modules/@turf/buffer/package.json +112 -0
  148. package/node_modules/@turf/center/LICENSE +20 -0
  149. package/node_modules/@turf/center/README.md +71 -0
  150. package/node_modules/@turf/center/dist/es/index.js +34 -0
  151. package/node_modules/@turf/center/dist/es/package.json +1 -0
  152. package/node_modules/@turf/center/dist/js/index.d.ts +31 -0
  153. package/node_modules/@turf/center/dist/js/index.js +39 -0
  154. package/node_modules/@turf/center/package.json +101 -0
  155. package/node_modules/@turf/center-mean/LICENSE +20 -0
  156. package/node_modules/@turf/center-mean/README.md +75 -0
  157. package/node_modules/@turf/center-mean/dist/es/index.js +51 -0
  158. package/node_modules/@turf/center-mean/dist/es/package.json +1 -0
  159. package/node_modules/@turf/center-mean/dist/js/index.d.ts +35 -0
  160. package/node_modules/@turf/center-mean/dist/js/index.js +53 -0
  161. package/node_modules/@turf/center-mean/package.json +108 -0
  162. package/node_modules/@turf/center-median/LICENSE +20 -0
  163. package/node_modules/@turf/center-median/README.md +103 -0
  164. package/node_modules/@turf/center-median/dist/es/index.js +135 -0
  165. package/node_modules/@turf/center-median/dist/es/package.json +1 -0
  166. package/node_modules/@turf/center-median/dist/js/index.d.ts +62 -0
  167. package/node_modules/@turf/center-median/dist/js/index.js +140 -0
  168. package/node_modules/@turf/center-median/package.json +103 -0
  169. package/node_modules/@turf/center-of-mass/LICENSE +20 -0
  170. package/node_modules/@turf/center-of-mass/README.md +67 -0
  171. package/node_modules/@turf/center-of-mass/dist/es/index.js +81 -0
  172. package/node_modules/@turf/center-of-mass/dist/es/package.json +1 -0
  173. package/node_modules/@turf/center-of-mass/dist/js/index.d.ts +21 -0
  174. package/node_modules/@turf/center-of-mass/dist/js/index.js +86 -0
  175. package/node_modules/@turf/center-of-mass/package.json +95 -0
  176. package/node_modules/@turf/centroid/LICENSE +20 -0
  177. package/node_modules/@turf/centroid/README.md +62 -0
  178. package/node_modules/@turf/centroid/dist/es/index.js +32 -0
  179. package/node_modules/@turf/centroid/dist/es/package.json +1 -0
  180. package/node_modules/@turf/centroid/dist/js/index.d.ts +22 -0
  181. package/node_modules/@turf/centroid/dist/js/index.js +34 -0
  182. package/node_modules/@turf/centroid/package.json +101 -0
  183. package/node_modules/@turf/circle/LICENSE +20 -0
  184. package/node_modules/@turf/circle/README.md +71 -0
  185. package/node_modules/@turf/circle/dist/es/index.js +41 -0
  186. package/node_modules/@turf/circle/dist/es/package.json +1 -0
  187. package/node_modules/@turf/circle/dist/js/index.d.ts +27 -0
  188. package/node_modules/@turf/circle/dist/js/index.js +46 -0
  189. package/node_modules/@turf/circle/package.json +99 -0
  190. package/node_modules/@turf/clean-coords/LICENSE +20 -0
  191. package/node_modules/@turf/clean-coords/README.md +61 -0
  192. package/node_modules/@turf/clean-coords/dist/es/index.js +159 -0
  193. package/node_modules/@turf/clean-coords/dist/es/package.json +1 -0
  194. package/node_modules/@turf/clean-coords/dist/js/index.d.ts +22 -0
  195. package/node_modules/@turf/clean-coords/dist/js/index.js +161 -0
  196. package/node_modules/@turf/clean-coords/package.json +103 -0
  197. package/node_modules/@turf/clone/LICENSE +20 -0
  198. package/node_modules/@turf/clone/README.md +49 -0
  199. package/node_modules/@turf/clone/dist/es/index.js +157 -0
  200. package/node_modules/@turf/clone/dist/es/package.json +1 -0
  201. package/node_modules/@turf/clone/dist/js/index.d.ts +15 -0
  202. package/node_modules/@turf/clone/dist/js/index.js +159 -0
  203. package/node_modules/@turf/clone/package.json +109 -0
  204. package/node_modules/@turf/clusters/LICENSE +20 -0
  205. package/node_modules/@turf/clusters/README.md +208 -0
  206. package/node_modules/@turf/clusters/dist/es/index.js +294 -0
  207. package/node_modules/@turf/clusters/dist/es/package.json +1 -0
  208. package/node_modules/@turf/clusters/dist/js/index.d.ts +197 -0
  209. package/node_modules/@turf/clusters/dist/js/index.js +303 -0
  210. package/node_modules/@turf/clusters/package.json +98 -0
  211. package/node_modules/@turf/clusters-dbscan/LICENSE +20 -0
  212. package/node_modules/@turf/clusters-dbscan/README.md +73 -0
  213. package/node_modules/@turf/clusters-dbscan/dist/es/index.js +70 -0
  214. package/node_modules/@turf/clusters-dbscan/dist/es/package.json +1 -0
  215. package/node_modules/@turf/clusters-dbscan/dist/js/index.d.ts +35 -0
  216. package/node_modules/@turf/clusters-dbscan/dist/js/index.js +75 -0
  217. package/node_modules/@turf/clusters-dbscan/package.json +118 -0
  218. package/node_modules/@turf/clusters-kmeans/LICENSE +20 -0
  219. package/node_modules/@turf/clusters-kmeans/README.md +69 -0
  220. package/node_modules/@turf/clusters-kmeans/dist/es/index.js +57 -0
  221. package/node_modules/@turf/clusters-kmeans/dist/es/package.json +1 -0
  222. package/node_modules/@turf/clusters-kmeans/dist/js/index.d.ts +31 -0
  223. package/node_modules/@turf/clusters-kmeans/dist/js/index.js +62 -0
  224. package/node_modules/@turf/clusters-kmeans/package.json +119 -0
  225. package/node_modules/@turf/collect/LICENSE +20 -0
  226. package/node_modules/@turf/collect/README.md +73 -0
  227. package/node_modules/@turf/collect/dist/es/index.js +68 -0
  228. package/node_modules/@turf/collect/dist/es/package.json +1 -0
  229. package/node_modules/@turf/collect/dist/js/index.d.ts +33 -0
  230. package/node_modules/@turf/collect/dist/js/index.js +73 -0
  231. package/node_modules/@turf/collect/node_modules/quickselect/LICENSE +15 -0
  232. package/node_modules/@turf/collect/node_modules/quickselect/README.md +28 -0
  233. package/node_modules/@turf/collect/node_modules/quickselect/index.js +54 -0
  234. package/node_modules/@turf/collect/node_modules/quickselect/package.json +69 -0
  235. package/node_modules/@turf/collect/node_modules/quickselect/quickselect.js +63 -0
  236. package/node_modules/@turf/collect/node_modules/rbush/LICENSE +21 -0
  237. package/node_modules/@turf/collect/node_modules/rbush/README.md +291 -0
  238. package/node_modules/@turf/collect/node_modules/rbush/index.js +562 -0
  239. package/node_modules/@turf/collect/node_modules/rbush/package.json +85 -0
  240. package/node_modules/@turf/collect/node_modules/rbush/rbush.js +626 -0
  241. package/node_modules/@turf/collect/node_modules/rbush/rbush.min.js +1 -0
  242. package/node_modules/@turf/collect/package.json +101 -0
  243. package/node_modules/@turf/combine/LICENSE +20 -0
  244. package/node_modules/@turf/combine/README.md +81 -0
  245. package/node_modules/@turf/combine/dist/es/index.js +79 -0
  246. package/node_modules/@turf/combine/dist/es/package.json +1 -0
  247. package/node_modules/@turf/combine/dist/js/index.d.ts +27 -0
  248. package/node_modules/@turf/combine/dist/js/index.js +81 -0
  249. package/node_modules/@turf/combine/package.json +91 -0
  250. package/node_modules/@turf/concave/LICENSE +20 -0
  251. package/node_modules/@turf/concave/README.md +81 -0
  252. package/node_modules/@turf/concave/dist/es/index.js +83 -0
  253. package/node_modules/@turf/concave/dist/es/lib/turf-dissolve.js +71 -0
  254. package/node_modules/@turf/concave/dist/es/lib/turf-line-dissolve.js +105 -0
  255. package/node_modules/@turf/concave/dist/es/lib/turf-polygon-dissolve.js +36 -0
  256. package/node_modules/@turf/concave/dist/es/package.json +1 -0
  257. package/node_modules/@turf/concave/dist/js/index.d.ts +33 -0
  258. package/node_modules/@turf/concave/dist/js/index.js +88 -0
  259. package/node_modules/@turf/concave/dist/js/lib/turf-dissolve.d.ts +15 -0
  260. package/node_modules/@turf/concave/dist/js/lib/turf-dissolve.js +76 -0
  261. package/node_modules/@turf/concave/dist/js/lib/turf-line-dissolve.d.ts +14 -0
  262. package/node_modules/@turf/concave/dist/js/lib/turf-line-dissolve.js +110 -0
  263. package/node_modules/@turf/concave/dist/js/lib/turf-polygon-dissolve.d.ts +12 -0
  264. package/node_modules/@turf/concave/dist/js/lib/turf-polygon-dissolve.js +42 -0
  265. package/node_modules/@turf/concave/package.json +138 -0
  266. package/node_modules/@turf/convex/LICENSE +20 -0
  267. package/node_modules/@turf/convex/README.md +83 -0
  268. package/node_modules/@turf/convex/dist/es/index.js +51 -0
  269. package/node_modules/@turf/convex/dist/es/package.json +1 -0
  270. package/node_modules/@turf/convex/dist/js/index.d.ts +33 -0
  271. package/node_modules/@turf/convex/dist/js/index.js +57 -0
  272. package/node_modules/@turf/convex/package.json +94 -0
  273. package/node_modules/@turf/destination/LICENSE +20 -0
  274. package/node_modules/@turf/destination/README.md +75 -0
  275. package/node_modules/@turf/destination/dist/es/index.js +47 -0
  276. package/node_modules/@turf/destination/dist/es/package.json +1 -0
  277. package/node_modules/@turf/destination/dist/js/index.d.ts +31 -0
  278. package/node_modules/@turf/destination/dist/js/index.js +50 -0
  279. package/node_modules/@turf/destination/package.json +102 -0
  280. package/node_modules/@turf/difference/LICENSE +20 -0
  281. package/node_modules/@turf/difference/README.md +77 -0
  282. package/node_modules/@turf/difference/dist/es/index.js +53 -0
  283. package/node_modules/@turf/difference/dist/es/package.json +1 -0
  284. package/node_modules/@turf/difference/dist/js/index.js +60 -0
  285. package/node_modules/@turf/difference/index.d.ts +9 -0
  286. package/node_modules/@turf/difference/package.json +88 -0
  287. package/node_modules/@turf/dissolve/LICENSE +20 -0
  288. package/node_modules/@turf/dissolve/README.md +96 -0
  289. package/node_modules/@turf/dissolve/dist/es/index.js +81 -0
  290. package/node_modules/@turf/dissolve/dist/es/package.json +1 -0
  291. package/node_modules/@turf/dissolve/dist/js/index.js +89 -0
  292. package/node_modules/@turf/dissolve/index.d.ts +11 -0
  293. package/node_modules/@turf/dissolve/package.json +91 -0
  294. package/node_modules/@turf/distance/LICENSE +20 -0
  295. package/node_modules/@turf/distance/README.md +69 -0
  296. package/node_modules/@turf/distance/dist/es/index.js +39 -0
  297. package/node_modules/@turf/distance/dist/es/package.json +1 -0
  298. package/node_modules/@turf/distance/dist/js/index.d.ts +27 -0
  299. package/node_modules/@turf/distance/dist/js/index.js +41 -0
  300. package/node_modules/@turf/distance/package.json +109 -0
  301. package/node_modules/@turf/distance-weight/LICENSE +20 -0
  302. package/node_modules/@turf/distance-weight/README.md +64 -0
  303. package/node_modules/@turf/distance-weight/dist/es/index.js +105 -0
  304. package/node_modules/@turf/distance-weight/dist/es/package.json +1 -0
  305. package/node_modules/@turf/distance-weight/dist/js/index.d.ts +37 -0
  306. package/node_modules/@turf/distance-weight/dist/js/index.js +112 -0
  307. package/node_modules/@turf/distance-weight/package.json +99 -0
  308. package/node_modules/@turf/ellipse/LICENSE +20 -0
  309. package/node_modules/@turf/ellipse/README.md +72 -0
  310. package/node_modules/@turf/ellipse/dist/es/index.js +104 -0
  311. package/node_modules/@turf/ellipse/dist/es/package.json +1 -0
  312. package/node_modules/@turf/ellipse/dist/js/index.js +112 -0
  313. package/node_modules/@turf/ellipse/index.d.ts +15 -0
  314. package/node_modules/@turf/ellipse/package.json +101 -0
  315. package/node_modules/@turf/envelope/LICENSE +20 -0
  316. package/node_modules/@turf/envelope/README.md +61 -0
  317. package/node_modules/@turf/envelope/dist/es/index.js +26 -0
  318. package/node_modules/@turf/envelope/dist/es/package.json +1 -0
  319. package/node_modules/@turf/envelope/dist/js/index.js +34 -0
  320. package/node_modules/@turf/envelope/index.d.ts +6 -0
  321. package/node_modules/@turf/envelope/package.json +90 -0
  322. package/node_modules/@turf/explode/LICENSE +20 -0
  323. package/node_modules/@turf/explode/README.md +59 -0
  324. package/node_modules/@turf/explode/dist/es/index.js +35 -0
  325. package/node_modules/@turf/explode/dist/es/package.json +1 -0
  326. package/node_modules/@turf/explode/dist/js/index.js +38 -0
  327. package/node_modules/@turf/explode/index.d.ts +6 -0
  328. package/node_modules/@turf/explode/package.json +92 -0
  329. package/node_modules/@turf/flatten/LICENSE +20 -0
  330. package/node_modules/@turf/flatten/README.md +63 -0
  331. package/node_modules/@turf/flatten/dist/es/index.js +32 -0
  332. package/node_modules/@turf/flatten/dist/es/package.json +1 -0
  333. package/node_modules/@turf/flatten/dist/js/index.js +35 -0
  334. package/node_modules/@turf/flatten/index.d.ts +27 -0
  335. package/node_modules/@turf/flatten/package.json +100 -0
  336. package/node_modules/@turf/flip/LICENSE +20 -0
  337. package/node_modules/@turf/flip/README.md +57 -0
  338. package/node_modules/@turf/flip/dist/es/index.js +42 -0
  339. package/node_modules/@turf/flip/dist/es/package.json +1 -0
  340. package/node_modules/@turf/flip/dist/js/index.js +49 -0
  341. package/node_modules/@turf/flip/index.d.ts +8 -0
  342. package/node_modules/@turf/flip/package.json +90 -0
  343. package/node_modules/@turf/great-circle/LICENSE +20 -0
  344. package/node_modules/@turf/great-circle/README.md +74 -0
  345. package/node_modules/@turf/great-circle/dist/es/index.js +333 -0
  346. package/node_modules/@turf/great-circle/dist/es/package.json +1 -0
  347. package/node_modules/@turf/great-circle/dist/js/index.js +336 -0
  348. package/node_modules/@turf/great-circle/index.d.ts +20 -0
  349. package/node_modules/@turf/great-circle/package.json +105 -0
  350. package/node_modules/@turf/helpers/LICENSE +20 -0
  351. package/node_modules/@turf/helpers/README.md +579 -0
  352. package/node_modules/@turf/helpers/dist/es/index.js +696 -0
  353. package/node_modules/@turf/helpers/dist/es/lib/geojson.js +7 -0
  354. package/node_modules/@turf/helpers/dist/es/package.json +1 -0
  355. package/node_modules/@turf/helpers/dist/js/index.d.ts +482 -0
  356. package/node_modules/@turf/helpers/dist/js/index.js +724 -0
  357. package/node_modules/@turf/helpers/dist/js/lib/geojson.d.ts +193 -0
  358. package/node_modules/@turf/helpers/dist/js/lib/geojson.js +9 -0
  359. package/node_modules/@turf/helpers/package.json +211 -0
  360. package/node_modules/@turf/hex-grid/LICENSE +20 -0
  361. package/node_modules/@turf/hex-grid/README.md +82 -0
  362. package/node_modules/@turf/hex-grid/dist/es/index.js +157 -0
  363. package/node_modules/@turf/hex-grid/dist/es/package.json +1 -0
  364. package/node_modules/@turf/hex-grid/dist/js/index.d.ts +33 -0
  365. package/node_modules/@turf/hex-grid/dist/js/index.js +162 -0
  366. package/node_modules/@turf/hex-grid/package.json +126 -0
  367. package/node_modules/@turf/interpolate/LICENSE +20 -0
  368. package/node_modules/@turf/interpolate/README.md +74 -0
  369. package/node_modules/@turf/interpolate/dist/es/index.js +107 -0
  370. package/node_modules/@turf/interpolate/dist/es/package.json +1 -0
  371. package/node_modules/@turf/interpolate/dist/js/index.js +121 -0
  372. package/node_modules/@turf/interpolate/index.d.ts +25 -0
  373. package/node_modules/@turf/interpolate/package.json +105 -0
  374. package/node_modules/@turf/intersect/LICENSE +20 -0
  375. package/node_modules/@turf/intersect/README.md +81 -0
  376. package/node_modules/@turf/intersect/dist/es/index.js +50 -0
  377. package/node_modules/@turf/intersect/dist/es/package.json +1 -0
  378. package/node_modules/@turf/intersect/dist/js/index.d.ts +40 -0
  379. package/node_modules/@turf/intersect/dist/js/index.js +56 -0
  380. package/node_modules/@turf/intersect/package.json +96 -0
  381. package/node_modules/@turf/invariant/LICENSE +20 -0
  382. package/node_modules/@turf/invariant/README.md +202 -0
  383. package/node_modules/@turf/invariant/dist/es/index.js +223 -0
  384. package/node_modules/@turf/invariant/dist/es/package.json +1 -0
  385. package/node_modules/@turf/invariant/dist/js/index.d.ts +105 -0
  386. package/node_modules/@turf/invariant/dist/js/index.js +233 -0
  387. package/node_modules/@turf/invariant/package.json +154 -0
  388. package/node_modules/@turf/isobands/LICENSE +20 -0
  389. package/node_modules/@turf/isobands/README.md +64 -0
  390. package/node_modules/@turf/isobands/dist/es/index.js +3793 -0
  391. package/node_modules/@turf/isobands/dist/es/package.json +1 -0
  392. package/node_modules/@turf/isobands/dist/js/index.js +3804 -0
  393. package/node_modules/@turf/isobands/index.d.ts +19 -0
  394. package/node_modules/@turf/isobands/package.json +110 -0
  395. package/node_modules/@turf/isolines/LICENSE +20 -0
  396. package/node_modules/@turf/isolines/README.md +86 -0
  397. package/node_modules/@turf/isolines/dist/es/index.js +647 -0
  398. package/node_modules/@turf/isolines/dist/es/package.json +1 -0
  399. package/node_modules/@turf/isolines/dist/js/index.js +655 -0
  400. package/node_modules/@turf/isolines/index.d.ts +19 -0
  401. package/node_modules/@turf/isolines/package.json +106 -0
  402. package/node_modules/@turf/kinks/LICENSE +20 -0
  403. package/node_modules/@turf/kinks/README.md +79 -0
  404. package/node_modules/@turf/kinks/dist/es/index.js +136 -0
  405. package/node_modules/@turf/kinks/dist/es/lib/sweepline-intersections.js +288 -0
  406. package/node_modules/@turf/kinks/dist/es/package.json +1 -0
  407. package/node_modules/@turf/kinks/dist/js/index.d.ts +24 -0
  408. package/node_modules/@turf/kinks/dist/js/index.js +139 -0
  409. package/node_modules/@turf/kinks/dist/js/lib/sweepline-intersections.d.ts +2 -0
  410. package/node_modules/@turf/kinks/dist/js/lib/sweepline-intersections.js +290 -0
  411. package/node_modules/@turf/kinks/package.json +90 -0
  412. package/node_modules/@turf/length/LICENSE +20 -0
  413. package/node_modules/@turf/length/README.md +67 -0
  414. package/node_modules/@turf/length/dist/es/index.js +26 -0
  415. package/node_modules/@turf/length/dist/es/package.json +1 -0
  416. package/node_modules/@turf/length/dist/js/index.d.ts +20 -0
  417. package/node_modules/@turf/length/dist/js/index.js +32 -0
  418. package/node_modules/@turf/length/package.json +106 -0
  419. package/node_modules/@turf/line-arc/LICENSE +20 -0
  420. package/node_modules/@turf/line-arc/README.md +71 -0
  421. package/node_modules/@turf/line-arc/dist/es/index.js +70 -0
  422. package/node_modules/@turf/line-arc/dist/es/package.json +1 -0
  423. package/node_modules/@turf/line-arc/dist/js/index.d.ts +29 -0
  424. package/node_modules/@turf/line-arc/dist/js/index.js +76 -0
  425. package/node_modules/@turf/line-arc/package.json +92 -0
  426. package/node_modules/@turf/line-chunk/LICENSE +20 -0
  427. package/node_modules/@turf/line-chunk/README.md +74 -0
  428. package/node_modules/@turf/line-chunk/dist/es/index.js +87 -0
  429. package/node_modules/@turf/line-chunk/dist/es/package.json +1 -0
  430. package/node_modules/@turf/line-chunk/dist/js/index.js +95 -0
  431. package/node_modules/@turf/line-chunk/index.d.ts +25 -0
  432. package/node_modules/@turf/line-chunk/package.json +111 -0
  433. package/node_modules/@turf/line-intersect/LICENSE +20 -0
  434. package/node_modules/@turf/line-intersect/README.md +66 -0
  435. package/node_modules/@turf/line-intersect/dist/es/index.js +107 -0
  436. package/node_modules/@turf/line-intersect/dist/es/package.json +1 -0
  437. package/node_modules/@turf/line-intersect/dist/js/index.d.ts +18 -0
  438. package/node_modules/@turf/line-intersect/dist/js/index.js +112 -0
  439. package/node_modules/@turf/line-intersect/package.json +112 -0
  440. package/node_modules/@turf/line-offset/LICENSE +20 -0
  441. package/node_modules/@turf/line-offset/README.md +69 -0
  442. package/node_modules/@turf/line-offset/dist/es/index.js +243 -0
  443. package/node_modules/@turf/line-offset/dist/es/package.json +1 -0
  444. package/node_modules/@turf/line-offset/dist/js/index.js +246 -0
  445. package/node_modules/@turf/line-offset/index.d.ts +12 -0
  446. package/node_modules/@turf/line-offset/package.json +105 -0
  447. package/node_modules/@turf/line-overlap/LICENSE +20 -0
  448. package/node_modules/@turf/line-overlap/README.md +71 -0
  449. package/node_modules/@turf/line-overlap/dist/es/index.js +128 -0
  450. package/node_modules/@turf/line-overlap/dist/es/package.json +1 -0
  451. package/node_modules/@turf/line-overlap/dist/js/index.d.ts +23 -0
  452. package/node_modules/@turf/line-overlap/dist/js/index.js +133 -0
  453. package/node_modules/@turf/line-overlap/package.json +108 -0
  454. package/node_modules/@turf/line-segment/LICENSE +20 -0
  455. package/node_modules/@turf/line-segment/README.md +68 -0
  456. package/node_modules/@turf/line-segment/dist/es/index.js +93 -0
  457. package/node_modules/@turf/line-segment/dist/es/package.json +1 -0
  458. package/node_modules/@turf/line-segment/dist/js/index.d.ts +17 -0
  459. package/node_modules/@turf/line-segment/dist/js/index.js +95 -0
  460. package/node_modules/@turf/line-segment/package.json +96 -0
  461. package/node_modules/@turf/line-slice/LICENSE +20 -0
  462. package/node_modules/@turf/line-slice/README.md +74 -0
  463. package/node_modules/@turf/line-slice/dist/es/index.js +60 -0
  464. package/node_modules/@turf/line-slice/dist/es/package.json +1 -0
  465. package/node_modules/@turf/line-slice/dist/js/index.js +67 -0
  466. package/node_modules/@turf/line-slice/index.d.ts +10 -0
  467. package/node_modules/@turf/line-slice/package.json +93 -0
  468. package/node_modules/@turf/line-slice-along/LICENSE +20 -0
  469. package/node_modules/@turf/line-slice-along/README.md +72 -0
  470. package/node_modules/@turf/line-slice-along/dist/es/index.js +87 -0
  471. package/node_modules/@turf/line-slice-along/dist/es/package.json +1 -0
  472. package/node_modules/@turf/line-slice-along/dist/js/index.js +96 -0
  473. package/node_modules/@turf/line-slice-along/index.d.ts +13 -0
  474. package/node_modules/@turf/line-slice-along/package.json +90 -0
  475. package/node_modules/@turf/line-split/LICENSE +20 -0
  476. package/node_modules/@turf/line-split/README.md +57 -0
  477. package/node_modules/@turf/line-split/dist/es/index.js +215 -0
  478. package/node_modules/@turf/line-split/dist/es/package.json +1 -0
  479. package/node_modules/@turf/line-split/dist/js/index.js +228 -0
  480. package/node_modules/@turf/line-split/index.d.ts +22 -0
  481. package/node_modules/@turf/line-split/package.json +103 -0
  482. package/node_modules/@turf/line-to-polygon/LICENSE +20 -0
  483. package/node_modules/@turf/line-to-polygon/README.md +69 -0
  484. package/node_modules/@turf/line-to-polygon/dist/es/index.js +130 -0
  485. package/node_modules/@turf/line-to-polygon/dist/es/package.json +1 -0
  486. package/node_modules/@turf/line-to-polygon/dist/js/index.d.ts +27 -0
  487. package/node_modules/@turf/line-to-polygon/dist/js/index.js +135 -0
  488. package/node_modules/@turf/line-to-polygon/package.json +102 -0
  489. package/node_modules/@turf/mask/LICENSE +20 -0
  490. package/node_modules/@turf/mask/README.md +74 -0
  491. package/node_modules/@turf/mask/dist/es/index.js +79 -0
  492. package/node_modules/@turf/mask/dist/es/package.json +1 -0
  493. package/node_modules/@turf/mask/dist/js/index.js +86 -0
  494. package/node_modules/@turf/mask/index.d.ts +14 -0
  495. package/node_modules/@turf/mask/package.json +89 -0
  496. package/node_modules/@turf/meta/LICENSE +20 -0
  497. package/node_modules/@turf/meta/README.md +858 -0
  498. package/node_modules/@turf/meta/dist/es/index.js +1401 -0
  499. package/node_modules/@turf/meta/dist/es/package.json +1 -0
  500. package/node_modules/@turf/meta/dist/js/index.js +1421 -0
  501. package/node_modules/@turf/meta/index.d.ts +301 -0
  502. package/node_modules/@turf/meta/package.json +169 -0
  503. package/node_modules/@turf/midpoint/LICENSE +20 -0
  504. package/node_modules/@turf/midpoint/README.md +61 -0
  505. package/node_modules/@turf/midpoint/dist/es/index.js +31 -0
  506. package/node_modules/@turf/midpoint/dist/es/package.json +1 -0
  507. package/node_modules/@turf/midpoint/dist/js/index.js +40 -0
  508. package/node_modules/@turf/midpoint/index.d.ts +6 -0
  509. package/node_modules/@turf/midpoint/package.json +89 -0
  510. package/node_modules/@turf/moran-index/LICENSE +20 -0
  511. package/node_modules/@turf/moran-index/README.md +107 -0
  512. package/node_modules/@turf/moran-index/dist/es/index.js +133 -0
  513. package/node_modules/@turf/moran-index/dist/es/package.json +1 -0
  514. package/node_modules/@turf/moran-index/dist/js/index.d.ts +63 -0
  515. package/node_modules/@turf/moran-index/dist/js/index.js +139 -0
  516. package/node_modules/@turf/moran-index/package.json +97 -0
  517. package/node_modules/@turf/nearest-point/LICENSE +20 -0
  518. package/node_modules/@turf/nearest-point/README.md +69 -0
  519. package/node_modules/@turf/nearest-point/dist/es/index.js +49 -0
  520. package/node_modules/@turf/nearest-point/dist/es/package.json +1 -0
  521. package/node_modules/@turf/nearest-point/dist/js/index.d.ts +34 -0
  522. package/node_modules/@turf/nearest-point/dist/js/index.js +54 -0
  523. package/node_modules/@turf/nearest-point/package.json +97 -0
  524. package/node_modules/@turf/nearest-point-on-line/LICENSE +20 -0
  525. package/node_modules/@turf/nearest-point-on-line/README.md +83 -0
  526. package/node_modules/@turf/nearest-point-on-line/dist/es/index.js +88 -0
  527. package/node_modules/@turf/nearest-point-on-line/dist/es/package.json +1 -0
  528. package/node_modules/@turf/nearest-point-on-line/dist/js/index.d.ts +39 -0
  529. package/node_modules/@turf/nearest-point-on-line/dist/js/index.js +93 -0
  530. package/node_modules/@turf/nearest-point-on-line/package.json +98 -0
  531. package/node_modules/@turf/nearest-point-to-line/LICENSE +20 -0
  532. package/node_modules/@turf/nearest-point-to-line/README.md +86 -0
  533. package/node_modules/@turf/nearest-point-to-line/dist/es/index.js +91 -0
  534. package/node_modules/@turf/nearest-point-to-line/dist/es/package.json +1 -0
  535. package/node_modules/@turf/nearest-point-to-line/dist/js/index.d.ts +32 -0
  536. package/node_modules/@turf/nearest-point-to-line/dist/js/index.js +96 -0
  537. package/node_modules/@turf/nearest-point-to-line/package.json +106 -0
  538. package/node_modules/@turf/planepoint/LICENSE +20 -0
  539. package/node_modules/@turf/planepoint/README.md +79 -0
  540. package/node_modules/@turf/planepoint/dist/es/index.js +77 -0
  541. package/node_modules/@turf/planepoint/dist/es/package.json +1 -0
  542. package/node_modules/@turf/planepoint/dist/js/index.js +80 -0
  543. package/node_modules/@turf/planepoint/index.d.ts +9 -0
  544. package/node_modules/@turf/planepoint/package.json +88 -0
  545. package/node_modules/@turf/point-grid/LICENSE +20 -0
  546. package/node_modules/@turf/point-grid/README.md +80 -0
  547. package/node_modules/@turf/point-grid/dist/es/index.js +72 -0
  548. package/node_modules/@turf/point-grid/dist/es/package.json +1 -0
  549. package/node_modules/@turf/point-grid/dist/js/index.d.ts +28 -0
  550. package/node_modules/@turf/point-grid/dist/js/index.js +77 -0
  551. package/node_modules/@turf/point-grid/package.json +108 -0
  552. package/node_modules/@turf/point-on-feature/LICENSE +20 -0
  553. package/node_modules/@turf/point-on-feature/README.md +73 -0
  554. package/node_modules/@turf/point-on-feature/dist/es/index.js +149 -0
  555. package/node_modules/@turf/point-on-feature/dist/es/package.json +1 -0
  556. package/node_modules/@turf/point-on-feature/dist/js/index.js +159 -0
  557. package/node_modules/@turf/point-on-feature/index.d.ts +6 -0
  558. package/node_modules/@turf/point-on-feature/package.json +93 -0
  559. package/node_modules/@turf/point-to-line-distance/LICENSE +20 -0
  560. package/node_modules/@turf/point-to-line-distance/README.md +71 -0
  561. package/node_modules/@turf/point-to-line-distance/dist/es/index.js +106 -0
  562. package/node_modules/@turf/point-to-line-distance/dist/es/package.json +1 -0
  563. package/node_modules/@turf/point-to-line-distance/dist/js/index.d.ts +26 -0
  564. package/node_modules/@turf/point-to-line-distance/dist/js/index.js +111 -0
  565. package/node_modules/@turf/point-to-line-distance/package.json +106 -0
  566. package/node_modules/@turf/points-within-polygon/LICENSE +20 -0
  567. package/node_modules/@turf/points-within-polygon/README.md +86 -0
  568. package/node_modules/@turf/points-within-polygon/dist/es/index.js +71 -0
  569. package/node_modules/@turf/points-within-polygon/dist/es/package.json +1 -0
  570. package/node_modules/@turf/points-within-polygon/dist/js/index.js +78 -0
  571. package/node_modules/@turf/points-within-polygon/index.d.ts +21 -0
  572. package/node_modules/@turf/points-within-polygon/package.json +90 -0
  573. package/node_modules/@turf/polygon-smooth/LICENSE +20 -0
  574. package/node_modules/@turf/polygon-smooth/README.md +70 -0
  575. package/node_modules/@turf/polygon-smooth/dist/es/index.js +162 -0
  576. package/node_modules/@turf/polygon-smooth/dist/es/package.json +1 -0
  577. package/node_modules/@turf/polygon-smooth/dist/js/index.js +165 -0
  578. package/node_modules/@turf/polygon-smooth/index.d.ts +16 -0
  579. package/node_modules/@turf/polygon-smooth/package.json +95 -0
  580. package/node_modules/@turf/polygon-tangents/LICENSE +20 -0
  581. package/node_modules/@turf/polygon-tangents/README.md +67 -0
  582. package/node_modules/@turf/polygon-tangents/dist/es/index.js +147 -0
  583. package/node_modules/@turf/polygon-tangents/dist/es/package.json +1 -0
  584. package/node_modules/@turf/polygon-tangents/dist/js/index.js +156 -0
  585. package/node_modules/@turf/polygon-tangents/index.d.ts +16 -0
  586. package/node_modules/@turf/polygon-tangents/package.json +104 -0
  587. package/node_modules/@turf/polygon-to-line/LICENSE +20 -0
  588. package/node_modules/@turf/polygon-to-line/README.md +71 -0
  589. package/node_modules/@turf/polygon-to-line/dist/es/index.js +75 -0
  590. package/node_modules/@turf/polygon-to-line/dist/es/package.json +1 -0
  591. package/node_modules/@turf/polygon-to-line/dist/js/index.d.ts +37 -0
  592. package/node_modules/@turf/polygon-to-line/dist/js/index.js +81 -0
  593. package/node_modules/@turf/polygon-to-line/package.json +95 -0
  594. package/node_modules/@turf/polygonize/LICENSE +20 -0
  595. package/node_modules/@turf/polygonize/README.md +69 -0
  596. package/node_modules/@turf/polygonize/dist/es/index.js +46 -0
  597. package/node_modules/@turf/polygonize/dist/es/lib/Edge.js +77 -0
  598. package/node_modules/@turf/polygonize/dist/es/lib/EdgeRing.js +199 -0
  599. package/node_modules/@turf/polygonize/dist/es/lib/Graph.js +302 -0
  600. package/node_modules/@turf/polygonize/dist/es/lib/Node.js +93 -0
  601. package/node_modules/@turf/polygonize/dist/es/lib/util.js +66 -0
  602. package/node_modules/@turf/polygonize/dist/es/package.json +1 -0
  603. package/node_modules/@turf/polygonize/dist/js/index.d.ts +20 -0
  604. package/node_modules/@turf/polygonize/dist/js/index.js +52 -0
  605. package/node_modules/@turf/polygonize/dist/js/lib/Edge.d.ts +55 -0
  606. package/node_modules/@turf/polygonize/dist/js/lib/Edge.js +79 -0
  607. package/node_modules/@turf/polygonize/dist/js/lib/EdgeRing.d.ts +122 -0
  608. package/node_modules/@turf/polygonize/dist/js/lib/EdgeRing.js +204 -0
  609. package/node_modules/@turf/polygonize/dist/js/lib/Graph.d.ts +124 -0
  610. package/node_modules/@turf/polygonize/dist/js/lib/Graph.js +307 -0
  611. package/node_modules/@turf/polygonize/dist/js/lib/Node.d.ts +40 -0
  612. package/node_modules/@turf/polygonize/dist/js/lib/Node.js +95 -0
  613. package/node_modules/@turf/polygonize/dist/js/lib/util.d.ts +46 -0
  614. package/node_modules/@turf/polygonize/dist/js/lib/util.js +75 -0
  615. package/node_modules/@turf/polygonize/package.json +105 -0
  616. package/node_modules/@turf/projection/LICENSE +20 -0
  617. package/node_modules/@turf/projection/README.md +78 -0
  618. package/node_modules/@turf/projection/dist/es/index.js +137 -0
  619. package/node_modules/@turf/projection/dist/es/package.json +1 -0
  620. package/node_modules/@turf/projection/dist/js/index.d.ts +37 -0
  621. package/node_modules/@turf/projection/dist/js/index.js +144 -0
  622. package/node_modules/@turf/projection/package.json +113 -0
  623. package/node_modules/@turf/random/LICENSE +20 -0
  624. package/node_modules/@turf/random/README.md +129 -0
  625. package/node_modules/@turf/random/dist/es/index.js +188 -0
  626. package/node_modules/@turf/random/dist/es/package.json +1 -0
  627. package/node_modules/@turf/random/dist/js/index.d.ts +72 -0
  628. package/node_modules/@turf/random/dist/js/index.js +194 -0
  629. package/node_modules/@turf/random/package.json +88 -0
  630. package/node_modules/@turf/rectangle-grid/LICENSE +20 -0
  631. package/node_modules/@turf/rectangle-grid/README.md +60 -0
  632. package/node_modules/@turf/rectangle-grid/dist/es/index.js +77 -0
  633. package/node_modules/@turf/rectangle-grid/dist/es/package.json +1 -0
  634. package/node_modules/@turf/rectangle-grid/dist/js/index.d.ts +32 -0
  635. package/node_modules/@turf/rectangle-grid/dist/js/index.js +82 -0
  636. package/node_modules/@turf/rectangle-grid/package.json +104 -0
  637. package/node_modules/@turf/rewind/LICENSE +20 -0
  638. package/node_modules/@turf/rewind/README.md +64 -0
  639. package/node_modules/@turf/rewind/dist/es/index.js +134 -0
  640. package/node_modules/@turf/rewind/dist/es/package.json +1 -0
  641. package/node_modules/@turf/rewind/dist/js/index.js +142 -0
  642. package/node_modules/@turf/rewind/index.d.ts +12 -0
  643. package/node_modules/@turf/rewind/package.json +110 -0
  644. package/node_modules/@turf/rhumb-bearing/LICENSE +20 -0
  645. package/node_modules/@turf/rhumb-bearing/README.md +66 -0
  646. package/node_modules/@turf/rhumb-bearing/dist/es/index.js +69 -0
  647. package/node_modules/@turf/rhumb-bearing/dist/es/package.json +1 -0
  648. package/node_modules/@turf/rhumb-bearing/dist/js/index.d.ts +26 -0
  649. package/node_modules/@turf/rhumb-bearing/dist/js/index.js +71 -0
  650. package/node_modules/@turf/rhumb-bearing/package.json +112 -0
  651. package/node_modules/@turf/rhumb-destination/LICENSE +20 -0
  652. package/node_modules/@turf/rhumb-destination/README.md +73 -0
  653. package/node_modules/@turf/rhumb-destination/dist/es/index.js +86 -0
  654. package/node_modules/@turf/rhumb-destination/dist/es/package.json +1 -0
  655. package/node_modules/@turf/rhumb-destination/dist/js/index.d.ts +30 -0
  656. package/node_modules/@turf/rhumb-destination/dist/js/index.js +88 -0
  657. package/node_modules/@turf/rhumb-destination/package.json +116 -0
  658. package/node_modules/@turf/rhumb-distance/LICENSE +20 -0
  659. package/node_modules/@turf/rhumb-distance/README.md +67 -0
  660. package/node_modules/@turf/rhumb-distance/dist/es/index.js +84 -0
  661. package/node_modules/@turf/rhumb-distance/dist/es/package.json +1 -0
  662. package/node_modules/@turf/rhumb-distance/dist/js/index.d.ts +27 -0
  663. package/node_modules/@turf/rhumb-distance/dist/js/index.js +86 -0
  664. package/node_modules/@turf/rhumb-distance/package.json +113 -0
  665. package/node_modules/@turf/sample/LICENSE +20 -0
  666. package/node_modules/@turf/sample/README.md +62 -0
  667. package/node_modules/@turf/sample/dist/es/index.js +50 -0
  668. package/node_modules/@turf/sample/dist/es/package.json +1 -0
  669. package/node_modules/@turf/sample/dist/js/index.js +53 -0
  670. package/node_modules/@turf/sample/index.d.ts +9 -0
  671. package/node_modules/@turf/sample/package.json +85 -0
  672. package/node_modules/@turf/sector/LICENSE +20 -0
  673. package/node_modules/@turf/sector/README.md +74 -0
  674. package/node_modules/@turf/sector/dist/es/index.js +75 -0
  675. package/node_modules/@turf/sector/dist/es/package.json +1 -0
  676. package/node_modules/@turf/sector/dist/js/index.js +83 -0
  677. package/node_modules/@turf/sector/index.d.ts +16 -0
  678. package/node_modules/@turf/sector/package.json +91 -0
  679. package/node_modules/@turf/shortest-path/LICENSE +20 -0
  680. package/node_modules/@turf/shortest-path/README.md +86 -0
  681. package/node_modules/@turf/shortest-path/dist/es/index.js +589 -0
  682. package/node_modules/@turf/shortest-path/dist/es/package.json +1 -0
  683. package/node_modules/@turf/shortest-path/dist/js/index.js +601 -0
  684. package/node_modules/@turf/shortest-path/index.d.ts +22 -0
  685. package/node_modules/@turf/shortest-path/package.json +106 -0
  686. package/node_modules/@turf/simplify/LICENSE +20 -0
  687. package/node_modules/@turf/simplify/README.md +87 -0
  688. package/node_modules/@turf/simplify/dist/es/index.js +300 -0
  689. package/node_modules/@turf/simplify/dist/es/package.json +1 -0
  690. package/node_modules/@turf/simplify/dist/js/index.js +308 -0
  691. package/node_modules/@turf/simplify/index.d.ts +13 -0
  692. package/node_modules/@turf/simplify/package.json +104 -0
  693. package/node_modules/@turf/square/LICENSE +20 -0
  694. package/node_modules/@turf/square/README.md +51 -0
  695. package/node_modules/@turf/square/dist/es/index.js +44 -0
  696. package/node_modules/@turf/square/dist/es/package.json +1 -0
  697. package/node_modules/@turf/square/dist/js/index.js +51 -0
  698. package/node_modules/@turf/square/index.d.ts +6 -0
  699. package/node_modules/@turf/square/package.json +87 -0
  700. package/node_modules/@turf/square-grid/LICENSE +20 -0
  701. package/node_modules/@turf/square-grid/README.md +58 -0
  702. package/node_modules/@turf/square-grid/dist/es/index.js +28 -0
  703. package/node_modules/@turf/square-grid/dist/es/package.json +1 -0
  704. package/node_modules/@turf/square-grid/dist/js/index.d.ts +29 -0
  705. package/node_modules/@turf/square-grid/dist/js/index.js +34 -0
  706. package/node_modules/@turf/square-grid/package.json +95 -0
  707. package/node_modules/@turf/standard-deviational-ellipse/LICENSE +20 -0
  708. package/node_modules/@turf/standard-deviational-ellipse/README.md +94 -0
  709. package/node_modules/@turf/standard-deviational-ellipse/dist/es/index.js +151 -0
  710. package/node_modules/@turf/standard-deviational-ellipse/dist/es/package.json +1 -0
  711. package/node_modules/@turf/standard-deviational-ellipse/dist/js/index.js +160 -0
  712. package/node_modules/@turf/standard-deviational-ellipse/index.d.ts +37 -0
  713. package/node_modules/@turf/standard-deviational-ellipse/package.json +101 -0
  714. package/node_modules/@turf/tag/LICENSE +20 -0
  715. package/node_modules/@turf/tag/README.md +70 -0
  716. package/node_modules/@turf/tag/dist/es/index.js +56 -0
  717. package/node_modules/@turf/tag/dist/es/package.json +1 -0
  718. package/node_modules/@turf/tag/dist/js/index.js +64 -0
  719. package/node_modules/@turf/tag/index.d.ts +11 -0
  720. package/node_modules/@turf/tag/package.json +93 -0
  721. package/node_modules/@turf/tesselate/LICENSE +20 -0
  722. package/node_modules/@turf/tesselate/README.md +61 -0
  723. package/node_modules/@turf/tesselate/dist/es/index.js +79 -0
  724. package/node_modules/@turf/tesselate/dist/es/package.json +1 -0
  725. package/node_modules/@turf/tesselate/dist/js/index.js +86 -0
  726. package/node_modules/@turf/tesselate/index.d.ts +6 -0
  727. package/node_modules/@turf/tesselate/package.json +106 -0
  728. package/node_modules/@turf/tin/LICENSE +20 -0
  729. package/node_modules/@turf/tin/README.md +79 -0
  730. package/node_modules/@turf/tin/dist/es/index.js +240 -0
  731. package/node_modules/@turf/tin/dist/es/package.json +1 -0
  732. package/node_modules/@turf/tin/dist/js/index.d.ts +44 -0
  733. package/node_modules/@turf/tin/dist/js/index.js +243 -0
  734. package/node_modules/@turf/tin/package.json +90 -0
  735. package/node_modules/@turf/transform-rotate/LICENSE +20 -0
  736. package/node_modules/@turf/transform-rotate/README.md +67 -0
  737. package/node_modules/@turf/transform-rotate/dist/es/index.js +62 -0
  738. package/node_modules/@turf/transform-rotate/dist/es/package.json +1 -0
  739. package/node_modules/@turf/transform-rotate/dist/js/index.js +73 -0
  740. package/node_modules/@turf/transform-rotate/index.d.ts +13 -0
  741. package/node_modules/@turf/transform-rotate/package.json +107 -0
  742. package/node_modules/@turf/transform-scale/LICENSE +20 -0
  743. package/node_modules/@turf/transform-scale/README.md +66 -0
  744. package/node_modules/@turf/transform-scale/dist/es/index.js +144 -0
  745. package/node_modules/@turf/transform-scale/dist/es/package.json +1 -0
  746. package/node_modules/@turf/transform-scale/dist/js/index.js +157 -0
  747. package/node_modules/@turf/transform-scale/index.d.ts +13 -0
  748. package/node_modules/@turf/transform-scale/package.json +115 -0
  749. package/node_modules/@turf/transform-translate/LICENSE +20 -0
  750. package/node_modules/@turf/transform-translate/README.md +66 -0
  751. package/node_modules/@turf/transform-translate/dist/es/index.js +72 -0
  752. package/node_modules/@turf/transform-translate/dist/es/package.json +1 -0
  753. package/node_modules/@turf/transform-translate/dist/js/index.js +80 -0
  754. package/node_modules/@turf/transform-translate/index.d.ts +15 -0
  755. package/node_modules/@turf/transform-translate/package.json +105 -0
  756. package/node_modules/@turf/triangle-grid/LICENSE +20 -0
  757. package/node_modules/@turf/triangle-grid/README.md +72 -0
  758. package/node_modules/@turf/triangle-grid/dist/es/index.js +139 -0
  759. package/node_modules/@turf/triangle-grid/dist/es/package.json +1 -0
  760. package/node_modules/@turf/triangle-grid/dist/js/index.d.ts +28 -0
  761. package/node_modules/@turf/triangle-grid/dist/js/index.js +144 -0
  762. package/node_modules/@turf/triangle-grid/package.json +99 -0
  763. package/node_modules/@turf/truncate/LICENSE +20 -0
  764. package/node_modules/@turf/truncate/README.md +66 -0
  765. package/node_modules/@turf/truncate/dist/es/index.js +76 -0
  766. package/node_modules/@turf/truncate/dist/es/package.json +1 -0
  767. package/node_modules/@turf/truncate/dist/js/index.d.ts +30 -0
  768. package/node_modules/@turf/truncate/dist/js/index.js +78 -0
  769. package/node_modules/@turf/truncate/package.json +100 -0
  770. package/node_modules/@turf/turf/LICENSE +20 -0
  771. package/node_modules/@turf/turf/README.md +31 -0
  772. package/node_modules/@turf/turf/dist/es/index.js +118 -0
  773. package/node_modules/@turf/turf/dist/es/package.json +1 -0
  774. package/node_modules/@turf/turf/dist/js/index.js +984 -0
  775. package/node_modules/@turf/turf/index.d.ts +146 -0
  776. package/node_modules/@turf/turf/package.json +216 -0
  777. package/node_modules/@turf/turf/turf.min.js +88 -0
  778. package/node_modules/@turf/union/LICENSE +20 -0
  779. package/node_modules/@turf/union/README.md +77 -0
  780. package/node_modules/@turf/union/dist/es/index.js +46 -0
  781. package/node_modules/@turf/union/dist/es/package.json +1 -0
  782. package/node_modules/@turf/union/dist/js/index.d.ts +35 -0
  783. package/node_modules/@turf/union/dist/js/index.js +51 -0
  784. package/node_modules/@turf/union/package.json +94 -0
  785. package/node_modules/@turf/unkink-polygon/LICENSE +20 -0
  786. package/node_modules/@turf/unkink-polygon/README.md +60 -0
  787. package/node_modules/@turf/unkink-polygon/dist/es/index.js +790 -0
  788. package/node_modules/@turf/unkink-polygon/dist/es/package.json +1 -0
  789. package/node_modules/@turf/unkink-polygon/dist/js/index.js +799 -0
  790. package/node_modules/@turf/unkink-polygon/index.d.ts +13 -0
  791. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/LICENSE +15 -0
  792. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/README.md +28 -0
  793. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/index.js +54 -0
  794. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/package.json +69 -0
  795. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/quickselect.js +63 -0
  796. package/node_modules/@turf/unkink-polygon/node_modules/rbush/LICENSE +21 -0
  797. package/node_modules/@turf/unkink-polygon/node_modules/rbush/README.md +291 -0
  798. package/node_modules/@turf/unkink-polygon/node_modules/rbush/index.js +562 -0
  799. package/node_modules/@turf/unkink-polygon/node_modules/rbush/package.json +85 -0
  800. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.js +626 -0
  801. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.min.js +1 -0
  802. package/node_modules/@turf/unkink-polygon/package.json +94 -0
  803. package/node_modules/@turf/voronoi/LICENSE +20 -0
  804. package/node_modules/@turf/voronoi/README.md +68 -0
  805. package/node_modules/@turf/voronoi/dist/es/index.js +66 -0
  806. package/node_modules/@turf/voronoi/dist/es/package.json +1 -0
  807. package/node_modules/@turf/voronoi/dist/js/index.js +69 -0
  808. package/node_modules/@turf/voronoi/index.d.ts +9 -0
  809. package/node_modules/@turf/voronoi/package.json +109 -0
  810. package/node_modules/@types/geojson/LICENSE +21 -0
  811. package/node_modules/@types/geojson/README.md +16 -0
  812. package/node_modules/@types/geojson/index.d.ts +175 -0
  813. package/node_modules/@types/geojson/package.json +69 -0
  814. package/node_modules/axios/CHANGELOG.md +15 -0
  815. package/node_modules/axios/README.md +1 -0
  816. package/node_modules/axios/dist/axios.js +49 -33
  817. package/node_modules/axios/dist/axios.map +1 -1
  818. package/node_modules/axios/dist/axios.min.js +1 -3
  819. package/node_modules/axios/dist/axios.min.map +1 -1
  820. package/node_modules/axios/lib/adapters/http.js +19 -3
  821. package/node_modules/axios/lib/adapters/xhr.js +2 -2
  822. package/node_modules/axios/lib/core/Axios.js +0 -7
  823. package/node_modules/axios/lib/core/transformData.js +1 -1
  824. package/node_modules/axios/lib/{defaults.js → defaults/index.js} +7 -10
  825. package/node_modules/axios/lib/defaults/transitional.js +7 -0
  826. package/node_modules/axios/lib/env/data.js +1 -1
  827. package/node_modules/axios/package.json +69 -41
  828. package/node_modules/call-bind/.eslintignore +1 -0
  829. package/node_modules/call-bind/.eslintrc +17 -0
  830. package/node_modules/call-bind/.github/FUNDING.yml +12 -0
  831. package/node_modules/call-bind/.nycrc +13 -0
  832. package/node_modules/call-bind/CHANGELOG.md +42 -0
  833. package/node_modules/call-bind/LICENSE +21 -0
  834. package/node_modules/call-bind/README.md +2 -0
  835. package/node_modules/call-bind/callBound.js +15 -0
  836. package/node_modules/call-bind/index.js +47 -0
  837. package/node_modules/call-bind/package.json +111 -0
  838. package/node_modules/call-bind/test/callBound.js +55 -0
  839. package/node_modules/call-bind/test/index.js +66 -0
  840. package/node_modules/commander/CHANGELOG.md +419 -0
  841. package/node_modules/commander/LICENSE +22 -0
  842. package/node_modules/commander/Readme.md +428 -0
  843. package/node_modules/commander/index.js +1224 -0
  844. package/node_modules/commander/package.json +71 -0
  845. package/node_modules/commander/typings/index.d.ts +310 -0
  846. package/node_modules/concaveman/.travis.yml +4 -0
  847. package/node_modules/concaveman/LICENSE +15 -0
  848. package/node_modules/concaveman/README.md +52 -0
  849. package/node_modules/concaveman/index.js +383 -0
  850. package/node_modules/concaveman/package.json +69 -0
  851. package/node_modules/d3-array/.eslintrc.json +15 -0
  852. package/node_modules/d3-array/LICENSE +27 -0
  853. package/node_modules/d3-array/README.md +382 -0
  854. package/node_modules/d3-array/dist/d3-array.js +590 -0
  855. package/node_modules/d3-array/dist/d3-array.min.js +2 -0
  856. package/node_modules/d3-array/package.json +70 -0
  857. package/node_modules/d3-array/rollup.config.js +36 -0
  858. package/node_modules/d3-array/src/array.js +4 -0
  859. package/node_modules/d3-array/src/ascending.js +3 -0
  860. package/node_modules/d3-array/src/bisect.js +7 -0
  861. package/node_modules/d3-array/src/bisector.js +33 -0
  862. package/node_modules/d3-array/src/constant.js +5 -0
  863. package/node_modules/d3-array/src/cross.js +21 -0
  864. package/node_modules/d3-array/src/descending.js +3 -0
  865. package/node_modules/d3-array/src/deviation.js +6 -0
  866. package/node_modules/d3-array/src/extent.js +37 -0
  867. package/node_modules/d3-array/src/histogram.js +75 -0
  868. package/node_modules/d3-array/src/identity.js +3 -0
  869. package/node_modules/d3-array/src/index.js +27 -0
  870. package/node_modules/d3-array/src/max.js +34 -0
  871. package/node_modules/d3-array/src/mean.js +25 -0
  872. package/node_modules/d3-array/src/median.js +28 -0
  873. package/node_modules/d3-array/src/merge.js +21 -0
  874. package/node_modules/d3-array/src/min.js +34 -0
  875. package/node_modules/d3-array/src/number.js +3 -0
  876. package/node_modules/d3-array/src/pairs.js +10 -0
  877. package/node_modules/d3-array/src/permute.js +5 -0
  878. package/node_modules/d3-array/src/quantile.js +14 -0
  879. package/node_modules/d3-array/src/range.js +13 -0
  880. package/node_modules/d3-array/src/scan.js +20 -0
  881. package/node_modules/d3-array/src/shuffle.js +14 -0
  882. package/node_modules/d3-array/src/sum.js +20 -0
  883. package/node_modules/d3-array/src/threshold/freedmanDiaconis.js +9 -0
  884. package/node_modules/d3-array/src/threshold/scott.js +5 -0
  885. package/node_modules/d3-array/src/threshold/sturges.js +3 -0
  886. package/node_modules/d3-array/src/ticks.js +51 -0
  887. package/node_modules/d3-array/src/transpose.js +15 -0
  888. package/node_modules/d3-array/src/variance.js +33 -0
  889. package/node_modules/d3-array/src/zip.js +5 -0
  890. package/node_modules/d3-array/yarn.lock +939 -0
  891. package/node_modules/d3-geo/.eslintrc +13 -0
  892. package/node_modules/d3-geo/LICENSE +48 -0
  893. package/node_modules/d3-geo/README.md +619 -0
  894. package/node_modules/d3-geo/build/d3-geo.js +2987 -0
  895. package/node_modules/d3-geo/build/d3-geo.min.js +2 -0
  896. package/node_modules/d3-geo/img/albers.png +0 -0
  897. package/node_modules/d3-geo/img/albersUsa-parameters.png +0 -0
  898. package/node_modules/d3-geo/img/albersUsa.png +0 -0
  899. package/node_modules/d3-geo/img/azimuthalEqualArea.png +0 -0
  900. package/node_modules/d3-geo/img/azimuthalEquidistant.png +0 -0
  901. package/node_modules/d3-geo/img/conicConformal.png +0 -0
  902. package/node_modules/d3-geo/img/conicEqualArea.png +0 -0
  903. package/node_modules/d3-geo/img/conicEquidistant.png +0 -0
  904. package/node_modules/d3-geo/img/equirectangular.png +0 -0
  905. package/node_modules/d3-geo/img/gnomonic.png +0 -0
  906. package/node_modules/d3-geo/img/graticule.png +0 -0
  907. package/node_modules/d3-geo/img/mercator.png +0 -0
  908. package/node_modules/d3-geo/img/naturalEarth1.png +0 -0
  909. package/node_modules/d3-geo/img/orthographic.png +0 -0
  910. package/node_modules/d3-geo/img/stereographic.png +0 -0
  911. package/node_modules/d3-geo/img/transverseMercator.png +0 -0
  912. package/node_modules/d3-geo/index.js +30 -0
  913. package/node_modules/d3-geo/package.json +72 -0
  914. package/node_modules/d3-geo/rollup.config.js +15 -0
  915. package/node_modules/d3-geo/src/adder.js +40 -0
  916. package/node_modules/d3-geo/src/area.js +74 -0
  917. package/node_modules/d3-geo/src/bounds.js +176 -0
  918. package/node_modules/d3-geo/src/cartesian.js +33 -0
  919. package/node_modules/d3-geo/src/centroid.js +140 -0
  920. package/node_modules/d3-geo/src/circle.js +72 -0
  921. package/node_modules/d3-geo/src/clip/antimeridian.js +92 -0
  922. package/node_modules/d3-geo/src/clip/buffer.js +24 -0
  923. package/node_modules/d3-geo/src/clip/circle.js +181 -0
  924. package/node_modules/d3-geo/src/clip/extent.js +187 -0
  925. package/node_modules/d3-geo/src/clip/index.js +135 -0
  926. package/node_modules/d3-geo/src/clip/line.js +59 -0
  927. package/node_modules/d3-geo/src/clip/polygon.js +101 -0
  928. package/node_modules/d3-geo/src/compose.js +12 -0
  929. package/node_modules/d3-geo/src/constant.js +5 -0
  930. package/node_modules/d3-geo/src/contains.js +84 -0
  931. package/node_modules/d3-geo/src/distance.js +10 -0
  932. package/node_modules/d3-geo/src/graticule.js +105 -0
  933. package/node_modules/d3-geo/src/identity.js +3 -0
  934. package/node_modules/d3-geo/src/interpolate.js +36 -0
  935. package/node_modules/d3-geo/src/length.js +53 -0
  936. package/node_modules/d3-geo/src/math.js +35 -0
  937. package/node_modules/d3-geo/src/noop.js +1 -0
  938. package/node_modules/d3-geo/src/path/area.js +50 -0
  939. package/node_modules/d3-geo/src/path/bounds.js +28 -0
  940. package/node_modules/d3-geo/src/path/centroid.js +100 -0
  941. package/node_modules/d3-geo/src/path/context.js +45 -0
  942. package/node_modules/d3-geo/src/path/index.js +61 -0
  943. package/node_modules/d3-geo/src/path/measure.js +45 -0
  944. package/node_modules/d3-geo/src/path/string.js +59 -0
  945. package/node_modules/d3-geo/src/pointEqual.js +5 -0
  946. package/node_modules/d3-geo/src/polygonContains.js +68 -0
  947. package/node_modules/d3-geo/src/projection/albers.js +10 -0
  948. package/node_modules/d3-geo/src/projection/albersUsa.js +103 -0
  949. package/node_modules/d3-geo/src/projection/azimuthal.js +26 -0
  950. package/node_modules/d3-geo/src/projection/azimuthalEqualArea.js +17 -0
  951. package/node_modules/d3-geo/src/projection/azimuthalEquidistant.js +17 -0
  952. package/node_modules/d3-geo/src/projection/conic.js +15 -0
  953. package/node_modules/d3-geo/src/projection/conicConformal.js +35 -0
  954. package/node_modules/d3-geo/src/projection/conicEqualArea.js +30 -0
  955. package/node_modules/d3-geo/src/projection/conicEquidistant.js +29 -0
  956. package/node_modules/d3-geo/src/projection/cylindricalEqualArea.js +15 -0
  957. package/node_modules/d3-geo/src/projection/equirectangular.js +12 -0
  958. package/node_modules/d3-geo/src/projection/fit.js +31 -0
  959. package/node_modules/d3-geo/src/projection/gnomonic.js +16 -0
  960. package/node_modules/d3-geo/src/projection/identity.js +52 -0
  961. package/node_modules/d3-geo/src/projection/index.js +106 -0
  962. package/node_modules/d3-geo/src/projection/mercator.js +52 -0
  963. package/node_modules/d3-geo/src/projection/naturalEarth1.js +28 -0
  964. package/node_modules/d3-geo/src/projection/orthographic.js +15 -0
  965. package/node_modules/d3-geo/src/projection/resample.js +102 -0
  966. package/node_modules/d3-geo/src/projection/stereographic.js +18 -0
  967. package/node_modules/d3-geo/src/projection/transverseMercator.js +27 -0
  968. package/node_modules/d3-geo/src/rotation.js +76 -0
  969. package/node_modules/d3-geo/src/stream.js +69 -0
  970. package/node_modules/d3-geo/src/transform.js +26 -0
  971. package/node_modules/d3-voronoi/.eslintrc +9 -0
  972. package/node_modules/d3-voronoi/.npmignore +3 -0
  973. package/node_modules/d3-voronoi/LICENSE +50 -0
  974. package/node_modules/d3-voronoi/README.md +160 -0
  975. package/node_modules/d3-voronoi/build/d3-voronoi.js +999 -0
  976. package/node_modules/d3-voronoi/build/d3-voronoi.min.js +2 -0
  977. package/node_modules/d3-voronoi/graph.png +0 -0
  978. package/node_modules/d3-voronoi/index.js +1 -0
  979. package/node_modules/d3-voronoi/package.json +65 -0
  980. package/node_modules/d3-voronoi/src/Beach.js +193 -0
  981. package/node_modules/d3-voronoi/src/Cell.js +126 -0
  982. package/node_modules/d3-voronoi/src/Circle.js +78 -0
  983. package/node_modules/d3-voronoi/src/Diagram.js +142 -0
  984. package/node_modules/d3-voronoi/src/Edge.js +168 -0
  985. package/node_modules/d3-voronoi/src/RedBlackTree.js +237 -0
  986. package/node_modules/d3-voronoi/src/constant.js +5 -0
  987. package/node_modules/d3-voronoi/src/point.js +7 -0
  988. package/node_modules/d3-voronoi/src/voronoi.js +48 -0
  989. package/node_modules/deep-equal/.eslintrc +22 -0
  990. package/node_modules/deep-equal/.travis.yml +12 -0
  991. package/node_modules/deep-equal/CHANGELOG.md +120 -0
  992. package/node_modules/deep-equal/LICENSE +21 -0
  993. package/node_modules/deep-equal/example/cmp.js +11 -0
  994. package/node_modules/deep-equal/index.js +112 -0
  995. package/node_modules/deep-equal/lib/is_arguments.js +1 -0
  996. package/node_modules/deep-equal/lib/keys.js +1 -0
  997. package/node_modules/deep-equal/package.json +117 -0
  998. package/node_modules/deep-equal/readme.markdown +57 -0
  999. package/node_modules/deep-equal/test/_tape.js +21 -0
  1000. package/node_modules/deep-equal/test/cmp.js +344 -0
  1001. package/node_modules/define-properties/.editorconfig +13 -0
  1002. package/node_modules/define-properties/.eslintrc +12 -0
  1003. package/node_modules/define-properties/.jscs.json +175 -0
  1004. package/node_modules/define-properties/.travis.yml +233 -0
  1005. package/node_modules/define-properties/CHANGELOG.md +44 -0
  1006. package/node_modules/define-properties/LICENSE +21 -0
  1007. package/node_modules/define-properties/README.md +86 -0
  1008. package/node_modules/define-properties/index.js +58 -0
  1009. package/node_modules/define-properties/package.json +97 -0
  1010. package/node_modules/define-properties/test/index.js +125 -0
  1011. package/node_modules/density-clustering/.jscsrc +64 -0
  1012. package/node_modules/density-clustering/.jshintrc +5 -0
  1013. package/node_modules/density-clustering/.remote-sync.json +13 -0
  1014. package/node_modules/density-clustering/CHANGELOG.md +11 -0
  1015. package/node_modules/density-clustering/LICENSE +22 -0
  1016. package/node_modules/density-clustering/README.md +171 -0
  1017. package/node_modules/density-clustering/bower.json +40 -0
  1018. package/node_modules/density-clustering/example/browser.html +20 -0
  1019. package/node_modules/density-clustering/example/dbscan.js +11 -0
  1020. package/node_modules/density-clustering/example/kmeans.js +11 -0
  1021. package/node_modules/density-clustering/example/optics.js +12 -0
  1022. package/node_modules/density-clustering/example/priorityQueue.js +12 -0
  1023. package/node_modules/density-clustering/gulpfile.js +30 -0
  1024. package/node_modules/density-clustering/lib/DBSCAN.js +236 -0
  1025. package/node_modules/density-clustering/lib/KMEANS.js +213 -0
  1026. package/node_modules/density-clustering/lib/OPTICS.js +269 -0
  1027. package/node_modules/density-clustering/lib/PriorityQueue.js +180 -0
  1028. package/node_modules/density-clustering/lib/Utils.js +37 -0
  1029. package/node_modules/density-clustering/lib/index.js +9 -0
  1030. package/node_modules/density-clustering/package.json +70 -0
  1031. package/node_modules/density-clustering/test/DBSCAN.test.js +73 -0
  1032. package/node_modules/density-clustering/test/KMEANS.test.js +70 -0
  1033. package/node_modules/density-clustering/test/OPTICS.test.js +98 -0
  1034. package/node_modules/density-clustering/test/PriorityQueue.test.js +27 -0
  1035. package/node_modules/earcut/LICENSE +15 -0
  1036. package/node_modules/earcut/README.md +246 -0
  1037. package/node_modules/earcut/dist/earcut.dev.js +690 -0
  1038. package/node_modules/earcut/dist/earcut.min.js +1 -0
  1039. package/node_modules/earcut/package.json +77 -0
  1040. package/node_modules/earcut/src/earcut.js +684 -0
  1041. package/node_modules/follow-redirects/index.js +82 -77
  1042. package/node_modules/follow-redirects/package.json +13 -13
  1043. package/node_modules/function-bind/.editorconfig +20 -0
  1044. package/node_modules/function-bind/.eslintrc +15 -0
  1045. package/node_modules/function-bind/.jscs.json +176 -0
  1046. package/node_modules/function-bind/.npmignore +22 -0
  1047. package/node_modules/function-bind/.travis.yml +168 -0
  1048. package/node_modules/function-bind/LICENSE +20 -0
  1049. package/node_modules/function-bind/README.md +48 -0
  1050. package/node_modules/function-bind/implementation.js +52 -0
  1051. package/node_modules/function-bind/index.js +5 -0
  1052. package/node_modules/function-bind/package.json +96 -0
  1053. package/node_modules/function-bind/test/.eslintrc +9 -0
  1054. package/node_modules/function-bind/test/index.js +252 -0
  1055. package/node_modules/geojson-equality/.npmignore +2 -0
  1056. package/node_modules/geojson-equality/LICENSE.md +22 -0
  1057. package/node_modules/geojson-equality/README.md +78 -0
  1058. package/node_modules/geojson-equality/dist/geojson-equality.js +295 -0
  1059. package/node_modules/geojson-equality/dist/geojson-equality.js.map +21 -0
  1060. package/node_modules/geojson-equality/dist/geojson-equality.min.js +1 -0
  1061. package/node_modules/geojson-equality/index.js +161 -0
  1062. package/node_modules/geojson-equality/package.json +74 -0
  1063. package/node_modules/geojson-equality/test/mocha.opts +1 -0
  1064. package/node_modules/geojson-equality/test/test.js +364 -0
  1065. package/node_modules/geojson-rbush/LICENSE +20 -0
  1066. package/node_modules/geojson-rbush/README.md +213 -0
  1067. package/node_modules/geojson-rbush/index.d.ts +19 -0
  1068. package/node_modules/geojson-rbush/index.js +208 -0
  1069. package/node_modules/geojson-rbush/package.json +89 -0
  1070. package/node_modules/get-intrinsic/.eslintignore +1 -0
  1071. package/node_modules/get-intrinsic/.eslintrc +43 -0
  1072. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  1073. package/node_modules/get-intrinsic/.nycrc +13 -0
  1074. package/node_modules/get-intrinsic/CHANGELOG.md +64 -0
  1075. package/node_modules/get-intrinsic/LICENSE +21 -0
  1076. package/node_modules/get-intrinsic/README.md +65 -0
  1077. package/node_modules/get-intrinsic/index.js +330 -0
  1078. package/node_modules/get-intrinsic/package.json +106 -0
  1079. package/node_modules/get-intrinsic/test/GetIntrinsic.js +260 -0
  1080. package/node_modules/has/LICENSE-MIT +22 -0
  1081. package/node_modules/has/README.md +18 -0
  1082. package/node_modules/has/package.json +73 -0
  1083. package/node_modules/has/src/index.js +5 -0
  1084. package/node_modules/has/test/index.js +10 -0
  1085. package/node_modules/has-symbols/.eslintrc +11 -0
  1086. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  1087. package/node_modules/has-symbols/.nycrc +9 -0
  1088. package/node_modules/has-symbols/CHANGELOG.md +75 -0
  1089. package/node_modules/has-symbols/LICENSE +21 -0
  1090. package/node_modules/has-symbols/README.md +46 -0
  1091. package/node_modules/has-symbols/index.js +13 -0
  1092. package/node_modules/has-symbols/package.json +127 -0
  1093. package/node_modules/has-symbols/shams.js +42 -0
  1094. package/node_modules/has-symbols/test/index.js +22 -0
  1095. package/node_modules/has-symbols/test/shams/core-js.js +28 -0
  1096. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
  1097. package/node_modules/has-symbols/test/tests.js +56 -0
  1098. package/node_modules/has-tostringtag/.eslintrc +11 -0
  1099. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  1100. package/node_modules/has-tostringtag/CHANGELOG.md +20 -0
  1101. package/node_modules/has-tostringtag/LICENSE +21 -0
  1102. package/node_modules/has-tostringtag/README.md +46 -0
  1103. package/node_modules/has-tostringtag/index.js +7 -0
  1104. package/node_modules/has-tostringtag/package.json +111 -0
  1105. package/node_modules/has-tostringtag/shams.js +7 -0
  1106. package/node_modules/has-tostringtag/test/index.js +21 -0
  1107. package/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
  1108. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
  1109. package/node_modules/has-tostringtag/test/tests.js +14 -0
  1110. package/node_modules/is-arguments/.editorconfig +20 -0
  1111. package/node_modules/is-arguments/.eslintignore +1 -0
  1112. package/node_modules/is-arguments/.eslintrc +10 -0
  1113. package/node_modules/is-arguments/.github/FUNDING.yml +12 -0
  1114. package/node_modules/is-arguments/.nycrc +9 -0
  1115. package/node_modules/is-arguments/CHANGELOG.md +179 -0
  1116. package/node_modules/is-arguments/LICENSE +20 -0
  1117. package/node_modules/is-arguments/README.md +47 -0
  1118. package/node_modules/is-arguments/index.js +33 -0
  1119. package/node_modules/is-arguments/package.json +116 -0
  1120. package/node_modules/is-arguments/test/index.js +44 -0
  1121. package/node_modules/is-date-object/.editorconfig +20 -0
  1122. package/node_modules/is-date-object/.eslintignore +1 -0
  1123. package/node_modules/is-date-object/.eslintrc +9 -0
  1124. package/node_modules/is-date-object/.github/FUNDING.yml +12 -0
  1125. package/node_modules/is-date-object/.nycrc +10 -0
  1126. package/node_modules/is-date-object/CHANGELOG.md +114 -0
  1127. package/node_modules/is-date-object/LICENSE +22 -0
  1128. package/node_modules/is-date-object/README.md +52 -0
  1129. package/node_modules/is-date-object/index.js +22 -0
  1130. package/node_modules/is-date-object/package.json +110 -0
  1131. package/node_modules/is-date-object/test/index.js +36 -0
  1132. package/node_modules/is-regex/.editorconfig +20 -0
  1133. package/node_modules/is-regex/.eslintignore +1 -0
  1134. package/node_modules/is-regex/.eslintrc +19 -0
  1135. package/node_modules/is-regex/.nycrc +10 -0
  1136. package/node_modules/is-regex/CHANGELOG.md +197 -0
  1137. package/node_modules/is-regex/LICENSE +20 -0
  1138. package/node_modules/is-regex/README.md +52 -0
  1139. package/node_modules/is-regex/index.js +58 -0
  1140. package/node_modules/is-regex/package.json +114 -0
  1141. package/node_modules/is-regex/test/index.js +104 -0
  1142. package/node_modules/object-assign/index.js +90 -0
  1143. package/node_modules/object-assign/license +21 -0
  1144. package/node_modules/object-assign/package.json +76 -0
  1145. package/node_modules/object-assign/readme.md +61 -0
  1146. package/node_modules/object-is/.eslintignore +1 -0
  1147. package/node_modules/object-is/.eslintrc +5 -0
  1148. package/node_modules/object-is/.nycrc +13 -0
  1149. package/node_modules/object-is/CHANGELOG.md +150 -0
  1150. package/node_modules/object-is/LICENSE +20 -0
  1151. package/node_modules/object-is/README.md +60 -0
  1152. package/node_modules/object-is/auto.js +3 -0
  1153. package/node_modules/object-is/implementation.js +19 -0
  1154. package/node_modules/object-is/index.js +18 -0
  1155. package/node_modules/object-is/package.json +114 -0
  1156. package/node_modules/object-is/polyfill.js +7 -0
  1157. package/node_modules/object-is/shim.js +14 -0
  1158. package/node_modules/object-is/test/implementation.js +12 -0
  1159. package/node_modules/object-is/test/index.js +12 -0
  1160. package/node_modules/object-is/test/shimmed.js +28 -0
  1161. package/node_modules/object-is/test/tests.js +57 -0
  1162. package/node_modules/object-keys/.editorconfig +13 -0
  1163. package/node_modules/object-keys/.eslintrc +17 -0
  1164. package/node_modules/object-keys/.travis.yml +277 -0
  1165. package/node_modules/object-keys/CHANGELOG.md +232 -0
  1166. package/node_modules/object-keys/LICENSE +21 -0
  1167. package/node_modules/object-keys/README.md +76 -0
  1168. package/node_modules/object-keys/implementation.js +122 -0
  1169. package/node_modules/object-keys/index.js +32 -0
  1170. package/node_modules/object-keys/isArguments.js +17 -0
  1171. package/node_modules/object-keys/package.json +118 -0
  1172. package/node_modules/object-keys/test/index.js +5 -0
  1173. package/node_modules/point-in-polygon/LICENSE +21 -0
  1174. package/node_modules/point-in-polygon/example/inside.js +6 -0
  1175. package/node_modules/point-in-polygon/flat.js +15 -0
  1176. package/node_modules/point-in-polygon/index.js +12 -0
  1177. package/node_modules/point-in-polygon/nested.js +18 -0
  1178. package/node_modules/point-in-polygon/package.json +61 -0
  1179. package/node_modules/point-in-polygon/readme.markdown +51 -0
  1180. package/node_modules/point-in-polygon/test/box-offset.js +24 -0
  1181. package/node_modules/point-in-polygon/test/box.js +34 -0
  1182. package/node_modules/point-in-polygon/test/flat-offset.js +24 -0
  1183. package/node_modules/point-in-polygon/test/flat.js +24 -0
  1184. package/node_modules/polygon-clipping/CHANGELOG.md +129 -0
  1185. package/node_modules/polygon-clipping/LICENSE.md +11 -0
  1186. package/node_modules/polygon-clipping/README.md +99 -0
  1187. package/node_modules/polygon-clipping/dist/polygon-clipping.cjs.js +1826 -0
  1188. package/node_modules/polygon-clipping/dist/polygon-clipping.d.ts +11 -0
  1189. package/node_modules/polygon-clipping/dist/polygon-clipping.esm.js +1820 -0
  1190. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.js +2557 -0
  1191. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.min.js +10 -0
  1192. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.min.js.map +1 -0
  1193. package/node_modules/polygon-clipping/package.json +113 -0
  1194. package/node_modules/quickselect/LICENSE +15 -0
  1195. package/node_modules/quickselect/README.md +28 -0
  1196. package/node_modules/quickselect/index.js +54 -0
  1197. package/node_modules/quickselect/package.json +70 -0
  1198. package/node_modules/quickselect/quickselect.js +63 -0
  1199. package/node_modules/rbush/LICENSE +21 -0
  1200. package/node_modules/rbush/README.md +218 -0
  1201. package/node_modules/rbush/index.js +512 -0
  1202. package/node_modules/rbush/package.json +87 -0
  1203. package/node_modules/rbush/rbush.js +574 -0
  1204. package/node_modules/rbush/rbush.min.js +1 -0
  1205. package/node_modules/regexp.prototype.flags/.editorconfig +13 -0
  1206. package/node_modules/regexp.prototype.flags/.eslintrc +18 -0
  1207. package/node_modules/regexp.prototype.flags/.nycrc +9 -0
  1208. package/node_modules/regexp.prototype.flags/CHANGELOG.md +184 -0
  1209. package/node_modules/regexp.prototype.flags/LICENSE +22 -0
  1210. package/node_modules/regexp.prototype.flags/README.md +54 -0
  1211. package/node_modules/regexp.prototype.flags/auto.js +3 -0
  1212. package/node_modules/regexp.prototype.flags/implementation.js +33 -0
  1213. package/node_modules/regexp.prototype.flags/index.js +18 -0
  1214. package/node_modules/regexp.prototype.flags/package.json +124 -0
  1215. package/node_modules/regexp.prototype.flags/polyfill.js +36 -0
  1216. package/node_modules/regexp.prototype.flags/shim.js +26 -0
  1217. package/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
  1218. package/node_modules/regexp.prototype.flags/test/index.js +17 -0
  1219. package/node_modules/regexp.prototype.flags/test/shimmed.js +47 -0
  1220. package/node_modules/regexp.prototype.flags/test/tests.js +141 -0
  1221. package/node_modules/robust-predicates/LICENSE +24 -0
  1222. package/node_modules/robust-predicates/README.md +82 -0
  1223. package/node_modules/robust-predicates/esm/incircle.js +765 -0
  1224. package/node_modules/robust-predicates/esm/insphere.js +775 -0
  1225. package/node_modules/robust-predicates/esm/orient2d.js +186 -0
  1226. package/node_modules/robust-predicates/esm/orient3d.js +462 -0
  1227. package/node_modules/robust-predicates/esm/util.js +138 -0
  1228. package/node_modules/robust-predicates/index.js +5 -0
  1229. package/node_modules/robust-predicates/package.json +95 -0
  1230. package/node_modules/robust-predicates/umd/incircle.js +910 -0
  1231. package/node_modules/robust-predicates/umd/incircle.min.js +1 -0
  1232. package/node_modules/robust-predicates/umd/insphere.js +925 -0
  1233. package/node_modules/robust-predicates/umd/insphere.min.js +1 -0
  1234. package/node_modules/robust-predicates/umd/orient2d.js +284 -0
  1235. package/node_modules/robust-predicates/umd/orient2d.min.js +1 -0
  1236. package/node_modules/robust-predicates/umd/orient3d.js +603 -0
  1237. package/node_modules/robust-predicates/umd/orient3d.min.js +1 -0
  1238. package/node_modules/robust-predicates/umd/predicates.js +2341 -0
  1239. package/node_modules/robust-predicates/umd/predicates.min.js +1 -0
  1240. package/node_modules/skmeans/.gitattributes +17 -0
  1241. package/node_modules/skmeans/.npmignore +52 -0
  1242. package/node_modules/skmeans/Gruntfile.js +49 -0
  1243. package/node_modules/skmeans/README.md +62 -0
  1244. package/node_modules/skmeans/browser.js +19 -0
  1245. package/node_modules/skmeans/dist/browser/skmeans.js +339 -0
  1246. package/node_modules/skmeans/dist/browser/skmeans.js.map +1 -0
  1247. package/node_modules/skmeans/dist/browser/skmeans.min.js +3 -0
  1248. package/node_modules/skmeans/dist/index.html +15 -0
  1249. package/node_modules/skmeans/dist/node/Gruntfile.js +49 -0
  1250. package/node_modules/skmeans/dist/node/Gruntfile.js.map +1 -0
  1251. package/node_modules/skmeans/dist/node/browser.js +19 -0
  1252. package/node_modules/skmeans/dist/node/browser.js.map +1 -0
  1253. package/node_modules/skmeans/dist/node/distance.js +39 -0
  1254. package/node_modules/skmeans/dist/node/distance.js.map +1 -0
  1255. package/node_modules/skmeans/dist/node/kinit.js +110 -0
  1256. package/node_modules/skmeans/dist/node/kinit.js.map +1 -0
  1257. package/node_modules/skmeans/dist/node/main.js +161 -0
  1258. package/node_modules/skmeans/dist/node/main.js.map +1 -0
  1259. package/node_modules/skmeans/distance.js +37 -0
  1260. package/node_modules/skmeans/kinit.js +102 -0
  1261. package/node_modules/skmeans/main.js +147 -0
  1262. package/node_modules/skmeans/package.json +68 -0
  1263. package/node_modules/skmeans/test/data/random_pts.js +1 -0
  1264. package/node_modules/skmeans/test/data/well-separated.js +1 -0
  1265. package/node_modules/skmeans/test/multi.js +15 -0
  1266. package/node_modules/skmeans/test/stats.js +65 -0
  1267. package/node_modules/skmeans/test/test.js +42 -0
  1268. package/node_modules/skmeans/test/test_rand.js +23 -0
  1269. package/node_modules/skmeans/test/test_ws.js +23 -0
  1270. package/node_modules/skmeans/test/uni.js +15 -0
  1271. package/node_modules/splaytree/Readme.md +221 -0
  1272. package/node_modules/splaytree/dist/splay.esm.js +673 -0
  1273. package/node_modules/splaytree/dist/splay.esm.js.map +1 -0
  1274. package/node_modules/splaytree/dist/splay.js +681 -0
  1275. package/node_modules/splaytree/dist/splay.js.map +1 -0
  1276. package/node_modules/splaytree/package.json +123 -0
  1277. package/node_modules/splaytree/src/index.ts +667 -0
  1278. package/node_modules/splaytree/src/node.ts +15 -0
  1279. package/node_modules/splaytree/src/types.ts +2 -0
  1280. package/node_modules/splaytree/typings/index.d.ts +82 -0
  1281. package/node_modules/splaytree/typings/node.d.ts +8 -0
  1282. package/node_modules/splaytree/typings/types.d.ts +2 -0
  1283. package/node_modules/tinyqueue/LICENSE +15 -0
  1284. package/node_modules/tinyqueue/README.md +59 -0
  1285. package/node_modules/tinyqueue/index.d.ts +11 -0
  1286. package/node_modules/tinyqueue/index.js +79 -0
  1287. package/node_modules/tinyqueue/package.json +78 -0
  1288. package/node_modules/tinyqueue/tinyqueue.js +93 -0
  1289. package/node_modules/tinyqueue/tinyqueue.min.js +1 -0
  1290. package/node_modules/topojson-client/LICENSE +13 -0
  1291. package/node_modules/topojson-client/README.md +242 -0
  1292. package/node_modules/topojson-client/bin/topo2geo +106 -0
  1293. package/node_modules/topojson-client/bin/topomerge +216 -0
  1294. package/node_modules/topojson-client/bin/topoquantize +74 -0
  1295. package/node_modules/topojson-client/dist/topojson-client.js +508 -0
  1296. package/node_modules/topojson-client/dist/topojson-client.min.js +2 -0
  1297. package/node_modules/topojson-client/package.json +77 -0
  1298. package/node_modules/topojson-client/src/bbox.js +39 -0
  1299. package/node_modules/topojson-client/src/bisect.js +9 -0
  1300. package/node_modules/topojson-client/src/feature.js +70 -0
  1301. package/node_modules/topojson-client/src/identity.js +3 -0
  1302. package/node_modules/topojson-client/src/index.js +8 -0
  1303. package/node_modules/topojson-client/src/merge.js +103 -0
  1304. package/node_modules/topojson-client/src/mesh.js +53 -0
  1305. package/node_modules/topojson-client/src/neighbors.js +45 -0
  1306. package/node_modules/topojson-client/src/quantize.js +54 -0
  1307. package/node_modules/topojson-client/src/reverse.js +4 -0
  1308. package/node_modules/topojson-client/src/stitch.js +73 -0
  1309. package/node_modules/topojson-client/src/transform.js +19 -0
  1310. package/node_modules/topojson-client/src/untransform.js +23 -0
  1311. package/node_modules/topojson-server/LICENSE +13 -0
  1312. package/node_modules/topojson-server/README.md +75 -0
  1313. package/node_modules/topojson-server/bin/geo2topo +125 -0
  1314. package/node_modules/topojson-server/dist/topojson-server.js +838 -0
  1315. package/node_modules/topojson-server/dist/topojson-server.min.js +2 -0
  1316. package/node_modules/topojson-server/package.json +75 -0
  1317. package/node_modules/topojson-server/src/bounds.js +46 -0
  1318. package/node_modules/topojson-server/src/cut.js +62 -0
  1319. package/node_modules/topojson-server/src/dedup.js +187 -0
  1320. package/node_modules/topojson-server/src/delta.js +30 -0
  1321. package/node_modules/topojson-server/src/extract.js +67 -0
  1322. package/node_modules/topojson-server/src/geometry.js +39 -0
  1323. package/node_modules/topojson-server/src/hash/hashmap.js +70 -0
  1324. package/node_modules/topojson-server/src/hash/hashset.js +53 -0
  1325. package/node_modules/topojson-server/src/hash/point-equal.js +3 -0
  1326. package/node_modules/topojson-server/src/hash/point-hash.js +13 -0
  1327. package/node_modules/topojson-server/src/index.js +1 -0
  1328. package/node_modules/topojson-server/src/join.js +116 -0
  1329. package/node_modules/topojson-server/src/object.js +1 -0
  1330. package/node_modules/topojson-server/src/prequantize.js +72 -0
  1331. package/node_modules/topojson-server/src/topology.js +80 -0
  1332. package/node_modules/turf-jsts/README.md +19 -0
  1333. package/node_modules/turf-jsts/jsts.js +18750 -0
  1334. package/node_modules/turf-jsts/jsts.min.js +1 -0
  1335. package/node_modules/turf-jsts/jsts.mjs +18742 -0
  1336. package/node_modules/turf-jsts/package.json +100 -0
  1337. package/node_modules/turf-jsts/src/Array.js +36 -0
  1338. package/node_modules/turf-jsts/src/Map.js +150 -0
  1339. package/node_modules/turf-jsts/src/Math.js +6 -0
  1340. package/node_modules/turf-jsts/src/Number.js +18 -0
  1341. package/node_modules/turf-jsts/src/extend.js +5 -0
  1342. package/node_modules/turf-jsts/src/hasInterface.js +3 -0
  1343. package/node_modules/turf-jsts/src/index.js +18 -0
  1344. package/node_modules/turf-jsts/src/inherits.js +4 -0
  1345. package/node_modules/turf-jsts/src/java/io/ByteArrayOutputStream.js +1 -0
  1346. package/node_modules/turf-jsts/src/java/io/IOException.js +1 -0
  1347. package/node_modules/turf-jsts/src/java/io/InputStream.js +1 -0
  1348. package/node_modules/turf-jsts/src/java/io/LineNumberReader.js +1 -0
  1349. package/node_modules/turf-jsts/src/java/io/OutputStream.js +1 -0
  1350. package/node_modules/turf-jsts/src/java/io/PrintStream.js +1 -0
  1351. package/node_modules/turf-jsts/src/java/io/Serializable.js +1 -0
  1352. package/node_modules/turf-jsts/src/java/io/StringReader.js +1 -0
  1353. package/node_modules/turf-jsts/src/java/io/StringWriter.js +1 -0
  1354. package/node_modules/turf-jsts/src/java/io/Writer.js +1 -0
  1355. package/node_modules/turf-jsts/src/java/lang/Character.js +4 -0
  1356. package/node_modules/turf-jsts/src/java/lang/Cloneable.js +1 -0
  1357. package/node_modules/turf-jsts/src/java/lang/Comparable.js +1 -0
  1358. package/node_modules/turf-jsts/src/java/lang/Double.js +7 -0
  1359. package/node_modules/turf-jsts/src/java/lang/Exception.js +1 -0
  1360. package/node_modules/turf-jsts/src/java/lang/IllegalArgumentException.js +8 -0
  1361. package/node_modules/turf-jsts/src/java/lang/Integer.js +14 -0
  1362. package/node_modules/turf-jsts/src/java/lang/RuntimeException.js +8 -0
  1363. package/node_modules/turf-jsts/src/java/lang/StringBuffer.js +16 -0
  1364. package/node_modules/turf-jsts/src/java/lang/System.js +15 -0
  1365. package/node_modules/turf-jsts/src/java/text/DecimalFormat.js +1 -0
  1366. package/node_modules/turf-jsts/src/java/text/DecimalFormatSymbols.js +1 -0
  1367. package/node_modules/turf-jsts/src/java/util/ArrayList.js +181 -0
  1368. package/node_modules/turf-jsts/src/java/util/Arrays.js +60 -0
  1369. package/node_modules/turf-jsts/src/java/util/Collection.js +58 -0
  1370. package/node_modules/turf-jsts/src/java/util/Collections.js +34 -0
  1371. package/node_modules/turf-jsts/src/java/util/Comparator.js +1 -0
  1372. package/node_modules/turf-jsts/src/java/util/EmptyStackException.js +15 -0
  1373. package/node_modules/turf-jsts/src/java/util/HashMap.js +61 -0
  1374. package/node_modules/turf-jsts/src/java/util/HashSet.js +151 -0
  1375. package/node_modules/turf-jsts/src/java/util/IndexOutOfBoundsException.js +15 -0
  1376. package/node_modules/turf-jsts/src/java/util/Iterator.js +24 -0
  1377. package/node_modules/turf-jsts/src/java/util/LinkedList.js +14 -0
  1378. package/node_modules/turf-jsts/src/java/util/List.js +32 -0
  1379. package/node_modules/turf-jsts/src/java/util/Map.js +53 -0
  1380. package/node_modules/turf-jsts/src/java/util/NoSuchElementException.js +15 -0
  1381. package/node_modules/turf-jsts/src/java/util/OperationNotSupported.js +15 -0
  1382. package/node_modules/turf-jsts/src/java/util/Set.js +21 -0
  1383. package/node_modules/turf-jsts/src/java/util/SortedMap.js +10 -0
  1384. package/node_modules/turf-jsts/src/java/util/SortedSet.js +11 -0
  1385. package/node_modules/turf-jsts/src/java/util/Stack.js +132 -0
  1386. package/node_modules/turf-jsts/src/java/util/TreeMap.js +246 -0
  1387. package/node_modules/turf-jsts/src/java/util/TreeSet.js +157 -0
  1388. package/node_modules/turf-jsts/src/org/locationtech/jts/JTSVersion.js +32 -0
  1389. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/Angle.js +105 -0
  1390. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/BoundaryNodeRule.js +66 -0
  1391. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithms.js +194 -0
  1392. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithms3D.js +65 -0
  1393. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithmsDD.js +72 -0
  1394. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/Centroid.js +127 -0
  1395. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/ConvexHull.js +252 -0
  1396. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/HCoordinate.js +105 -0
  1397. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointArea.js +137 -0
  1398. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointLine.js +68 -0
  1399. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointPoint.js +45 -0
  1400. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/LineIntersector.js +156 -0
  1401. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MCPointInRing.js +102 -0
  1402. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MinimumBoundingCircle.js +170 -0
  1403. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MinimumDiameter.js +165 -0
  1404. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NonRobustCGAlgorithms.js +123 -0
  1405. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NonRobustLineIntersector.js +147 -0
  1406. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NotRepresentableException.js +13 -0
  1407. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/PointInRing.js +9 -0
  1408. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/PointLocator.js +120 -0
  1409. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RayCrossingCounter.js +95 -0
  1410. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RectangleLineIntersector.js +46 -0
  1411. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RobustDeterminant.js +202 -0
  1412. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RobustLineIntersector.js +231 -0
  1413. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/SimplePointInRing.js +19 -0
  1414. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.js +139 -0
  1415. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/DistanceToPoint.js +61 -0
  1416. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/PointPairDistance.js +79 -0
  1417. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.js +95 -0
  1418. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.js +9 -0
  1419. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.js +54 -0
  1420. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.js +15 -0
  1421. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.js +27 -0
  1422. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/SimilarityMeasure.js +9 -0
  1423. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.js +11 -0
  1424. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm.js +42 -0
  1425. package/node_modules/turf-jsts/src/org/locationtech/jts/densify/Densifier.js +93 -0
  1426. package/node_modules/turf-jsts/src/org/locationtech/jts/densify.js +2 -0
  1427. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/DissolveEdgeGraph.js +14 -0
  1428. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/DissolveHalfEdge.js +21 -0
  1429. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/LineDissolver.js +152 -0
  1430. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve.js +4 -0
  1431. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/EdgeGraph.js +63 -0
  1432. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/EdgeGraphBuilder.js +53 -0
  1433. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/HalfEdge.js +143 -0
  1434. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/MarkHalfEdge.js +41 -0
  1435. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph.js +5 -0
  1436. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Coordinate.js +202 -0
  1437. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateArrays.js +247 -0
  1438. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateFilter.js +9 -0
  1439. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateList.js +127 -0
  1440. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequence.js +26 -0
  1441. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceComparator.js +67 -0
  1442. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceFactory.js +23 -0
  1443. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceFilter.js +11 -0
  1444. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequences.js +104 -0
  1445. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Dimension.js +60 -0
  1446. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Envelope.js +347 -0
  1447. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Geometry.js +209 -0
  1448. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryCollection.js +216 -0
  1449. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryCollectionIterator.js +68 -0
  1450. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryComponentFilter.js +9 -0
  1451. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryFactory.js +260 -0
  1452. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryFilter.js +9 -0
  1453. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/IntersectionMatrix.js +232 -0
  1454. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LineSegment.js +276 -0
  1455. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LineString.js +212 -0
  1456. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Lineal.js +8 -0
  1457. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LinearRing.js +57 -0
  1458. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Location.js +28 -0
  1459. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiLineString.js +69 -0
  1460. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiPoint.js +55 -0
  1461. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiPolygon.js +66 -0
  1462. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/OctagonalEnvelope.js +278 -0
  1463. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Point.js +145 -0
  1464. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Polygon.js +282 -0
  1465. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Polygonal.js +8 -0
  1466. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/PrecisionModel.js +136 -0
  1467. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Puntal.js +8 -0
  1468. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/TopologyException.js +23 -0
  1469. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Triangle.js +143 -0
  1470. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/impl/CoordinateArraySequence.js +152 -0
  1471. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.js +40 -0
  1472. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.js +62 -0
  1473. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/BasicPreparedGeometry.js +72 -0
  1474. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedGeometry.js +19 -0
  1475. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedGeometryFactory.js +26 -0
  1476. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedLineString.js +25 -0
  1477. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.js +39 -0
  1478. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPoint.js +14 -0
  1479. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygon.js +59 -0
  1480. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonContains.js +21 -0
  1481. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.js +29 -0
  1482. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonCovers.js +25 -0
  1483. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.js +30 -0
  1484. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.js +63 -0
  1485. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformation.js +445 -0
  1486. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformationBuilder.js +49 -0
  1487. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformationFactory.js +72 -0
  1488. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.js +24 -0
  1489. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryCollectionMapper.js +26 -0
  1490. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryCombiner.js +80 -0
  1491. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryEditor.js +156 -0
  1492. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryExtracter.js +36 -0
  1493. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryMapper.js +36 -0
  1494. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryTransformer.js +127 -0
  1495. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/LineStringExtracter.js +37 -0
  1496. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/LinearComponentExtracter.js +98 -0
  1497. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/NoninvertibleTransformationException.js +10 -0
  1498. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/PointExtracter.js +38 -0
  1499. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/PolygonExtracter.js +34 -0
  1500. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.js +25 -0
  1501. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/SineStarFactory.js +50 -0
  1502. package/node_modules/turf-jsts/src/org/locationtech/jts/geom.js +73 -0
  1503. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Depth.js +92 -0
  1504. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/DirectedEdge.js +147 -0
  1505. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/DirectedEdgeStar.js +239 -0
  1506. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Edge.js +193 -0
  1507. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeEnd.js +103 -0
  1508. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeEndStar.js +177 -0
  1509. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeIntersection.js +55 -0
  1510. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeIntersectionList.js +78 -0
  1511. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeList.js +61 -0
  1512. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeNodingValidator.js +32 -0
  1513. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeRing.js +163 -0
  1514. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/GeometryGraph.js +255 -0
  1515. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/GraphComponent.js +53 -0
  1516. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Label.js +147 -0
  1517. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Node.js +95 -0
  1518. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/NodeFactory.js +13 -0
  1519. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/NodeMap.js +68 -0
  1520. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/PlanarGraph.js +142 -0
  1521. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Position.js +16 -0
  1522. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Quadrant.js +60 -0
  1523. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/TopologyLocation.js +129 -0
  1524. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.js +8 -0
  1525. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChain.js +19 -0
  1526. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.js +83 -0
  1527. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.js +41 -0
  1528. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SegmentIntersector.js +115 -0
  1529. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.js +53 -0
  1530. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.js +101 -0
  1531. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.js +101 -0
  1532. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SweepLineEvent.js +65 -0
  1533. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SweepLineSegment.js +31 -0
  1534. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph.js +34 -0
  1535. package/node_modules/turf-jsts/src/org/locationtech/jts/index/ArrayListVisitor.js +20 -0
  1536. package/node_modules/turf-jsts/src/org/locationtech/jts/index/ItemVisitor.js +9 -0
  1537. package/node_modules/turf-jsts/src/org/locationtech/jts/index/SpatialIndex.js +18 -0
  1538. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Bintree.js +74 -0
  1539. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Interval.js +73 -0
  1540. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Key.js +46 -0
  1541. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Node.js +94 -0
  1542. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/NodeBase.js +97 -0
  1543. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Root.js +37 -0
  1544. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChain.js +107 -0
  1545. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainBuilder.js +67 -0
  1546. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.js +31 -0
  1547. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainSelectAction.js +25 -0
  1548. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.js +31 -0
  1549. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.js +24 -0
  1550. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.js +49 -0
  1551. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.js +68 -0
  1552. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree.js +5 -0
  1553. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdNode.js +68 -0
  1554. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdNodeVisitor.js +9 -0
  1555. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdTree.js +201 -0
  1556. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree.js +4 -0
  1557. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/DoubleBits.js +86 -0
  1558. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/IntervalSize.js +19 -0
  1559. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Key.js +57 -0
  1560. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Node.js +114 -0
  1561. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/NodeBase.js +131 -0
  1562. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Quadtree.js +81 -0
  1563. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Root.js +39 -0
  1564. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree.js +8 -0
  1565. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/AbstractNode.js +45 -0
  1566. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/AbstractSTRtree.js +296 -0
  1567. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/Boundable.js +9 -0
  1568. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/BoundablePair.js +83 -0
  1569. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/GeometryItemDistance.js +15 -0
  1570. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/Interval.js +46 -0
  1571. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/ItemBoundable.js +25 -0
  1572. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/ItemDistance.js +9 -0
  1573. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/SIRtree.js +88 -0
  1574. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/STRtree.js +234 -0
  1575. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree.js +11 -0
  1576. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineEvent.js +53 -0
  1577. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineIndex.js +53 -0
  1578. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineInterval.js +34 -0
  1579. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.js +9 -0
  1580. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline.js +5 -0
  1581. package/node_modules/turf-jsts/src/org/locationtech/jts/index.js +2 -0
  1582. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONParser.js +439 -0
  1583. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONReader.js +59 -0
  1584. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONWriter.js +36 -0
  1585. package/node_modules/turf-jsts/src/org/locationtech/jts/io/OL3Parser.js +181 -0
  1586. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTParser.js +398 -0
  1587. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTReader.js +62 -0
  1588. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTWriter.js +53 -0
  1589. package/node_modules/turf-jsts/src/org/locationtech/jts/io.js +8 -0
  1590. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/ExtractLineByLocation.js +69 -0
  1591. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthIndexOfPoint.js +65 -0
  1592. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthIndexedLine.js +86 -0
  1593. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthLocationMap.js +106 -0
  1594. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearGeometryBuilder.js +74 -0
  1595. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearIterator.js +88 -0
  1596. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearLocation.js +207 -0
  1597. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexOfLine.js +33 -0
  1598. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexOfPoint.js +68 -0
  1599. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexedLine.js +65 -0
  1600. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref.js +11 -0
  1601. package/node_modules/turf-jsts/src/org/locationtech/jts/math/DD.js +639 -0
  1602. package/node_modules/turf-jsts/src/org/locationtech/jts/math/MathUtil.js +71 -0
  1603. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Matrix.js +54 -0
  1604. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Plane3D.js +41 -0
  1605. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Vector2D.js +180 -0
  1606. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Vector3D.js +97 -0
  1607. package/node_modules/turf-jsts/src/org/locationtech/jts/monkey.js +167 -0
  1608. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/BasicSegmentString.js +46 -0
  1609. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/FastNodingValidator.js +64 -0
  1610. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.js +31 -0
  1611. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/InteriorIntersectionFinder.js +96 -0
  1612. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.js +41 -0
  1613. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/IntersectionAdder.js +90 -0
  1614. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/IteratedNoder.js +54 -0
  1615. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/MCIndexNoder.js +91 -0
  1616. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.js +88 -0
  1617. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodableSegmentString.js +11 -0
  1618. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodedSegmentString.js +103 -0
  1619. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/Noder.js +10 -0
  1620. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodingValidator.js +105 -0
  1621. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/Octant.js +40 -0
  1622. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/OrientedCoordinateArray.js +46 -0
  1623. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/ScaledNoder.js +99 -0
  1624. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentIntersectionDetector.js +81 -0
  1625. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentIntersector.js +10 -0
  1626. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentNode.js +50 -0
  1627. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentNodeList.js +210 -0
  1628. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentPointComparator.js +48 -0
  1629. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentSetMutualIntersector.js +9 -0
  1630. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentString.js +14 -0
  1631. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentStringDissolver.js +58 -0
  1632. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentStringUtil.js +49 -0
  1633. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SimpleNoder.js +37 -0
  1634. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.js +35 -0
  1635. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SinglePassNoder.js +20 -0
  1636. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/GeometryNoder.js +63 -0
  1637. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/HotPixel.js +126 -0
  1638. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.js +75 -0
  1639. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.js +90 -0
  1640. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/SimpleSnapRounder.js +109 -0
  1641. package/node_modules/turf-jsts/src/org/locationtech/jts/noding.js +3 -0
  1642. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/boundary/BoundaryOp.js +117 -0
  1643. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/boundary.js +2 -0
  1644. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferBuilder.js +150 -0
  1645. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.js +98 -0
  1646. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferOp.js +139 -0
  1647. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferParameters.js +95 -0
  1648. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferSubgraph.js +151 -0
  1649. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.js +170 -0
  1650. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.js +122 -0
  1651. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.js +289 -0
  1652. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetSegmentString.js +68 -0
  1653. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.js +95 -0
  1654. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.js +111 -0
  1655. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.js +92 -0
  1656. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.js +107 -0
  1657. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.js +116 -0
  1658. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.js +61 -0
  1659. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/PointPairDistance.js +75 -0
  1660. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer.js +19 -0
  1661. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.js +28 -0
  1662. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.js +27 -0
  1663. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/DistanceOp.js +239 -0
  1664. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/FacetSequence.js +114 -0
  1665. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.js +57 -0
  1666. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/GeometryLocation.js +38 -0
  1667. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/IndexedFacetDistance.js +45 -0
  1668. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance.js +8 -0
  1669. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.js +80 -0
  1670. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/Distance3DOp.js +312 -0
  1671. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.js +117 -0
  1672. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d.js +4 -0
  1673. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/geometrygraph/GeometryGraphOp.js +46 -0
  1674. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/geometrygraph.js +2 -0
  1675. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/issimple/IsSimpleOp.js +164 -0
  1676. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/issimple.js +2 -0
  1677. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/EdgeString.js +46 -0
  1678. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.js +28 -0
  1679. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeEdge.js +17 -0
  1680. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeGraph.js +38 -0
  1681. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMerger.js +116 -0
  1682. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineSequencer.js +249 -0
  1683. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge.js +7 -0
  1684. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.js +74 -0
  1685. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/EdgeSetNoder.js +32 -0
  1686. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/LineBuilder.js +96 -0
  1687. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/MaximalEdgeRing.js +43 -0
  1688. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/MinimalEdgeRing.js +21 -0
  1689. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/OverlayNodeFactory.js +15 -0
  1690. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/OverlayOp.js +332 -0
  1691. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/PointBuilder.js +45 -0
  1692. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/PolygonBuilder.js +152 -0
  1693. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.js +115 -0
  1694. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.js +93 -0
  1695. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.js +57 -0
  1696. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.js +73 -0
  1697. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.js +77 -0
  1698. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.js +55 -0
  1699. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.js +88 -0
  1700. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay.js +21 -0
  1701. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/EdgeRing.js +232 -0
  1702. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.js +41 -0
  1703. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeEdge.js +17 -0
  1704. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeGraph.js +249 -0
  1705. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/Polygonizer.js +186 -0
  1706. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize.js +6 -0
  1707. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate/RectangleContains.js +64 -0
  1708. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate/RectangleIntersects.js +158 -0
  1709. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate.js +3 -0
  1710. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBuilder.js +64 -0
  1711. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBundle.js +96 -0
  1712. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBundleStar.js +26 -0
  1713. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateComputer.js +172 -0
  1714. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNode.js +21 -0
  1715. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNodeFactory.js +15 -0
  1716. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNodeGraph.js +52 -0
  1717. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateOp.js +109 -0
  1718. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate.js +9 -0
  1719. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/CascadedPolygonUnion.js +157 -0
  1720. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/PointGeometryUnion.js +47 -0
  1721. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnaryUnionOp.js +105 -0
  1722. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnionInteracting.js +75 -0
  1723. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnionOp.js +21 -0
  1724. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union.js +6 -0
  1725. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/ConnectedInteriorTester.js +121 -0
  1726. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/ConsistentAreaTester.js +54 -0
  1727. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/IndexedNestedRingTester.js +60 -0
  1728. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/IsValidOp.js +324 -0
  1729. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/QuadtreeNestedRingTester.js +61 -0
  1730. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/RepeatedPointTester.js +56 -0
  1731. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/SimpleNestedRingTester.js +46 -0
  1732. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/SweeplineNestedRingTester.js +57 -0
  1733. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/TopologyValidationError.js +48 -0
  1734. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid.js +10 -0
  1735. package/node_modules/turf-jsts/src/org/locationtech/jts/operation.js +4 -0
  1736. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/DirectedEdge.js +101 -0
  1737. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/DirectedEdgeStar.js +79 -0
  1738. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Edge.js +51 -0
  1739. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/GraphComponent.js +56 -0
  1740. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Node.js +60 -0
  1741. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/NodeMap.js +29 -0
  1742. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/PlanarGraph.js +100 -0
  1743. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Subgraph.js +43 -0
  1744. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.js +52 -0
  1745. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBits.js +67 -0
  1746. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBitsOp.js +63 -0
  1747. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBitsRemover.js +87 -0
  1748. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.js +25 -0
  1749. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/EnhancedPrecisionOp.js +116 -0
  1750. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/GeometryPrecisionReducer.js +82 -0
  1751. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/MinimumClearance.js +132 -0
  1752. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.js +39 -0
  1753. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/SimpleMinimumClearance.js +126 -0
  1754. package/node_modules/turf-jsts/src/org/locationtech/jts/precision.js +10 -0
  1755. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/GeometricShapeBuilder.js +54 -0
  1756. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/fractal/KochSnowflakeBuilder.js +66 -0
  1757. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/fractal/SierpinskiCarpetBuilder.js +57 -0
  1758. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/random/RandomPointsBuilder.js +56 -0
  1759. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/random/RandomPointsInGridBuilder.js +70 -0
  1760. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/DouglasPeuckerLineSimplifier.js +64 -0
  1761. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.js +90 -0
  1762. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/LineSegmentIndex.js +63 -0
  1763. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineSegment.js +36 -0
  1764. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineString.js +78 -0
  1765. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineStringSimplifier.js +129 -0
  1766. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLinesSimplifier.js +29 -0
  1767. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TopologyPreservingSimplifier.js +88 -0
  1768. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/VWLineSimplifier.js +135 -0
  1769. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/VWSimplifier.js +90 -0
  1770. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify.js +11 -0
  1771. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConformingDelaunayTriangulationBuilder.js +95 -0
  1772. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.js +216 -0
  1773. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintEnforcementException.js +29 -0
  1774. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintSplitPointFinder.js +9 -0
  1775. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintVertex.js +34 -0
  1776. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintVertexFactory.js +9 -0
  1777. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/DelaunayTriangulationBuilder.js +84 -0
  1778. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/IncrementalDelaunayTriangulator.js +50 -0
  1779. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/MidpointSplitPointFinder.js +16 -0
  1780. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/NonEncroachingSplitPointFinder.js +31 -0
  1781. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/Segment.js +96 -0
  1782. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/SplitSegment.js +56 -0
  1783. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/VertexTaggedGeometryDataMapper.js +48 -0
  1784. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/VoronoiDiagramBuilder.js +77 -0
  1785. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/EdgeConnectedTriangleTraversal.js +39 -0
  1786. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/LastFoundQuadEdgeLocator.js +32 -0
  1787. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/LocateFailureException.js +32 -0
  1788. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdge.js +146 -0
  1789. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeLocator.js +9 -0
  1790. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.js +456 -0
  1791. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeTriangle.js +191 -0
  1792. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeUtil.js +19 -0
  1793. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TraversalVisitor.js +9 -0
  1794. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TrianglePredicate.js +113 -0
  1795. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TriangleVisitor.js +9 -0
  1796. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/Vertex.js +210 -0
  1797. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge.js +5 -0
  1798. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate.js +15 -0
  1799. package/node_modules/turf-jsts/src/org/locationtech/jts/util/Assert.js +53 -0
  1800. package/node_modules/turf-jsts/src/org/locationtech/jts/util/AssertionFailedException.js +19 -0
  1801. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CollectionUtil.js +35 -0
  1802. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CoordinateArrayFilter.js +22 -0
  1803. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CoordinateCountFilter.js +19 -0
  1804. package/node_modules/turf-jsts/src/org/locationtech/jts/util/GeometricShapeFactory.js +266 -0
  1805. package/node_modules/turf-jsts/src/org/locationtech/jts/util/Memory.js +47 -0
  1806. package/node_modules/turf-jsts/src/org/locationtech/jts/util/NumberUtil.js +11 -0
  1807. package/node_modules/turf-jsts/src/org/locationtech/jts/util/ObjectCounter.js +44 -0
  1808. package/node_modules/turf-jsts/src/org/locationtech/jts/util/PriorityQueue.js +55 -0
  1809. package/node_modules/turf-jsts/src/org/locationtech/jts/util/StringUtil.js +79 -0
  1810. package/node_modules/turf-jsts/src/org/locationtech/jts/util/UniqueCoordinateArrayFilter.js +33 -0
  1811. package/package.json +21 -12
  1812. package/tak-registration.html +15 -11
  1813. package/tak-registration.js +229 -27
@@ -0,0 +1,1421 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var helpers = require('@turf/helpers');
6
+
7
+ /**
8
+ * Callback for coordEach
9
+ *
10
+ * @callback coordEachCallback
11
+ * @param {Array<number>} currentCoord The current coordinate being processed.
12
+ * @param {number} coordIndex The current index of the coordinate being processed.
13
+ * @param {number} featureIndex The current index of the Feature being processed.
14
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
15
+ * @param {number} geometryIndex The current index of the Geometry being processed.
16
+ */
17
+
18
+ /**
19
+ * Iterate over coordinates in any GeoJSON object, similar to Array.forEach()
20
+ *
21
+ * @name coordEach
22
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
23
+ * @param {Function} callback a method that takes (currentCoord, coordIndex, featureIndex, multiFeatureIndex)
24
+ * @param {boolean} [excludeWrapCoord=false] whether or not to include the final coordinate of LinearRings that wraps the ring in its iteration.
25
+ * @returns {void}
26
+ * @example
27
+ * var features = turf.featureCollection([
28
+ * turf.point([26, 37], {"foo": "bar"}),
29
+ * turf.point([36, 53], {"hello": "world"})
30
+ * ]);
31
+ *
32
+ * turf.coordEach(features, function (currentCoord, coordIndex, featureIndex, multiFeatureIndex, geometryIndex) {
33
+ * //=currentCoord
34
+ * //=coordIndex
35
+ * //=featureIndex
36
+ * //=multiFeatureIndex
37
+ * //=geometryIndex
38
+ * });
39
+ */
40
+ function coordEach(geojson, callback, excludeWrapCoord) {
41
+ // Handles null Geometry -- Skips this GeoJSON
42
+ if (geojson === null) return;
43
+ var j,
44
+ k,
45
+ l,
46
+ geometry,
47
+ stopG,
48
+ coords,
49
+ geometryMaybeCollection,
50
+ wrapShrink = 0,
51
+ coordIndex = 0,
52
+ isGeometryCollection,
53
+ type = geojson.type,
54
+ isFeatureCollection = type === "FeatureCollection",
55
+ isFeature = type === "Feature",
56
+ stop = isFeatureCollection ? geojson.features.length : 1;
57
+
58
+ // This logic may look a little weird. The reason why it is that way
59
+ // is because it's trying to be fast. GeoJSON supports multiple kinds
60
+ // of objects at its root: FeatureCollection, Features, Geometries.
61
+ // This function has the responsibility of handling all of them, and that
62
+ // means that some of the `for` loops you see below actually just don't apply
63
+ // to certain inputs. For instance, if you give this just a
64
+ // Point geometry, then both loops are short-circuited and all we do
65
+ // is gradually rename the input until it's called 'geometry'.
66
+ //
67
+ // This also aims to allocate as few resources as possible: just a
68
+ // few numbers and booleans, rather than any temporary arrays as would
69
+ // be required with the normalization approach.
70
+ for (var featureIndex = 0; featureIndex < stop; featureIndex++) {
71
+ geometryMaybeCollection = isFeatureCollection
72
+ ? geojson.features[featureIndex].geometry
73
+ : isFeature
74
+ ? geojson.geometry
75
+ : geojson;
76
+ isGeometryCollection = geometryMaybeCollection
77
+ ? geometryMaybeCollection.type === "GeometryCollection"
78
+ : false;
79
+ stopG = isGeometryCollection
80
+ ? geometryMaybeCollection.geometries.length
81
+ : 1;
82
+
83
+ for (var geomIndex = 0; geomIndex < stopG; geomIndex++) {
84
+ var multiFeatureIndex = 0;
85
+ var geometryIndex = 0;
86
+ geometry = isGeometryCollection
87
+ ? geometryMaybeCollection.geometries[geomIndex]
88
+ : geometryMaybeCollection;
89
+
90
+ // Handles null Geometry -- Skips this geometry
91
+ if (geometry === null) continue;
92
+ coords = geometry.coordinates;
93
+ var geomType = geometry.type;
94
+
95
+ wrapShrink =
96
+ excludeWrapCoord &&
97
+ (geomType === "Polygon" || geomType === "MultiPolygon")
98
+ ? 1
99
+ : 0;
100
+
101
+ switch (geomType) {
102
+ case null:
103
+ break;
104
+ case "Point":
105
+ if (
106
+ callback(
107
+ coords,
108
+ coordIndex,
109
+ featureIndex,
110
+ multiFeatureIndex,
111
+ geometryIndex
112
+ ) === false
113
+ )
114
+ return false;
115
+ coordIndex++;
116
+ multiFeatureIndex++;
117
+ break;
118
+ case "LineString":
119
+ case "MultiPoint":
120
+ for (j = 0; j < coords.length; j++) {
121
+ if (
122
+ callback(
123
+ coords[j],
124
+ coordIndex,
125
+ featureIndex,
126
+ multiFeatureIndex,
127
+ geometryIndex
128
+ ) === false
129
+ )
130
+ return false;
131
+ coordIndex++;
132
+ if (geomType === "MultiPoint") multiFeatureIndex++;
133
+ }
134
+ if (geomType === "LineString") multiFeatureIndex++;
135
+ break;
136
+ case "Polygon":
137
+ case "MultiLineString":
138
+ for (j = 0; j < coords.length; j++) {
139
+ for (k = 0; k < coords[j].length - wrapShrink; k++) {
140
+ if (
141
+ callback(
142
+ coords[j][k],
143
+ coordIndex,
144
+ featureIndex,
145
+ multiFeatureIndex,
146
+ geometryIndex
147
+ ) === false
148
+ )
149
+ return false;
150
+ coordIndex++;
151
+ }
152
+ if (geomType === "MultiLineString") multiFeatureIndex++;
153
+ if (geomType === "Polygon") geometryIndex++;
154
+ }
155
+ if (geomType === "Polygon") multiFeatureIndex++;
156
+ break;
157
+ case "MultiPolygon":
158
+ for (j = 0; j < coords.length; j++) {
159
+ geometryIndex = 0;
160
+ for (k = 0; k < coords[j].length; k++) {
161
+ for (l = 0; l < coords[j][k].length - wrapShrink; l++) {
162
+ if (
163
+ callback(
164
+ coords[j][k][l],
165
+ coordIndex,
166
+ featureIndex,
167
+ multiFeatureIndex,
168
+ geometryIndex
169
+ ) === false
170
+ )
171
+ return false;
172
+ coordIndex++;
173
+ }
174
+ geometryIndex++;
175
+ }
176
+ multiFeatureIndex++;
177
+ }
178
+ break;
179
+ case "GeometryCollection":
180
+ for (j = 0; j < geometry.geometries.length; j++)
181
+ if (
182
+ coordEach(geometry.geometries[j], callback, excludeWrapCoord) ===
183
+ false
184
+ )
185
+ return false;
186
+ break;
187
+ default:
188
+ throw new Error("Unknown Geometry Type");
189
+ }
190
+ }
191
+ }
192
+ }
193
+
194
+ /**
195
+ * Callback for coordReduce
196
+ *
197
+ * The first time the callback function is called, the values provided as arguments depend
198
+ * on whether the reduce method has an initialValue argument.
199
+ *
200
+ * If an initialValue is provided to the reduce method:
201
+ * - The previousValue argument is initialValue.
202
+ * - The currentValue argument is the value of the first element present in the array.
203
+ *
204
+ * If an initialValue is not provided:
205
+ * - The previousValue argument is the value of the first element present in the array.
206
+ * - The currentValue argument is the value of the second element present in the array.
207
+ *
208
+ * @callback coordReduceCallback
209
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
210
+ * of the callback, or initialValue, if supplied.
211
+ * @param {Array<number>} currentCoord The current coordinate being processed.
212
+ * @param {number} coordIndex The current index of the coordinate being processed.
213
+ * Starts at index 0, if an initialValue is provided, and at index 1 otherwise.
214
+ * @param {number} featureIndex The current index of the Feature being processed.
215
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
216
+ * @param {number} geometryIndex The current index of the Geometry being processed.
217
+ */
218
+
219
+ /**
220
+ * Reduce coordinates in any GeoJSON object, similar to Array.reduce()
221
+ *
222
+ * @name coordReduce
223
+ * @param {FeatureCollection|Geometry|Feature} geojson any GeoJSON object
224
+ * @param {Function} callback a method that takes (previousValue, currentCoord, coordIndex)
225
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
226
+ * @param {boolean} [excludeWrapCoord=false] whether or not to include the final coordinate of LinearRings that wraps the ring in its iteration.
227
+ * @returns {*} The value that results from the reduction.
228
+ * @example
229
+ * var features = turf.featureCollection([
230
+ * turf.point([26, 37], {"foo": "bar"}),
231
+ * turf.point([36, 53], {"hello": "world"})
232
+ * ]);
233
+ *
234
+ * turf.coordReduce(features, function (previousValue, currentCoord, coordIndex, featureIndex, multiFeatureIndex, geometryIndex) {
235
+ * //=previousValue
236
+ * //=currentCoord
237
+ * //=coordIndex
238
+ * //=featureIndex
239
+ * //=multiFeatureIndex
240
+ * //=geometryIndex
241
+ * return currentCoord;
242
+ * });
243
+ */
244
+ function coordReduce(geojson, callback, initialValue, excludeWrapCoord) {
245
+ var previousValue = initialValue;
246
+ coordEach(
247
+ geojson,
248
+ function (
249
+ currentCoord,
250
+ coordIndex,
251
+ featureIndex,
252
+ multiFeatureIndex,
253
+ geometryIndex
254
+ ) {
255
+ if (coordIndex === 0 && initialValue === undefined)
256
+ previousValue = currentCoord;
257
+ else
258
+ previousValue = callback(
259
+ previousValue,
260
+ currentCoord,
261
+ coordIndex,
262
+ featureIndex,
263
+ multiFeatureIndex,
264
+ geometryIndex
265
+ );
266
+ },
267
+ excludeWrapCoord
268
+ );
269
+ return previousValue;
270
+ }
271
+
272
+ /**
273
+ * Callback for propEach
274
+ *
275
+ * @callback propEachCallback
276
+ * @param {Object} currentProperties The current Properties being processed.
277
+ * @param {number} featureIndex The current index of the Feature being processed.
278
+ */
279
+
280
+ /**
281
+ * Iterate over properties in any GeoJSON object, similar to Array.forEach()
282
+ *
283
+ * @name propEach
284
+ * @param {FeatureCollection|Feature} geojson any GeoJSON object
285
+ * @param {Function} callback a method that takes (currentProperties, featureIndex)
286
+ * @returns {void}
287
+ * @example
288
+ * var features = turf.featureCollection([
289
+ * turf.point([26, 37], {foo: 'bar'}),
290
+ * turf.point([36, 53], {hello: 'world'})
291
+ * ]);
292
+ *
293
+ * turf.propEach(features, function (currentProperties, featureIndex) {
294
+ * //=currentProperties
295
+ * //=featureIndex
296
+ * });
297
+ */
298
+ function propEach(geojson, callback) {
299
+ var i;
300
+ switch (geojson.type) {
301
+ case "FeatureCollection":
302
+ for (i = 0; i < geojson.features.length; i++) {
303
+ if (callback(geojson.features[i].properties, i) === false) break;
304
+ }
305
+ break;
306
+ case "Feature":
307
+ callback(geojson.properties, 0);
308
+ break;
309
+ }
310
+ }
311
+
312
+ /**
313
+ * Callback for propReduce
314
+ *
315
+ * The first time the callback function is called, the values provided as arguments depend
316
+ * on whether the reduce method has an initialValue argument.
317
+ *
318
+ * If an initialValue is provided to the reduce method:
319
+ * - The previousValue argument is initialValue.
320
+ * - The currentValue argument is the value of the first element present in the array.
321
+ *
322
+ * If an initialValue is not provided:
323
+ * - The previousValue argument is the value of the first element present in the array.
324
+ * - The currentValue argument is the value of the second element present in the array.
325
+ *
326
+ * @callback propReduceCallback
327
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
328
+ * of the callback, or initialValue, if supplied.
329
+ * @param {*} currentProperties The current Properties being processed.
330
+ * @param {number} featureIndex The current index of the Feature being processed.
331
+ */
332
+
333
+ /**
334
+ * Reduce properties in any GeoJSON object into a single value,
335
+ * similar to how Array.reduce works. However, in this case we lazily run
336
+ * the reduction, so an array of all properties is unnecessary.
337
+ *
338
+ * @name propReduce
339
+ * @param {FeatureCollection|Feature} geojson any GeoJSON object
340
+ * @param {Function} callback a method that takes (previousValue, currentProperties, featureIndex)
341
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
342
+ * @returns {*} The value that results from the reduction.
343
+ * @example
344
+ * var features = turf.featureCollection([
345
+ * turf.point([26, 37], {foo: 'bar'}),
346
+ * turf.point([36, 53], {hello: 'world'})
347
+ * ]);
348
+ *
349
+ * turf.propReduce(features, function (previousValue, currentProperties, featureIndex) {
350
+ * //=previousValue
351
+ * //=currentProperties
352
+ * //=featureIndex
353
+ * return currentProperties
354
+ * });
355
+ */
356
+ function propReduce(geojson, callback, initialValue) {
357
+ var previousValue = initialValue;
358
+ propEach(geojson, function (currentProperties, featureIndex) {
359
+ if (featureIndex === 0 && initialValue === undefined)
360
+ previousValue = currentProperties;
361
+ else
362
+ previousValue = callback(previousValue, currentProperties, featureIndex);
363
+ });
364
+ return previousValue;
365
+ }
366
+
367
+ /**
368
+ * Callback for featureEach
369
+ *
370
+ * @callback featureEachCallback
371
+ * @param {Feature<any>} currentFeature The current Feature being processed.
372
+ * @param {number} featureIndex The current index of the Feature being processed.
373
+ */
374
+
375
+ /**
376
+ * Iterate over features in any GeoJSON object, similar to
377
+ * Array.forEach.
378
+ *
379
+ * @name featureEach
380
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
381
+ * @param {Function} callback a method that takes (currentFeature, featureIndex)
382
+ * @returns {void}
383
+ * @example
384
+ * var features = turf.featureCollection([
385
+ * turf.point([26, 37], {foo: 'bar'}),
386
+ * turf.point([36, 53], {hello: 'world'})
387
+ * ]);
388
+ *
389
+ * turf.featureEach(features, function (currentFeature, featureIndex) {
390
+ * //=currentFeature
391
+ * //=featureIndex
392
+ * });
393
+ */
394
+ function featureEach(geojson, callback) {
395
+ if (geojson.type === "Feature") {
396
+ callback(geojson, 0);
397
+ } else if (geojson.type === "FeatureCollection") {
398
+ for (var i = 0; i < geojson.features.length; i++) {
399
+ if (callback(geojson.features[i], i) === false) break;
400
+ }
401
+ }
402
+ }
403
+
404
+ /**
405
+ * Callback for featureReduce
406
+ *
407
+ * The first time the callback function is called, the values provided as arguments depend
408
+ * on whether the reduce method has an initialValue argument.
409
+ *
410
+ * If an initialValue is provided to the reduce method:
411
+ * - The previousValue argument is initialValue.
412
+ * - The currentValue argument is the value of the first element present in the array.
413
+ *
414
+ * If an initialValue is not provided:
415
+ * - The previousValue argument is the value of the first element present in the array.
416
+ * - The currentValue argument is the value of the second element present in the array.
417
+ *
418
+ * @callback featureReduceCallback
419
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
420
+ * of the callback, or initialValue, if supplied.
421
+ * @param {Feature} currentFeature The current Feature being processed.
422
+ * @param {number} featureIndex The current index of the Feature being processed.
423
+ */
424
+
425
+ /**
426
+ * Reduce features in any GeoJSON object, similar to Array.reduce().
427
+ *
428
+ * @name featureReduce
429
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
430
+ * @param {Function} callback a method that takes (previousValue, currentFeature, featureIndex)
431
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
432
+ * @returns {*} The value that results from the reduction.
433
+ * @example
434
+ * var features = turf.featureCollection([
435
+ * turf.point([26, 37], {"foo": "bar"}),
436
+ * turf.point([36, 53], {"hello": "world"})
437
+ * ]);
438
+ *
439
+ * turf.featureReduce(features, function (previousValue, currentFeature, featureIndex) {
440
+ * //=previousValue
441
+ * //=currentFeature
442
+ * //=featureIndex
443
+ * return currentFeature
444
+ * });
445
+ */
446
+ function featureReduce(geojson, callback, initialValue) {
447
+ var previousValue = initialValue;
448
+ featureEach(geojson, function (currentFeature, featureIndex) {
449
+ if (featureIndex === 0 && initialValue === undefined)
450
+ previousValue = currentFeature;
451
+ else previousValue = callback(previousValue, currentFeature, featureIndex);
452
+ });
453
+ return previousValue;
454
+ }
455
+
456
+ /**
457
+ * Get all coordinates from any GeoJSON object.
458
+ *
459
+ * @name coordAll
460
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
461
+ * @returns {Array<Array<number>>} coordinate position array
462
+ * @example
463
+ * var features = turf.featureCollection([
464
+ * turf.point([26, 37], {foo: 'bar'}),
465
+ * turf.point([36, 53], {hello: 'world'})
466
+ * ]);
467
+ *
468
+ * var coords = turf.coordAll(features);
469
+ * //= [[26, 37], [36, 53]]
470
+ */
471
+ function coordAll(geojson) {
472
+ var coords = [];
473
+ coordEach(geojson, function (coord) {
474
+ coords.push(coord);
475
+ });
476
+ return coords;
477
+ }
478
+
479
+ /**
480
+ * Callback for geomEach
481
+ *
482
+ * @callback geomEachCallback
483
+ * @param {Geometry} currentGeometry The current Geometry being processed.
484
+ * @param {number} featureIndex The current index of the Feature being processed.
485
+ * @param {Object} featureProperties The current Feature Properties being processed.
486
+ * @param {Array<number>} featureBBox The current Feature BBox being processed.
487
+ * @param {number|string} featureId The current Feature Id being processed.
488
+ */
489
+
490
+ /**
491
+ * Iterate over each geometry in any GeoJSON object, similar to Array.forEach()
492
+ *
493
+ * @name geomEach
494
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
495
+ * @param {Function} callback a method that takes (currentGeometry, featureIndex, featureProperties, featureBBox, featureId)
496
+ * @returns {void}
497
+ * @example
498
+ * var features = turf.featureCollection([
499
+ * turf.point([26, 37], {foo: 'bar'}),
500
+ * turf.point([36, 53], {hello: 'world'})
501
+ * ]);
502
+ *
503
+ * turf.geomEach(features, function (currentGeometry, featureIndex, featureProperties, featureBBox, featureId) {
504
+ * //=currentGeometry
505
+ * //=featureIndex
506
+ * //=featureProperties
507
+ * //=featureBBox
508
+ * //=featureId
509
+ * });
510
+ */
511
+ function geomEach(geojson, callback) {
512
+ var i,
513
+ j,
514
+ g,
515
+ geometry,
516
+ stopG,
517
+ geometryMaybeCollection,
518
+ isGeometryCollection,
519
+ featureProperties,
520
+ featureBBox,
521
+ featureId,
522
+ featureIndex = 0,
523
+ isFeatureCollection = geojson.type === "FeatureCollection",
524
+ isFeature = geojson.type === "Feature",
525
+ stop = isFeatureCollection ? geojson.features.length : 1;
526
+
527
+ // This logic may look a little weird. The reason why it is that way
528
+ // is because it's trying to be fast. GeoJSON supports multiple kinds
529
+ // of objects at its root: FeatureCollection, Features, Geometries.
530
+ // This function has the responsibility of handling all of them, and that
531
+ // means that some of the `for` loops you see below actually just don't apply
532
+ // to certain inputs. For instance, if you give this just a
533
+ // Point geometry, then both loops are short-circuited and all we do
534
+ // is gradually rename the input until it's called 'geometry'.
535
+ //
536
+ // This also aims to allocate as few resources as possible: just a
537
+ // few numbers and booleans, rather than any temporary arrays as would
538
+ // be required with the normalization approach.
539
+ for (i = 0; i < stop; i++) {
540
+ geometryMaybeCollection = isFeatureCollection
541
+ ? geojson.features[i].geometry
542
+ : isFeature
543
+ ? geojson.geometry
544
+ : geojson;
545
+ featureProperties = isFeatureCollection
546
+ ? geojson.features[i].properties
547
+ : isFeature
548
+ ? geojson.properties
549
+ : {};
550
+ featureBBox = isFeatureCollection
551
+ ? geojson.features[i].bbox
552
+ : isFeature
553
+ ? geojson.bbox
554
+ : undefined;
555
+ featureId = isFeatureCollection
556
+ ? geojson.features[i].id
557
+ : isFeature
558
+ ? geojson.id
559
+ : undefined;
560
+ isGeometryCollection = geometryMaybeCollection
561
+ ? geometryMaybeCollection.type === "GeometryCollection"
562
+ : false;
563
+ stopG = isGeometryCollection
564
+ ? geometryMaybeCollection.geometries.length
565
+ : 1;
566
+
567
+ for (g = 0; g < stopG; g++) {
568
+ geometry = isGeometryCollection
569
+ ? geometryMaybeCollection.geometries[g]
570
+ : geometryMaybeCollection;
571
+
572
+ // Handle null Geometry
573
+ if (geometry === null) {
574
+ if (
575
+ callback(
576
+ null,
577
+ featureIndex,
578
+ featureProperties,
579
+ featureBBox,
580
+ featureId
581
+ ) === false
582
+ )
583
+ return false;
584
+ continue;
585
+ }
586
+ switch (geometry.type) {
587
+ case "Point":
588
+ case "LineString":
589
+ case "MultiPoint":
590
+ case "Polygon":
591
+ case "MultiLineString":
592
+ case "MultiPolygon": {
593
+ if (
594
+ callback(
595
+ geometry,
596
+ featureIndex,
597
+ featureProperties,
598
+ featureBBox,
599
+ featureId
600
+ ) === false
601
+ )
602
+ return false;
603
+ break;
604
+ }
605
+ case "GeometryCollection": {
606
+ for (j = 0; j < geometry.geometries.length; j++) {
607
+ if (
608
+ callback(
609
+ geometry.geometries[j],
610
+ featureIndex,
611
+ featureProperties,
612
+ featureBBox,
613
+ featureId
614
+ ) === false
615
+ )
616
+ return false;
617
+ }
618
+ break;
619
+ }
620
+ default:
621
+ throw new Error("Unknown Geometry Type");
622
+ }
623
+ }
624
+ // Only increase `featureIndex` per each feature
625
+ featureIndex++;
626
+ }
627
+ }
628
+
629
+ /**
630
+ * Callback for geomReduce
631
+ *
632
+ * The first time the callback function is called, the values provided as arguments depend
633
+ * on whether the reduce method has an initialValue argument.
634
+ *
635
+ * If an initialValue is provided to the reduce method:
636
+ * - The previousValue argument is initialValue.
637
+ * - The currentValue argument is the value of the first element present in the array.
638
+ *
639
+ * If an initialValue is not provided:
640
+ * - The previousValue argument is the value of the first element present in the array.
641
+ * - The currentValue argument is the value of the second element present in the array.
642
+ *
643
+ * @callback geomReduceCallback
644
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
645
+ * of the callback, or initialValue, if supplied.
646
+ * @param {Geometry} currentGeometry The current Geometry being processed.
647
+ * @param {number} featureIndex The current index of the Feature being processed.
648
+ * @param {Object} featureProperties The current Feature Properties being processed.
649
+ * @param {Array<number>} featureBBox The current Feature BBox being processed.
650
+ * @param {number|string} featureId The current Feature Id being processed.
651
+ */
652
+
653
+ /**
654
+ * Reduce geometry in any GeoJSON object, similar to Array.reduce().
655
+ *
656
+ * @name geomReduce
657
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
658
+ * @param {Function} callback a method that takes (previousValue, currentGeometry, featureIndex, featureProperties, featureBBox, featureId)
659
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
660
+ * @returns {*} The value that results from the reduction.
661
+ * @example
662
+ * var features = turf.featureCollection([
663
+ * turf.point([26, 37], {foo: 'bar'}),
664
+ * turf.point([36, 53], {hello: 'world'})
665
+ * ]);
666
+ *
667
+ * turf.geomReduce(features, function (previousValue, currentGeometry, featureIndex, featureProperties, featureBBox, featureId) {
668
+ * //=previousValue
669
+ * //=currentGeometry
670
+ * //=featureIndex
671
+ * //=featureProperties
672
+ * //=featureBBox
673
+ * //=featureId
674
+ * return currentGeometry
675
+ * });
676
+ */
677
+ function geomReduce(geojson, callback, initialValue) {
678
+ var previousValue = initialValue;
679
+ geomEach(
680
+ geojson,
681
+ function (
682
+ currentGeometry,
683
+ featureIndex,
684
+ featureProperties,
685
+ featureBBox,
686
+ featureId
687
+ ) {
688
+ if (featureIndex === 0 && initialValue === undefined)
689
+ previousValue = currentGeometry;
690
+ else
691
+ previousValue = callback(
692
+ previousValue,
693
+ currentGeometry,
694
+ featureIndex,
695
+ featureProperties,
696
+ featureBBox,
697
+ featureId
698
+ );
699
+ }
700
+ );
701
+ return previousValue;
702
+ }
703
+
704
+ /**
705
+ * Callback for flattenEach
706
+ *
707
+ * @callback flattenEachCallback
708
+ * @param {Feature} currentFeature The current flattened feature being processed.
709
+ * @param {number} featureIndex The current index of the Feature being processed.
710
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
711
+ */
712
+
713
+ /**
714
+ * Iterate over flattened features in any GeoJSON object, similar to
715
+ * Array.forEach.
716
+ *
717
+ * @name flattenEach
718
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
719
+ * @param {Function} callback a method that takes (currentFeature, featureIndex, multiFeatureIndex)
720
+ * @example
721
+ * var features = turf.featureCollection([
722
+ * turf.point([26, 37], {foo: 'bar'}),
723
+ * turf.multiPoint([[40, 30], [36, 53]], {hello: 'world'})
724
+ * ]);
725
+ *
726
+ * turf.flattenEach(features, function (currentFeature, featureIndex, multiFeatureIndex) {
727
+ * //=currentFeature
728
+ * //=featureIndex
729
+ * //=multiFeatureIndex
730
+ * });
731
+ */
732
+ function flattenEach(geojson, callback) {
733
+ geomEach(geojson, function (geometry, featureIndex, properties, bbox, id) {
734
+ // Callback for single geometry
735
+ var type = geometry === null ? null : geometry.type;
736
+ switch (type) {
737
+ case null:
738
+ case "Point":
739
+ case "LineString":
740
+ case "Polygon":
741
+ if (
742
+ callback(
743
+ helpers.feature(geometry, properties, { bbox: bbox, id: id }),
744
+ featureIndex,
745
+ 0
746
+ ) === false
747
+ )
748
+ return false;
749
+ return;
750
+ }
751
+
752
+ var geomType;
753
+
754
+ // Callback for multi-geometry
755
+ switch (type) {
756
+ case "MultiPoint":
757
+ geomType = "Point";
758
+ break;
759
+ case "MultiLineString":
760
+ geomType = "LineString";
761
+ break;
762
+ case "MultiPolygon":
763
+ geomType = "Polygon";
764
+ break;
765
+ }
766
+
767
+ for (
768
+ var multiFeatureIndex = 0;
769
+ multiFeatureIndex < geometry.coordinates.length;
770
+ multiFeatureIndex++
771
+ ) {
772
+ var coordinate = geometry.coordinates[multiFeatureIndex];
773
+ var geom = {
774
+ type: geomType,
775
+ coordinates: coordinate,
776
+ };
777
+ if (
778
+ callback(helpers.feature(geom, properties), featureIndex, multiFeatureIndex) ===
779
+ false
780
+ )
781
+ return false;
782
+ }
783
+ });
784
+ }
785
+
786
+ /**
787
+ * Callback for flattenReduce
788
+ *
789
+ * The first time the callback function is called, the values provided as arguments depend
790
+ * on whether the reduce method has an initialValue argument.
791
+ *
792
+ * If an initialValue is provided to the reduce method:
793
+ * - The previousValue argument is initialValue.
794
+ * - The currentValue argument is the value of the first element present in the array.
795
+ *
796
+ * If an initialValue is not provided:
797
+ * - The previousValue argument is the value of the first element present in the array.
798
+ * - The currentValue argument is the value of the second element present in the array.
799
+ *
800
+ * @callback flattenReduceCallback
801
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
802
+ * of the callback, or initialValue, if supplied.
803
+ * @param {Feature} currentFeature The current Feature being processed.
804
+ * @param {number} featureIndex The current index of the Feature being processed.
805
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
806
+ */
807
+
808
+ /**
809
+ * Reduce flattened features in any GeoJSON object, similar to Array.reduce().
810
+ *
811
+ * @name flattenReduce
812
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
813
+ * @param {Function} callback a method that takes (previousValue, currentFeature, featureIndex, multiFeatureIndex)
814
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
815
+ * @returns {*} The value that results from the reduction.
816
+ * @example
817
+ * var features = turf.featureCollection([
818
+ * turf.point([26, 37], {foo: 'bar'}),
819
+ * turf.multiPoint([[40, 30], [36, 53]], {hello: 'world'})
820
+ * ]);
821
+ *
822
+ * turf.flattenReduce(features, function (previousValue, currentFeature, featureIndex, multiFeatureIndex) {
823
+ * //=previousValue
824
+ * //=currentFeature
825
+ * //=featureIndex
826
+ * //=multiFeatureIndex
827
+ * return currentFeature
828
+ * });
829
+ */
830
+ function flattenReduce(geojson, callback, initialValue) {
831
+ var previousValue = initialValue;
832
+ flattenEach(
833
+ geojson,
834
+ function (currentFeature, featureIndex, multiFeatureIndex) {
835
+ if (
836
+ featureIndex === 0 &&
837
+ multiFeatureIndex === 0 &&
838
+ initialValue === undefined
839
+ )
840
+ previousValue = currentFeature;
841
+ else
842
+ previousValue = callback(
843
+ previousValue,
844
+ currentFeature,
845
+ featureIndex,
846
+ multiFeatureIndex
847
+ );
848
+ }
849
+ );
850
+ return previousValue;
851
+ }
852
+
853
+ /**
854
+ * Callback for segmentEach
855
+ *
856
+ * @callback segmentEachCallback
857
+ * @param {Feature<LineString>} currentSegment The current Segment being processed.
858
+ * @param {number} featureIndex The current index of the Feature being processed.
859
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
860
+ * @param {number} geometryIndex The current index of the Geometry being processed.
861
+ * @param {number} segmentIndex The current index of the Segment being processed.
862
+ * @returns {void}
863
+ */
864
+
865
+ /**
866
+ * Iterate over 2-vertex line segment in any GeoJSON object, similar to Array.forEach()
867
+ * (Multi)Point geometries do not contain segments therefore they are ignored during this operation.
868
+ *
869
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON
870
+ * @param {Function} callback a method that takes (currentSegment, featureIndex, multiFeatureIndex, geometryIndex, segmentIndex)
871
+ * @returns {void}
872
+ * @example
873
+ * var polygon = turf.polygon([[[-50, 5], [-40, -10], [-50, -10], [-40, 5], [-50, 5]]]);
874
+ *
875
+ * // Iterate over GeoJSON by 2-vertex segments
876
+ * turf.segmentEach(polygon, function (currentSegment, featureIndex, multiFeatureIndex, geometryIndex, segmentIndex) {
877
+ * //=currentSegment
878
+ * //=featureIndex
879
+ * //=multiFeatureIndex
880
+ * //=geometryIndex
881
+ * //=segmentIndex
882
+ * });
883
+ *
884
+ * // Calculate the total number of segments
885
+ * var total = 0;
886
+ * turf.segmentEach(polygon, function () {
887
+ * total++;
888
+ * });
889
+ */
890
+ function segmentEach(geojson, callback) {
891
+ flattenEach(geojson, function (feature, featureIndex, multiFeatureIndex) {
892
+ var segmentIndex = 0;
893
+
894
+ // Exclude null Geometries
895
+ if (!feature.geometry) return;
896
+ // (Multi)Point geometries do not contain segments therefore they are ignored during this operation.
897
+ var type = feature.geometry.type;
898
+ if (type === "Point" || type === "MultiPoint") return;
899
+
900
+ // Generate 2-vertex line segments
901
+ var previousCoords;
902
+ var previousFeatureIndex = 0;
903
+ var previousMultiIndex = 0;
904
+ var prevGeomIndex = 0;
905
+ if (
906
+ coordEach(
907
+ feature,
908
+ function (
909
+ currentCoord,
910
+ coordIndex,
911
+ featureIndexCoord,
912
+ multiPartIndexCoord,
913
+ geometryIndex
914
+ ) {
915
+ // Simulating a meta.coordReduce() since `reduce` operations cannot be stopped by returning `false`
916
+ if (
917
+ previousCoords === undefined ||
918
+ featureIndex > previousFeatureIndex ||
919
+ multiPartIndexCoord > previousMultiIndex ||
920
+ geometryIndex > prevGeomIndex
921
+ ) {
922
+ previousCoords = currentCoord;
923
+ previousFeatureIndex = featureIndex;
924
+ previousMultiIndex = multiPartIndexCoord;
925
+ prevGeomIndex = geometryIndex;
926
+ segmentIndex = 0;
927
+ return;
928
+ }
929
+ var currentSegment = helpers.lineString(
930
+ [previousCoords, currentCoord],
931
+ feature.properties
932
+ );
933
+ if (
934
+ callback(
935
+ currentSegment,
936
+ featureIndex,
937
+ multiFeatureIndex,
938
+ geometryIndex,
939
+ segmentIndex
940
+ ) === false
941
+ )
942
+ return false;
943
+ segmentIndex++;
944
+ previousCoords = currentCoord;
945
+ }
946
+ ) === false
947
+ )
948
+ return false;
949
+ });
950
+ }
951
+
952
+ /**
953
+ * Callback for segmentReduce
954
+ *
955
+ * The first time the callback function is called, the values provided as arguments depend
956
+ * on whether the reduce method has an initialValue argument.
957
+ *
958
+ * If an initialValue is provided to the reduce method:
959
+ * - The previousValue argument is initialValue.
960
+ * - The currentValue argument is the value of the first element present in the array.
961
+ *
962
+ * If an initialValue is not provided:
963
+ * - The previousValue argument is the value of the first element present in the array.
964
+ * - The currentValue argument is the value of the second element present in the array.
965
+ *
966
+ * @callback segmentReduceCallback
967
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
968
+ * of the callback, or initialValue, if supplied.
969
+ * @param {Feature<LineString>} currentSegment The current Segment being processed.
970
+ * @param {number} featureIndex The current index of the Feature being processed.
971
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
972
+ * @param {number} geometryIndex The current index of the Geometry being processed.
973
+ * @param {number} segmentIndex The current index of the Segment being processed.
974
+ */
975
+
976
+ /**
977
+ * Reduce 2-vertex line segment in any GeoJSON object, similar to Array.reduce()
978
+ * (Multi)Point geometries do not contain segments therefore they are ignored during this operation.
979
+ *
980
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON
981
+ * @param {Function} callback a method that takes (previousValue, currentSegment, currentIndex)
982
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
983
+ * @returns {void}
984
+ * @example
985
+ * var polygon = turf.polygon([[[-50, 5], [-40, -10], [-50, -10], [-40, 5], [-50, 5]]]);
986
+ *
987
+ * // Iterate over GeoJSON by 2-vertex segments
988
+ * turf.segmentReduce(polygon, function (previousSegment, currentSegment, featureIndex, multiFeatureIndex, geometryIndex, segmentIndex) {
989
+ * //= previousSegment
990
+ * //= currentSegment
991
+ * //= featureIndex
992
+ * //= multiFeatureIndex
993
+ * //= geometryIndex
994
+ * //= segmentIndex
995
+ * return currentSegment
996
+ * });
997
+ *
998
+ * // Calculate the total number of segments
999
+ * var initialValue = 0
1000
+ * var total = turf.segmentReduce(polygon, function (previousValue) {
1001
+ * previousValue++;
1002
+ * return previousValue;
1003
+ * }, initialValue);
1004
+ */
1005
+ function segmentReduce(geojson, callback, initialValue) {
1006
+ var previousValue = initialValue;
1007
+ var started = false;
1008
+ segmentEach(
1009
+ geojson,
1010
+ function (
1011
+ currentSegment,
1012
+ featureIndex,
1013
+ multiFeatureIndex,
1014
+ geometryIndex,
1015
+ segmentIndex
1016
+ ) {
1017
+ if (started === false && initialValue === undefined)
1018
+ previousValue = currentSegment;
1019
+ else
1020
+ previousValue = callback(
1021
+ previousValue,
1022
+ currentSegment,
1023
+ featureIndex,
1024
+ multiFeatureIndex,
1025
+ geometryIndex,
1026
+ segmentIndex
1027
+ );
1028
+ started = true;
1029
+ }
1030
+ );
1031
+ return previousValue;
1032
+ }
1033
+
1034
+ /**
1035
+ * Callback for lineEach
1036
+ *
1037
+ * @callback lineEachCallback
1038
+ * @param {Feature<LineString>} currentLine The current LineString|LinearRing being processed
1039
+ * @param {number} featureIndex The current index of the Feature being processed
1040
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed
1041
+ * @param {number} geometryIndex The current index of the Geometry being processed
1042
+ */
1043
+
1044
+ /**
1045
+ * Iterate over line or ring coordinates in LineString, Polygon, MultiLineString, MultiPolygon Features or Geometries,
1046
+ * similar to Array.forEach.
1047
+ *
1048
+ * @name lineEach
1049
+ * @param {Geometry|Feature<LineString|Polygon|MultiLineString|MultiPolygon>} geojson object
1050
+ * @param {Function} callback a method that takes (currentLine, featureIndex, multiFeatureIndex, geometryIndex)
1051
+ * @example
1052
+ * var multiLine = turf.multiLineString([
1053
+ * [[26, 37], [35, 45]],
1054
+ * [[36, 53], [38, 50], [41, 55]]
1055
+ * ]);
1056
+ *
1057
+ * turf.lineEach(multiLine, function (currentLine, featureIndex, multiFeatureIndex, geometryIndex) {
1058
+ * //=currentLine
1059
+ * //=featureIndex
1060
+ * //=multiFeatureIndex
1061
+ * //=geometryIndex
1062
+ * });
1063
+ */
1064
+ function lineEach(geojson, callback) {
1065
+ // validation
1066
+ if (!geojson) throw new Error("geojson is required");
1067
+
1068
+ flattenEach(geojson, function (feature, featureIndex, multiFeatureIndex) {
1069
+ if (feature.geometry === null) return;
1070
+ var type = feature.geometry.type;
1071
+ var coords = feature.geometry.coordinates;
1072
+ switch (type) {
1073
+ case "LineString":
1074
+ if (callback(feature, featureIndex, multiFeatureIndex, 0, 0) === false)
1075
+ return false;
1076
+ break;
1077
+ case "Polygon":
1078
+ for (
1079
+ var geometryIndex = 0;
1080
+ geometryIndex < coords.length;
1081
+ geometryIndex++
1082
+ ) {
1083
+ if (
1084
+ callback(
1085
+ helpers.lineString(coords[geometryIndex], feature.properties),
1086
+ featureIndex,
1087
+ multiFeatureIndex,
1088
+ geometryIndex
1089
+ ) === false
1090
+ )
1091
+ return false;
1092
+ }
1093
+ break;
1094
+ }
1095
+ });
1096
+ }
1097
+
1098
+ /**
1099
+ * Callback for lineReduce
1100
+ *
1101
+ * The first time the callback function is called, the values provided as arguments depend
1102
+ * on whether the reduce method has an initialValue argument.
1103
+ *
1104
+ * If an initialValue is provided to the reduce method:
1105
+ * - The previousValue argument is initialValue.
1106
+ * - The currentValue argument is the value of the first element present in the array.
1107
+ *
1108
+ * If an initialValue is not provided:
1109
+ * - The previousValue argument is the value of the first element present in the array.
1110
+ * - The currentValue argument is the value of the second element present in the array.
1111
+ *
1112
+ * @callback lineReduceCallback
1113
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
1114
+ * of the callback, or initialValue, if supplied.
1115
+ * @param {Feature<LineString>} currentLine The current LineString|LinearRing being processed.
1116
+ * @param {number} featureIndex The current index of the Feature being processed
1117
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed
1118
+ * @param {number} geometryIndex The current index of the Geometry being processed
1119
+ */
1120
+
1121
+ /**
1122
+ * Reduce features in any GeoJSON object, similar to Array.reduce().
1123
+ *
1124
+ * @name lineReduce
1125
+ * @param {Geometry|Feature<LineString|Polygon|MultiLineString|MultiPolygon>} geojson object
1126
+ * @param {Function} callback a method that takes (previousValue, currentLine, featureIndex, multiFeatureIndex, geometryIndex)
1127
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
1128
+ * @returns {*} The value that results from the reduction.
1129
+ * @example
1130
+ * var multiPoly = turf.multiPolygon([
1131
+ * turf.polygon([[[12,48],[2,41],[24,38],[12,48]], [[9,44],[13,41],[13,45],[9,44]]]),
1132
+ * turf.polygon([[[5, 5], [0, 0], [2, 2], [4, 4], [5, 5]]])
1133
+ * ]);
1134
+ *
1135
+ * turf.lineReduce(multiPoly, function (previousValue, currentLine, featureIndex, multiFeatureIndex, geometryIndex) {
1136
+ * //=previousValue
1137
+ * //=currentLine
1138
+ * //=featureIndex
1139
+ * //=multiFeatureIndex
1140
+ * //=geometryIndex
1141
+ * return currentLine
1142
+ * });
1143
+ */
1144
+ function lineReduce(geojson, callback, initialValue) {
1145
+ var previousValue = initialValue;
1146
+ lineEach(
1147
+ geojson,
1148
+ function (currentLine, featureIndex, multiFeatureIndex, geometryIndex) {
1149
+ if (featureIndex === 0 && initialValue === undefined)
1150
+ previousValue = currentLine;
1151
+ else
1152
+ previousValue = callback(
1153
+ previousValue,
1154
+ currentLine,
1155
+ featureIndex,
1156
+ multiFeatureIndex,
1157
+ geometryIndex
1158
+ );
1159
+ }
1160
+ );
1161
+ return previousValue;
1162
+ }
1163
+
1164
+ /**
1165
+ * Finds a particular 2-vertex LineString Segment from a GeoJSON using `@turf/meta` indexes.
1166
+ *
1167
+ * Negative indexes are permitted.
1168
+ * Point & MultiPoint will always return null.
1169
+ *
1170
+ * @param {FeatureCollection|Feature|Geometry} geojson Any GeoJSON Feature or Geometry
1171
+ * @param {Object} [options={}] Optional parameters
1172
+ * @param {number} [options.featureIndex=0] Feature Index
1173
+ * @param {number} [options.multiFeatureIndex=0] Multi-Feature Index
1174
+ * @param {number} [options.geometryIndex=0] Geometry Index
1175
+ * @param {number} [options.segmentIndex=0] Segment Index
1176
+ * @param {Object} [options.properties={}] Translate Properties to output LineString
1177
+ * @param {BBox} [options.bbox={}] Translate BBox to output LineString
1178
+ * @param {number|string} [options.id={}] Translate Id to output LineString
1179
+ * @returns {Feature<LineString>} 2-vertex GeoJSON Feature LineString
1180
+ * @example
1181
+ * var multiLine = turf.multiLineString([
1182
+ * [[10, 10], [50, 30], [30, 40]],
1183
+ * [[-10, -10], [-50, -30], [-30, -40]]
1184
+ * ]);
1185
+ *
1186
+ * // First Segment (defaults are 0)
1187
+ * turf.findSegment(multiLine);
1188
+ * // => Feature<LineString<[[10, 10], [50, 30]]>>
1189
+ *
1190
+ * // First Segment of 2nd Multi Feature
1191
+ * turf.findSegment(multiLine, {multiFeatureIndex: 1});
1192
+ * // => Feature<LineString<[[-10, -10], [-50, -30]]>>
1193
+ *
1194
+ * // Last Segment of Last Multi Feature
1195
+ * turf.findSegment(multiLine, {multiFeatureIndex: -1, segmentIndex: -1});
1196
+ * // => Feature<LineString<[[-50, -30], [-30, -40]]>>
1197
+ */
1198
+ function findSegment(geojson, options) {
1199
+ // Optional Parameters
1200
+ options = options || {};
1201
+ if (!helpers.isObject(options)) throw new Error("options is invalid");
1202
+ var featureIndex = options.featureIndex || 0;
1203
+ var multiFeatureIndex = options.multiFeatureIndex || 0;
1204
+ var geometryIndex = options.geometryIndex || 0;
1205
+ var segmentIndex = options.segmentIndex || 0;
1206
+
1207
+ // Find FeatureIndex
1208
+ var properties = options.properties;
1209
+ var geometry;
1210
+
1211
+ switch (geojson.type) {
1212
+ case "FeatureCollection":
1213
+ if (featureIndex < 0)
1214
+ featureIndex = geojson.features.length + featureIndex;
1215
+ properties = properties || geojson.features[featureIndex].properties;
1216
+ geometry = geojson.features[featureIndex].geometry;
1217
+ break;
1218
+ case "Feature":
1219
+ properties = properties || geojson.properties;
1220
+ geometry = geojson.geometry;
1221
+ break;
1222
+ case "Point":
1223
+ case "MultiPoint":
1224
+ return null;
1225
+ case "LineString":
1226
+ case "Polygon":
1227
+ case "MultiLineString":
1228
+ case "MultiPolygon":
1229
+ geometry = geojson;
1230
+ break;
1231
+ default:
1232
+ throw new Error("geojson is invalid");
1233
+ }
1234
+
1235
+ // Find SegmentIndex
1236
+ if (geometry === null) return null;
1237
+ var coords = geometry.coordinates;
1238
+ switch (geometry.type) {
1239
+ case "Point":
1240
+ case "MultiPoint":
1241
+ return null;
1242
+ case "LineString":
1243
+ if (segmentIndex < 0) segmentIndex = coords.length + segmentIndex - 1;
1244
+ return helpers.lineString(
1245
+ [coords[segmentIndex], coords[segmentIndex + 1]],
1246
+ properties,
1247
+ options
1248
+ );
1249
+ case "Polygon":
1250
+ if (geometryIndex < 0) geometryIndex = coords.length + geometryIndex;
1251
+ if (segmentIndex < 0)
1252
+ segmentIndex = coords[geometryIndex].length + segmentIndex - 1;
1253
+ return helpers.lineString(
1254
+ [
1255
+ coords[geometryIndex][segmentIndex],
1256
+ coords[geometryIndex][segmentIndex + 1],
1257
+ ],
1258
+ properties,
1259
+ options
1260
+ );
1261
+ case "MultiLineString":
1262
+ if (multiFeatureIndex < 0)
1263
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1264
+ if (segmentIndex < 0)
1265
+ segmentIndex = coords[multiFeatureIndex].length + segmentIndex - 1;
1266
+ return helpers.lineString(
1267
+ [
1268
+ coords[multiFeatureIndex][segmentIndex],
1269
+ coords[multiFeatureIndex][segmentIndex + 1],
1270
+ ],
1271
+ properties,
1272
+ options
1273
+ );
1274
+ case "MultiPolygon":
1275
+ if (multiFeatureIndex < 0)
1276
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1277
+ if (geometryIndex < 0)
1278
+ geometryIndex = coords[multiFeatureIndex].length + geometryIndex;
1279
+ if (segmentIndex < 0)
1280
+ segmentIndex =
1281
+ coords[multiFeatureIndex][geometryIndex].length - segmentIndex - 1;
1282
+ return helpers.lineString(
1283
+ [
1284
+ coords[multiFeatureIndex][geometryIndex][segmentIndex],
1285
+ coords[multiFeatureIndex][geometryIndex][segmentIndex + 1],
1286
+ ],
1287
+ properties,
1288
+ options
1289
+ );
1290
+ }
1291
+ throw new Error("geojson is invalid");
1292
+ }
1293
+
1294
+ /**
1295
+ * Finds a particular Point from a GeoJSON using `@turf/meta` indexes.
1296
+ *
1297
+ * Negative indexes are permitted.
1298
+ *
1299
+ * @param {FeatureCollection|Feature|Geometry} geojson Any GeoJSON Feature or Geometry
1300
+ * @param {Object} [options={}] Optional parameters
1301
+ * @param {number} [options.featureIndex=0] Feature Index
1302
+ * @param {number} [options.multiFeatureIndex=0] Multi-Feature Index
1303
+ * @param {number} [options.geometryIndex=0] Geometry Index
1304
+ * @param {number} [options.coordIndex=0] Coord Index
1305
+ * @param {Object} [options.properties={}] Translate Properties to output Point
1306
+ * @param {BBox} [options.bbox={}] Translate BBox to output Point
1307
+ * @param {number|string} [options.id={}] Translate Id to output Point
1308
+ * @returns {Feature<Point>} 2-vertex GeoJSON Feature Point
1309
+ * @example
1310
+ * var multiLine = turf.multiLineString([
1311
+ * [[10, 10], [50, 30], [30, 40]],
1312
+ * [[-10, -10], [-50, -30], [-30, -40]]
1313
+ * ]);
1314
+ *
1315
+ * // First Segment (defaults are 0)
1316
+ * turf.findPoint(multiLine);
1317
+ * // => Feature<Point<[10, 10]>>
1318
+ *
1319
+ * // First Segment of the 2nd Multi-Feature
1320
+ * turf.findPoint(multiLine, {multiFeatureIndex: 1});
1321
+ * // => Feature<Point<[-10, -10]>>
1322
+ *
1323
+ * // Last Segment of last Multi-Feature
1324
+ * turf.findPoint(multiLine, {multiFeatureIndex: -1, coordIndex: -1});
1325
+ * // => Feature<Point<[-30, -40]>>
1326
+ */
1327
+ function findPoint(geojson, options) {
1328
+ // Optional Parameters
1329
+ options = options || {};
1330
+ if (!helpers.isObject(options)) throw new Error("options is invalid");
1331
+ var featureIndex = options.featureIndex || 0;
1332
+ var multiFeatureIndex = options.multiFeatureIndex || 0;
1333
+ var geometryIndex = options.geometryIndex || 0;
1334
+ var coordIndex = options.coordIndex || 0;
1335
+
1336
+ // Find FeatureIndex
1337
+ var properties = options.properties;
1338
+ var geometry;
1339
+
1340
+ switch (geojson.type) {
1341
+ case "FeatureCollection":
1342
+ if (featureIndex < 0)
1343
+ featureIndex = geojson.features.length + featureIndex;
1344
+ properties = properties || geojson.features[featureIndex].properties;
1345
+ geometry = geojson.features[featureIndex].geometry;
1346
+ break;
1347
+ case "Feature":
1348
+ properties = properties || geojson.properties;
1349
+ geometry = geojson.geometry;
1350
+ break;
1351
+ case "Point":
1352
+ case "MultiPoint":
1353
+ return null;
1354
+ case "LineString":
1355
+ case "Polygon":
1356
+ case "MultiLineString":
1357
+ case "MultiPolygon":
1358
+ geometry = geojson;
1359
+ break;
1360
+ default:
1361
+ throw new Error("geojson is invalid");
1362
+ }
1363
+
1364
+ // Find Coord Index
1365
+ if (geometry === null) return null;
1366
+ var coords = geometry.coordinates;
1367
+ switch (geometry.type) {
1368
+ case "Point":
1369
+ return helpers.point(coords, properties, options);
1370
+ case "MultiPoint":
1371
+ if (multiFeatureIndex < 0)
1372
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1373
+ return helpers.point(coords[multiFeatureIndex], properties, options);
1374
+ case "LineString":
1375
+ if (coordIndex < 0) coordIndex = coords.length + coordIndex;
1376
+ return helpers.point(coords[coordIndex], properties, options);
1377
+ case "Polygon":
1378
+ if (geometryIndex < 0) geometryIndex = coords.length + geometryIndex;
1379
+ if (coordIndex < 0)
1380
+ coordIndex = coords[geometryIndex].length + coordIndex;
1381
+ return helpers.point(coords[geometryIndex][coordIndex], properties, options);
1382
+ case "MultiLineString":
1383
+ if (multiFeatureIndex < 0)
1384
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1385
+ if (coordIndex < 0)
1386
+ coordIndex = coords[multiFeatureIndex].length + coordIndex;
1387
+ return helpers.point(coords[multiFeatureIndex][coordIndex], properties, options);
1388
+ case "MultiPolygon":
1389
+ if (multiFeatureIndex < 0)
1390
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1391
+ if (geometryIndex < 0)
1392
+ geometryIndex = coords[multiFeatureIndex].length + geometryIndex;
1393
+ if (coordIndex < 0)
1394
+ coordIndex =
1395
+ coords[multiFeatureIndex][geometryIndex].length - coordIndex;
1396
+ return helpers.point(
1397
+ coords[multiFeatureIndex][geometryIndex][coordIndex],
1398
+ properties,
1399
+ options
1400
+ );
1401
+ }
1402
+ throw new Error("geojson is invalid");
1403
+ }
1404
+
1405
+ exports.coordAll = coordAll;
1406
+ exports.coordEach = coordEach;
1407
+ exports.coordReduce = coordReduce;
1408
+ exports.featureEach = featureEach;
1409
+ exports.featureReduce = featureReduce;
1410
+ exports.findPoint = findPoint;
1411
+ exports.findSegment = findSegment;
1412
+ exports.flattenEach = flattenEach;
1413
+ exports.flattenReduce = flattenReduce;
1414
+ exports.geomEach = geomEach;
1415
+ exports.geomReduce = geomReduce;
1416
+ exports.lineEach = lineEach;
1417
+ exports.lineReduce = lineReduce;
1418
+ exports.propEach = propEach;
1419
+ exports.propReduce = propReduce;
1420
+ exports.segmentEach = segmentEach;
1421
+ exports.segmentReduce = segmentReduce;