@geoscene/core 4.34.10 → 4.34.12

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 (188) hide show
  1. package/LICENSE.md +18 -18
  2. package/README.md +25 -25
  3. package/WebLinkChart.js +1 -1
  4. package/assets/geoscene/core/workers/chunks/0f735b0dec173142f3b6.js +1 -1
  5. package/assets/geoscene/core/workers/chunks/3a457e718a901a45902e.js +1 -1
  6. package/assets/geoscene/core/workers/chunks/49571d6875de1f2e7e25.js +32 -32
  7. package/assets/geoscene/core/workers/chunks/7565b382f6b3d2cb46a3.js +1 -1
  8. package/assets/geoscene/core/workers/chunks/9ff8ee6ed6b98c03ae7e.js +1 -1
  9. package/assets/geoscene/core/workers/chunks/aa78b69219d9a0ef1c54.js +1 -1
  10. package/assets/geoscene/core/workers/chunks/ce16489cf7eb0d78c741.js +1 -1
  11. package/assets/geoscene/core/workers/chunks/d6e0528eacee7ea4c1ce.js +1 -1
  12. package/assets/geoscene/core/workers/chunks/f651c05604eab83aef5f.js +1 -1
  13. package/assets/geoscene/css/main.scss +1 -1
  14. package/assets/geoscene/css/view.scss +1 -1
  15. package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
  16. package/assets/geoscene/themes/base/_core.scss +1 -1
  17. package/assets/geoscene/themes/base/_functions.scss +23 -23
  18. package/assets/geoscene/themes/base/_layout.scss +11 -11
  19. package/assets/geoscene/themes/base/_sizes.scss +130 -130
  20. package/assets/geoscene/themes/base/_type.scss +25 -25
  21. package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
  22. package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
  23. package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
  24. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
  25. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
  26. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
  27. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
  28. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
  29. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
  30. package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
  31. package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
  32. package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
  33. package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
  34. package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
  35. package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
  36. package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
  37. package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
  38. package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
  39. package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
  40. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
  41. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
  42. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
  43. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
  44. package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
  45. package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
  46. package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
  47. package/assets/geoscene/themes/base/widgets/_AreaMeasurement2D.scss +7 -7
  48. package/assets/geoscene/themes/base/widgets/_AreaMeasurement3D.scss +7 -7
  49. package/assets/geoscene/themes/base/widgets/_DirectLineMeasurement3D.scss +7 -7
  50. package/assets/geoscene/themes/base/widgets/_DistanceMeasurement2D.scss +7 -7
  51. package/assets/geoscene/themes/base/widgets/_Measurement.scss +7 -7
  52. package/assets/geoscene/themes/light/view.scss +9 -9
  53. package/assets/geoscene/views/3d/analysis/images/heading-rotate.ts.svg +10 -10
  54. package/assets/geoscene/views/3d/analysis/images/tilt-rotate.ts.svg +11 -11
  55. package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
  56. package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
  57. package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
  58. package/copyright.txt +1654 -1654
  59. package/geometry/operators/graphicBufferOperator.d.ts +4 -4
  60. package/identity/IdentityModal.js +1 -1
  61. package/layers/support/rasterDatasets/ImageServerRaster.js +1 -1
  62. package/package.json +30 -30
  63. package/portal/schemas/definitions.js +1 -1
  64. package/support/actions/actionUtils.js +1 -1
  65. package/views/interactive/tooltip/components/DrawHeaderActions.js +1 -1
  66. package/views/interactive/tooltip/components/TooltipEditableField.js +1 -1
  67. package/views/interactive/tooltip/content/TooltipContent.js +1 -1
  68. package/widgets/Attachments.js +1 -1
  69. package/widgets/BasemapGallery.js +1 -1
  70. package/widgets/BasemapLayerList.js +1 -1
  71. package/widgets/BasemapToggle/BasemapToggleViewModel.js +1 -1
  72. package/widgets/BasemapToggle.js +1 -1
  73. package/widgets/BatchAttributeForm.js +1 -1
  74. package/widgets/Bookmarks.js +1 -1
  75. package/widgets/BuildingExplorer/BuildingDisciplinesTree/BuildingDisciplinesNode.js +1 -1
  76. package/widgets/BuildingExplorer/BuildingDisciplinesTree/BuildingDisciplinesTree.js +1 -1
  77. package/widgets/BuildingExplorer/BuildingLevelPicker/BuildingLevelPicker.js +1 -1
  78. package/widgets/BuildingExplorer/BuildingLevelPicker/Label.js +1 -1
  79. package/widgets/BuildingExplorer/BuildingPhasePicker/BuildingPhasePicker.js +1 -1
  80. package/widgets/BuildingExplorer.js +1 -1
  81. package/widgets/CatalogLayerList.js +1 -1
  82. package/widgets/Compass.js +1 -1
  83. package/widgets/CoordinateConversion.js +1 -1
  84. package/widgets/Daylight.js +1 -1
  85. package/widgets/DirectionalPad.js +1 -1
  86. package/widgets/Directions.js +1 -1
  87. package/widgets/Editor/components/FeatureList.js +1 -1
  88. package/widgets/Editor/components/FooterActions.js +1 -1
  89. package/widgets/Editor/components/MergeFeaturesList.js +1 -1
  90. package/widgets/Editor/components/Notices.js +1 -1
  91. package/widgets/Editor/components/PanelContent.js +1 -1
  92. package/widgets/Editor/components/PendingFeatureList.js +1 -1
  93. package/widgets/Editor/components/Prompt.js +1 -1
  94. package/widgets/Editor/components/Settings.js +1 -1
  95. package/widgets/Editor/components/UpdateFeaturePanelContent.js +1 -1
  96. package/widgets/Editor/components/UploadDetails.js +1 -1
  97. package/widgets/Editor.js +1 -1
  98. package/widgets/ElevationProfile/components/LegendItem.js +1 -1
  99. package/widgets/ElevationProfile/components/SettingsButton.js +1 -1
  100. package/widgets/ElevationProfile/components/Statistics.js +1 -1
  101. package/widgets/ElevationProfile.js +1 -1
  102. package/widgets/Expand.js +1 -1
  103. package/widgets/Feature/FeatureExpression.js +1 -1
  104. package/widgets/Feature/FeatureMedia.js +1 -1
  105. package/widgets/Feature/FeatureRelationship.js +1 -1
  106. package/widgets/Feature/FeatureUtilityNetworkAssociationList.js +1 -1
  107. package/widgets/Feature/FeatureUtilityNetworkAssociations.js +1 -1
  108. package/widgets/Feature.js +1 -1
  109. package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/FeatureFormUtilityNetworkAssociationList.js +1 -1
  110. package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationItemList.js +1 -1
  111. package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationSettings.js +1 -1
  112. package/widgets/FeatureForm.js +1 -1
  113. package/widgets/FeatureTable/support/tableUtils.js +1 -1
  114. package/widgets/FeatureTable.js +1 -1
  115. package/widgets/FeatureTemplates.js +1 -1
  116. package/widgets/Features/FeaturesDrillIn.js +1 -1
  117. package/widgets/Features.js +1 -1
  118. package/widgets/FloorFilter.js +1 -1
  119. package/widgets/Fullscreen.js +1 -1
  120. package/widgets/Home.js +1 -1
  121. package/widgets/LayerList/LayerListItem.js +1 -1
  122. package/widgets/LayerList.js +1 -1
  123. package/widgets/Legend/styles/card/CardView.js +1 -1
  124. package/widgets/LineOfSight.js +1 -1
  125. package/widgets/Locate.js +1 -1
  126. package/widgets/NavigationToggle.js +1 -1
  127. package/widgets/OrientedImageryViewer/components/Alert.js +1 -1
  128. package/widgets/OrientedImageryViewer/components/ImageLocationWidget.js +1 -1
  129. package/widgets/OrientedImageryViewer/components/ImageMeasurementWidget.js +1 -1
  130. package/widgets/OrientedImageryViewer/components/ImageOverlays.js +1 -1
  131. package/widgets/OrientedImageryViewer/components/ImageViewer.js +1 -1
  132. package/widgets/OrientedImageryViewer/components/NavigationActions.js +1 -1
  133. package/widgets/OrientedImageryViewer/components/NavigationSettings.js +1 -1
  134. package/widgets/OrientedImageryViewer/components/NavigationUI360.js +1 -1
  135. package/widgets/OrientedImageryViewer/components/SequentialNavigationUI.js +1 -1
  136. package/widgets/OrientedImageryViewer/components/SketchTools.js +1 -1
  137. package/widgets/OrientedImageryViewer/components/VideoEnhancementTools.js +1 -1
  138. package/widgets/OrientedImageryViewer.js +1 -1
  139. package/widgets/PanoramicVideoViewer.js +1 -1
  140. package/widgets/PanoramicViewer.js +1 -1
  141. package/widgets/Print.js +1 -1
  142. package/widgets/ScaleRangeSlider.js +1 -1
  143. package/widgets/Search/SearchResultRenderer.js +1 -1
  144. package/widgets/Search.js +1 -1
  145. package/widgets/ShadowCast/components/DiscreteConfigurator.js +1 -1
  146. package/widgets/ShadowCast/components/DurationConfigurator.js +1 -1
  147. package/widgets/ShadowCast/components/ThresholdConfigurator.js +1 -1
  148. package/widgets/ShadowCast.js +1 -1
  149. package/widgets/Sketch/support/ResponsiveToolbar/OverflowGroup.js +1 -1
  150. package/widgets/Sketch/support/ResponsiveToolbar/ResponsiveToolbar.js +1 -1
  151. package/widgets/Sketch/support/ResponsiveToolbar/SplitButton.js +1 -1
  152. package/widgets/Sketch.js +1 -1
  153. package/widgets/Slice.js +1 -1
  154. package/widgets/TableList.js +1 -1
  155. package/widgets/TimeSlider.js +1 -1
  156. package/widgets/TimeZoneLabel.js +1 -1
  157. package/widgets/Track.js +1 -1
  158. package/widgets/UtilityNetworkAssociations/UtilityNetworkAssociationsLineSymbolPicker.js +1 -1
  159. package/widgets/UtilityNetworkAssociations.js +1 -1
  160. package/widgets/UtilityNetworkTrace/UtilityNetworkTraceFeature.js +1 -1
  161. package/widgets/UtilityNetworkTrace/UtilityNetworkTraceFeaturesDrillIn.js +1 -1
  162. package/widgets/UtilityNetworkTrace.js +1 -1
  163. package/widgets/UtilityNetworkValidateTopology.js +1 -1
  164. package/widgets/ValuePicker/ValuePickerCombobox.js +1 -1
  165. package/widgets/ValuePicker/ValuePickerSlider.js +1 -1
  166. package/widgets/ValuePicker.js +1 -1
  167. package/widgets/VideoPlayer/components/MetadataSection.js +1 -1
  168. package/widgets/VideoPlayer/components/PlayerActionsGroup.js +1 -1
  169. package/widgets/VideoPlayer/components/PlayerControlsGroup.js +1 -1
  170. package/widgets/VideoPlayer/components/SettingsButton.js +1 -1
  171. package/widgets/VideoPlayer.js +1 -1
  172. package/widgets/Weather/LabeledSlider.js +1 -1
  173. package/widgets/Weather.js +1 -1
  174. package/widgets/Zoom.js +1 -1
  175. package/widgets/support/ColorPicker.js +1 -1
  176. package/widgets/support/FilterBuilder.js +1 -1
  177. package/widgets/support/FilterCondition.js +1 -1
  178. package/widgets/support/GridControls.js +1 -1
  179. package/widgets/support/LabeledSwitch.js +1 -1
  180. package/widgets/support/MeasurementWidgetContent.js +1 -1
  181. package/widgets/support/SelectionList.js +1 -1
  182. package/widgets/support/SelectionToolbar.js +1 -1
  183. package/widgets/support/SketchTooltipControls.js +1 -1
  184. package/widgets/support/SnappingControls.js +1 -1
  185. package/widgets/support/TimezonePicker.js +1 -1
  186. package/widgets/support/UnitSelect.js +1 -1
  187. package/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationList.js +1 -1
  188. package/widgets/support/componentsUtils.js +1 -1
package/copyright.txt CHANGED
@@ -1,1654 +1,1654 @@
1
- 易智瑞信息技术有限公司版权所有 © 2025并保留所有权利。发行于中华人民共和国。
2
-
3
- This material is licensed under the terms described in the LICENSE.txt file: https://js.geoscene.cn/4.34/geoscene/LICENSE.txt
4
-
5
- -----------------------------------------------------------------
6
-
7
- antlr4/
8
-
9
- https://github.com/antlr/antlr4
10
-
11
- Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.
12
-
13
- Redistribution and use in source and binary forms, with or without
14
- modification, are permitted provided that the following conditions
15
- are met:
16
-
17
- 1. Redistributions of source code must retain the above copyright
18
- notice, this list of conditions and the following disclaimer.
19
-
20
- 2. Redistributions in binary form must reproduce the above copyright
21
- notice, this list of conditions and the following disclaimer in the
22
- documentation and/or other materials provided with the distribution.
23
-
24
- 3. Neither name of copyright holders nor the names of its contributors
25
- may be used to endorse or promote products derived from this software
26
- without specific prior written permission.
27
-
28
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
32
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
33
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
34
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
35
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
36
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
37
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
-
40
- -----------------------------------------------------------------
41
-
42
- apng-js/
43
-
44
- https://github.com/davidmz/apng-js
45
-
46
- The MIT License (MIT)
47
-
48
- Copyright (c) 2016 David Mzareulyan
49
-
50
- Permission is hereby granted, free of charge, to any person obtaining a copy
51
- of this software and associated documentation files (the "Software"), to deal
52
- in the Software without restriction, including without limitation the rights
53
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
54
- copies of the Software, and to permit persons to whom the Software is
55
- furnished to do so, subject to the following conditions:
56
-
57
- The above copyright notice and this permission notice shall be included in all
58
- copies or substantial portions of the Software.
59
-
60
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
62
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
63
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
64
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
65
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
66
- SOFTWARE.
67
-
68
- -----------------------------------------------------------------
69
-
70
- async-stream/
71
-
72
- Copyright (c) 2018 David Tolnay
73
- Copyright (c) 2019 Carl Lerche
74
-
75
- Permission is hereby granted, free of charge, to any
76
- person obtaining a copy of this software and associated
77
- documentation files (the "Software"), to deal in the
78
- Software without restriction, including without
79
- limitation the rights to use, copy, modify, merge,
80
- publish, distribute, sublicense, and/or sell copies of
81
- the Software, and to permit persons to whom the Software
82
- is furnished to do so, subject to the following
83
- conditions:
84
-
85
- The above copyright notice and this permission notice
86
- shall be included in all copies or substantial portions
87
- of the Software.
88
-
89
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
90
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
91
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
92
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
93
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
94
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
95
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
96
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
97
- DEALINGS IN THE SOFTWARE.
98
-
99
- -----------------------------------------------------------------
100
-
101
- bc7enc_rdo
102
-
103
- https://github.com/richgel999/bc7enc_rdo
104
-
105
- If you use this software in a product, attribution / credits is requested but not required.
106
-
107
- ALTERNATIVE A - MIT License
108
- Copyright(c) 2020-2021 Richard Geldreich, Jr.
109
- Permission is hereby granted, free of charge, to any person obtaining a copy of
110
- this software and associated documentation files(the "Software"), to deal in
111
- the Software without restriction, including without limitation the rights to
112
- use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
113
- of the Software, and to permit persons to whom the Software is furnished to do
114
- so, subject to the following conditions :
115
- The above copyright notice and this permission notice shall be included in all
116
- copies or substantial portions of the Software.
117
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
118
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
119
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
120
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
121
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
122
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
123
- SOFTWARE.
124
- ------------------------------------------------------------------------------
125
- ALTERNATIVE B - Public Domain(www.unlicense.org)
126
- This is free and unencumbered software released into the public domain.
127
- Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
128
- software, either in source code form or as a compiled binary, for any purpose,
129
- commercial or non - commercial, and by any means.
130
- In jurisdictions that recognize copyright laws, the author or authors of this
131
- software dedicate any and all copyright interest in the software to the public
132
- domain.We make this dedication for the benefit of the public at large and to
133
- the detriment of our heirs and successors.We intend this dedication to be an
134
- overt act of relinquishment in perpetuity of all present and future rights to
135
- this software under copyright law.
136
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
137
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
138
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
139
- AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
140
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
141
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
142
-
143
- -----------------------------------------------------------------
144
-
145
- console_error_panic_hook/
146
-
147
- Copyright (c) 2018 Nick Fitzgerald
148
-
149
- Permission is hereby granted, free of charge, to any
150
- person obtaining a copy of this software and associated
151
- documentation files (the "Software"), to deal in the
152
- Software without restriction, including without
153
- limitation the rights to use, copy, modify, merge,
154
- publish, distribute, sublicense, and/or sell copies of
155
- the Software, and to permit persons to whom the Software
156
- is furnished to do so, subject to the following
157
- conditions:
158
-
159
- The above copyright notice and this permission notice
160
- shall be included in all copies or substantial portions
161
- of the Software.
162
-
163
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
164
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
165
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
166
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
167
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
168
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
169
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
170
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
171
- DEALINGS IN THE SOFTWARE.
172
-
173
- -----------------------------------------------------------------
174
-
175
- dojo/
176
-
177
- Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
178
- Available via Academic Free License >= 2.1 OR the modified BSD license.
179
- See: http://dojotoolkit.org/license for details
180
-
181
- -----------------------------------------------------------------
182
-
183
- focus-trap/
184
-
185
- https://github.com/focus-trap/focus-trap
186
-
187
- The MIT License (MIT)
188
-
189
- Copyright (c) 2015-2016 David Clark
190
-
191
- Permission is hereby granted, free of charge, to any person obtaining a copy
192
- of this software and associated documentation files (the "Software"), to deal
193
- in the Software without restriction, including without limitation the rights
194
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
195
- copies of the Software, and to permit persons to whom the Software is
196
- furnished to do so, subject to the following conditions:
197
-
198
- The above copyright notice and this permission notice shall be included in all
199
- copies or substantial portions of the Software.
200
-
201
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
202
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
203
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
204
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
205
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
206
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
207
- SOFTWARE.
208
-
209
- -------------------------------------------------------------------------------
210
-
211
- futures-rs/
212
-
213
- https://github.com/rust-lang/futures-rs
214
-
215
- Copyright (c) 2016 Alex Crichton
216
- Copyright (c) 2017 The Tokio Authors
217
-
218
- Licensed under the Apache License, Version 2.0 (the "License");
219
- you may not use this file except in compliance with the License.
220
- You may obtain a copy of the License at
221
-
222
- http://www.apache.org/licenses/LICENSE-2.0
223
-
224
- Unless required by applicable law or agreed to in writing, software
225
- distributed under the License is distributed on an "AS IS" BASIS,
226
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
227
- See the License for the specific language governing permissions and
228
- limitations under the License.
229
-
230
- -------------------------------------------------------------------------------
231
-
232
- gifuct-js/
233
-
234
- https://github.com/matt-way/gifuct-js
235
-
236
- The MIT License (MIT)
237
-
238
- Copyright (c) 2015 Matt Way
239
-
240
- Permission is hereby granted, free of charge, to any person obtaining a copy
241
- of this software and associated documentation files (the "Software"), to deal
242
- in the Software without restriction, including without limitation the rights
243
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
244
- copies of the Software, and to permit persons to whom the Software is
245
- furnished to do so, subject to the following conditions:
246
-
247
- The above copyright notice and this permission notice shall be included in all
248
- copies or substantial portions of the Software.
249
-
250
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
251
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
252
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
253
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
254
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
255
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
256
- SOFTWARE.
257
-
258
- -------------------------------------------------------------------------------
259
-
260
- goofy/
261
-
262
- https://github.com/SergeyMakeev/Goofy
263
-
264
- Copyright (c) 2020 Sergey Makeev <sergeymakeev@hotmail.com>
265
-
266
- Permission is hereby granted, free of charge, to any person obtaining
267
- a copy of this software and associated documentation files (the
268
- "Software"), to deal in the Software without restriction, including
269
- without limitation the rights to use, copy, modify, merge, publish,
270
- distribute, sublicense, and/or sell copies of the Software, and to
271
- permit persons to whom the Software is furnished to do so, subject to
272
- the following conditions:
273
-
274
- The above copyright notice and this permission notice shall be included
275
- in all copies or substantial portions of the Software.
276
-
277
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
278
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
279
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
280
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
281
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
282
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
283
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
284
-
285
- -------------------------------------------------------------------------------
286
-
287
- luxon/
288
-
289
- https://github.com/moment/luxon
290
-
291
- Copyright 2019 JS Foundation and other contributors
292
-
293
- Permission is hereby granted, free of charge, to any person obtaining a copy
294
- of this software and associated documentation files (the "Software"), to deal
295
- in the Software without restriction, including without limitation the rights
296
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
297
- copies of the Software, and to permit persons to whom the Software is
298
- furnished to do so, subject to the following conditions:
299
-
300
- The above copyright notice and this permission notice shall be included in
301
- all copies or substantial portions of the Software.
302
-
303
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
304
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
305
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
306
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
307
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
308
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
309
- THE SOFTWARE.
310
-
311
- -------------------------------------------------------------------------------
312
-
313
- maquette/
314
- maquette-advanced-projector/
315
- maquette-css-transitions/
316
- maquette-jsx/
317
-
318
- maquette – Pure and simple virtual DOM library
319
- https://github.com/AFASSoftware/maquette/
320
-
321
- MIT License
322
-
323
- Copyright (c) 2015 Maquette contributors
324
-
325
- Permission is hereby granted, free of charge, to any person obtaining a copy
326
- of this software and associated documentation files (the "Software"), to deal
327
- in the Software without restriction, including without limitation the rights
328
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
329
- copies of the Software, and to permit persons to whom the Software is
330
- furnished to do so, subject to the following conditions:
331
-
332
- The above copyright notice and this permission notice shall be included in
333
- all copies or substantial portions of the Software.
334
-
335
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
336
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
337
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
338
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
339
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
340
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
341
- THE SOFTWARE.
342
-
343
- -----------------------------------------------------------------
344
-
345
- marked/
346
-
347
- https://github.com/markedjs/marked
348
-
349
- ## Marked
350
-
351
- Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
352
- Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
353
-
354
- Permission is hereby granted, free of charge, to any person obtaining a copy
355
- of this software and associated documentation files (the "Software"), to deal
356
- in the Software without restriction, including without limitation the rights
357
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
358
- copies of the Software, and to permit persons to whom the Software is
359
- furnished to do so, subject to the following conditions:
360
-
361
- The above copyright notice and this permission notice shall be included in
362
- all copies or substantial portions of the Software.
363
-
364
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
365
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
366
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
367
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
368
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
369
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
370
- THE SOFTWARE.
371
-
372
- ## Markdown
373
-
374
- Copyright © 2004, John Gruber
375
- http://daringfireball.net/
376
- All rights reserved.
377
-
378
- Redistribution and use in source and binary forms, with or without modification,
379
- are permitted provided that the following conditions are met:
380
-
381
- * Redistributions of source code must retain the above copyright notice, this
382
- list of conditions and the following disclaimer.
383
- * Redistributions in binary form must reproduce the above copyright notice, this
384
- list of conditions and the following disclaimer in the documentation and/or
385
- other materials provided with the distribution.
386
- * Neither the name “Markdown” nor the names of its contributors may be used to
387
- endorse or promote products derived from this software without specific prior
388
- written permission.
389
-
390
- This software is provided by the copyright holders and contributors “as is” and
391
- any express or implied warranties, including, but not limited to, the implied
392
- warranties of merchantability and fitness for a particular purpose are
393
- disclaimed. In no event shall the copyright owner or contributors be liable for
394
- any direct, indirect, incidental, special, exemplary, or consequential damages
395
- (including, but not limited to, procurement of substitute goods or services;
396
- loss of use, data, or profits; or business interruption) however caused and on
397
- any theory of liability, whether in contract, strict liability, or tort
398
- (including negligence or otherwise) arising in any way out of the use of this
399
- software, even if advised of the possibility of such damage.
400
-
401
- -------------------------------------------------------------------------------
402
-
403
- parquet2/
404
-
405
- https://github.com/jorgecarleitao/parquet2
406
-
407
- Copyright [2021] [Jorge C Leitao]
408
-
409
- Licensed under the Apache License, Version 2.0 (the "License");
410
- you may not use this file except in compliance with the License.
411
- You may obtain a copy of the License at
412
-
413
- http://www.apache.org/licenses/LICENSE-2.0
414
-
415
- Unless required by applicable law or agreed to in writing, software
416
- distributed under the License is distributed on an "AS IS" BASIS,
417
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
418
- See the License for the specific language governing permissions and
419
- limitations under the License.
420
-
421
- -------------------------------------------------------------------------------
422
-
423
- prost/
424
-
425
- https://github.com/tokio-rs/prost
426
-
427
- Copyright 2022 Dan Burkert & Tokio Contributors
428
-
429
- Licensed under the Apache License, Version 2.0 (the "License");
430
- you may not use this file except in compliance with the License.
431
- You may obtain a copy of the License at
432
-
433
- http://www.apache.org/licenses/LICENSE-2.0
434
-
435
- Unless required by applicable law or agreed to in writing, software
436
- distributed under the License is distributed on an "AS IS" BASIS,
437
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
438
- See the License for the specific language governing permissions and
439
- limitations under the License.
440
-
441
- -------------------------------------------------------------------------------
442
-
443
- roaring/
444
-
445
- https://github.com/RoaringBitmap/roaring-rs
446
-
447
- MIT License
448
- Copyright (c) 2016 The roaring-rs developers.
449
-
450
- Permission is hereby granted, free of charge, to any person obtaining a copy of
451
- this software and associated documentation files (the "Software"), to deal in
452
- the Software without restriction, including without limitation the rights to
453
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
454
- of the Software, and to permit persons to whom the Software is furnished to do
455
- so, subject to the following conditions:
456
-
457
- The above copyright notice and this permission notice shall be included in all
458
- copies or substantial portions of the Software.
459
-
460
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
461
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
462
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
463
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
464
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
465
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
466
- SOFTWARE.
467
-
468
- -------------------------------------------------------------------------------
469
-
470
- thiserror/
471
-
472
- https://github.com/dtolnay/thiserror
473
-
474
- Permission is hereby granted, free of charge, to any
475
- person obtaining a copy of this software and associated
476
- documentation files (the "Software"), to deal in the
477
- Software without restriction, including without
478
- limitation the rights to use, copy, modify, merge,
479
- publish, distribute, sublicense, and/or sell copies of
480
- the Software, and to permit persons to whom the Software
481
- is furnished to do so, subject to the following
482
- conditions:
483
-
484
- The above copyright notice and this permission notice
485
- shall be included in all copies or substantial portions
486
- of the Software.
487
-
488
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
489
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
490
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
491
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
492
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
493
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
494
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
495
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
496
- DEALINGS IN THE SOFTWARE.
497
-
498
- -------------------------------------------------------------------------------
499
-
500
- topsort/
501
-
502
- https://github.com/samuelneff/topsort
503
-
504
- Copyright (c) 2014 samuelneff
505
-
506
- Licensed under the Apache License, Version 2.0 (the "License");
507
- you may not use this file except in compliance with the License.
508
- You may obtain a copy of the License at
509
-
510
- http://www.apache.org/licenses/LICENSE-2.0
511
-
512
- Unless required by applicable law or agreed to in writing, software
513
- distributed under the License is distributed on an "AS IS" BASIS,
514
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
515
- See the License for the specific language governing permissions and
516
- limitations under the License.
517
-
518
- ## tsort
519
-
520
- https://gist.github.com/shinout/1232505
521
-
522
- Copyright 2012 Shin Suzuki<shinout310@gmail.com>
523
-
524
- Licensed under the Apache License, Version 2.0 (the "License");
525
- you may not use this file except in compliance with the License.
526
- You may obtain a copy of the License at
527
-
528
- http://www.apache.org/licenses/LICENSE-2.0
529
-
530
- Unless required by applicable law or agreed to in writing, software
531
- distributed under the License is distributed on an "AS IS" BASIS,
532
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
533
- See the License for the specific language governing permissions and
534
- limitations under the License.
535
-
536
- -------------------------------------------------------------------------------
537
-
538
- tslib/
539
-
540
- Copyright (c) Microsoft Corporation
541
- BSD Zero Clause License.
542
-
543
- Permission to use, copy, modify, and/or distribute this software for any
544
- purpose with or without fee is hereby granted.
545
-
546
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
547
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
548
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
549
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
550
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
551
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
552
- PERFORMANCE OF THIS SOFTWARE.
553
-
554
- -----------------------------------------------------------------
555
-
556
- video.js/
557
-
558
- https://github.com/videojs/video.js
559
-
560
- Copyright Brightcove, Inc.
561
-
562
- Licensed under the Apache License, Version 2.0 (the "License");
563
- you may not use this file except in compliance with the License.
564
- You may obtain a copy of the License at
565
-
566
- http://www.apache.org/licenses/LICENSE-2.0
567
-
568
- Unless required by applicable law or agreed to in writing, software
569
- distributed under the License is distributed on an "AS IS" BASIS,
570
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
571
- See the License for the specific language governing permissions and
572
- limitations under the License.
573
-
574
- -------------------------------------------------------------------------------
575
-
576
- wasm-bindgen/
577
- wasm-bindgen-futures/
578
- js-sys/
579
-
580
- https://github.com/rustwasm/wasm-bindgen
581
-
582
- Copyright (c) 2014 Alex Crichton
583
-
584
- Permission is hereby granted, free of charge, to any
585
- person obtaining a copy of this software and associated
586
- documentation files (the "Software"), to deal in the
587
- Software without restriction, including without
588
- limitation the rights to use, copy, modify, merge,
589
- publish, distribute, sublicense, and/or sell copies of
590
- the Software, and to permit persons to whom the Software
591
- is furnished to do so, subject to the following
592
- conditions:
593
-
594
- The above copyright notice and this permission notice
595
- shall be included in all copies or substantial portions
596
- of the Software.
597
-
598
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
599
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
600
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
601
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
602
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
603
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
604
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
605
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
606
- DEALINGS IN THE SOFTWARE.
607
-
608
- -------------------------------------------------------------------------------
609
-
610
- geoscene/arcade/lib/arcade-parser.js
611
-
612
- Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
613
-
614
- Redistribution and use in source and binary forms, with or without
615
- modification, are permitted provided that the following conditions are met:
616
-
617
- * Redistributions of source code must retain the above copyright
618
- notice, this list of conditions and the following disclaimer.
619
- * Redistributions in binary form must reproduce the above copyright
620
- notice, this list of conditions and the following disclaimer in the
621
- documentation and/or other materials provided with the distribution.
622
-
623
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
624
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
625
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
626
- ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
627
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
628
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
629
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
630
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
631
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
632
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
633
-
634
- -----------------------------------------------------------------
635
-
636
- geoscene/workers/libs/rtree.js
637
-
638
- rtree.js - General-Purpose Non-Recursive Javascript R-Tree Library
639
- Version 0.6.2, December 5st 2009
640
- Copyright (c) 2009 Jon-Carlos Rivera
641
- Permission is hereby granted, free of charge, to any person obtaining
642
- a copy of this software and associated documentation files (the
643
- "Software"), to deal in the Software without restriction, including
644
- without limitation the rights to use, copy, modify, merge, publish,
645
- distribute, sublicense, and/or sell copies of the Software, and to
646
- permit persons to whom the Software is furnished to do so, subject to
647
- the following conditions:
648
- The above copyright notice and this permission notice shall be
649
- included in all copies or substantial portions of the Software.
650
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
651
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
652
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
653
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
654
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
655
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
656
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
657
- Jon-Carlos Rivera - imbcmdth@hotmail.com
658
-
659
- -----------------------------------------------------------------
660
-
661
- geoscene/workers/libs/kdtree.js
662
-
663
- k-d Tree JavaScript - V 1.0
664
- https://github.com/ubilabs/kd-tree-javascript
665
-
666
- author: Mircea Pricop <pricop@ubilabs.net>, 2012
667
- author: Martin Kleppe <kleppe@ubilabs.net>, 2012
668
- author: Ubilabs http://ubilabs.net, 2012
669
- license: MIT License http://www.opensource.org/licenses/mit-license.php
670
-
671
- -----------------------------------------------------------------
672
-
673
- big.js v3.0.0
674
- https://github.com/MikeMcl/big.js
675
-
676
- The MIT Expat Licence.
677
-
678
- Copyright (c) 2012 Michael Mclaughlin
679
-
680
- Permission is hereby granted, free of charge, to any person obtaining
681
- a copy of this software and associated documentation files (the
682
- 'Software'), to deal in the Software without restriction, including
683
- without limitation the rights to use, copy, modify, merge, publish,
684
- distribute, sublicense, and/or sell copies of the Software, and to
685
- permit persons to whom the Software is furnished to do so, subject to
686
- the following conditions:
687
-
688
- The above copyright notice and this permission notice shall be
689
- included in all copies or substantial portions of the Software.
690
-
691
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
692
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
693
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
694
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
695
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
696
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
697
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
698
-
699
- -----------------------------------------------------------------
700
-
701
- geoscene/views/3d/webgl-engine/lib/base64Binary.js
702
-
703
- Base64 decoder
704
- https://github.com/danguer/blog-examples/blob/master/js/base64-binary.js
705
-
706
- Copyright (c) 2011, Daniel Guerrero
707
- All rights reserved.
708
-
709
- Redistribution and use in source and binary forms, with or without
710
- modification, are permitted provided that the following conditions are met:
711
- * Redistributions of source code must retain the above copyright
712
- notice, this list of conditions and the following disclaimer.
713
- * Redistributions in binary form must reproduce the above copyright
714
- notice, this list of conditions and the following disclaimer in the
715
- documentation and/or other materials provided with the distribution.
716
- * Neither the name of the Daniel Guerrero nor the
717
- names of its contributors may be used to endorse or promote products
718
- derived from this software without specific prior written permission.
719
-
720
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
721
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
722
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
723
- DISCLAIMED. IN NO EVENT SHALL DANIEL GUERRERO BE LIABLE FOR ANY
724
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
725
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
726
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
727
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
728
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
729
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
730
-
731
- -----------------------------------------------------------------
732
-
733
- geoscene/views/3d/lib/SunCalc.js
734
-
735
- SunCalc - Library to calculate sun position given location and time
736
- https://github.com/mourner/suncalc
737
-
738
- (c) 2011-2013, Vladimir Agafonkin
739
- SunCalc is a JavaScript library for calculating sun/mooon position and light phases.
740
- https://github.com/mourner/suncalc
741
-
742
- Copyright (c) 2013, Vladimir Agafonkin
743
- All rights reserved.
744
-
745
- Redistribution and use in source and binary forms, with or without modification, are
746
- permitted provided that the following conditions are met:
747
-
748
- 1. Redistributions of source code must retain the above copyright notice, this list of
749
- conditions and the following disclaimer.
750
-
751
- 2. Redistributions in binary form must reproduce the above copyright notice, this list
752
- of conditions and the following disclaimer in the documentation and/or other materials
753
- provided with the distribution.
754
-
755
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
756
- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
757
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
758
- THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
759
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
760
- OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
761
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
762
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
763
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
764
-
765
- ----------------------------------------------------------------
766
-
767
- geoscene/core/libs/gl-matrix-2
768
-
769
- gl-matrix - High performance matrix and vector operations for WebGL
770
- https://github.com/toji/gl-matrix
771
- author: Brandon Jones
772
- author: Colin MacKenzie IV
773
-
774
- Copyright (c) 2015, Brandon Jones, Colin MacKenzie IV.
775
- Permission is hereby granted, free of charge, to any person obtaining a copy
776
- of this software and associated documentation files (the "Software"), to deal
777
- in the Software without restriction, including without limitation the rights
778
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
779
- copies of the Software, and to permit persons to whom the Software is
780
- furnished to do so, subject to the following conditions:
781
- The above copyright notice and this permission notice shall be included in
782
- all copies or substantial portions of the Software.
783
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
784
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
785
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
786
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
787
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
788
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
789
- THE SOFTWARE.
790
-
791
- ----------------------------------------------------------------
792
-
793
- geoscene/core/libs/earcut/earcut.js
794
- geoscene/views/2d/engine/webgl/mesh/bufcut.ts
795
-
796
- Earcut - polygon triangulation library, commit 65c368cbbf8e0307e1e0a78fae1ff75da9ef994f
797
- https://github.com/mapbox/earcut
798
-
799
- ISC License
800
-
801
- Copyright (c) 2016, Mapbox
802
-
803
- Permission to use, copy, modify, and/or distribute this software for any purpose
804
- with or without fee is hereby granted, provided that the above copyright notice
805
- and this permission notice appear in all copies.
806
-
807
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
808
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
809
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
810
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
811
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
812
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
813
- THIS SOFTWARE.
814
-
815
- ----------------------------------------------------------------
816
-
817
- geoscene/core/libs/libtess/libtess.js
818
-
819
- Polygon tesselation library, ported from the tesselator in Silicon Graphics's reference
820
- implementation of the OpenGL Utility Library (GLU), written primarily by Eric Veach while
821
- at SGI.
822
-
823
- SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
824
- Copyright 2000, Silicon Graphics, Inc. All Rights Reserved.
825
- Copyright 2012, Google Inc. All Rights Reserved.
826
-
827
- Permission is hereby granted, free of charge, to any person obtaining a copy
828
- of this software and associated documentation files (the "Software"), to
829
- deal in the Software without restriction, including without limitation the
830
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
831
- sell copies of the Software, and to permit persons to whom the Software is
832
- furnished to do so, subject to the following conditions:
833
-
834
- The above copyright notice including the dates of first publication and
835
- either this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
836
- shall be included in all copies or substantial portions of the Software.
837
-
838
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
839
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
840
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
841
- SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
842
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
843
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
844
-
845
- Except as contained in this notice, the name of Silicon Graphics, Inc. shall not
846
- be used in advertising or otherwise to promote the sale, use or other dealings
847
- in this Software without prior written authorization from Silicon Graphics, Inc.
848
-
849
- Original Code. The Original Code is: OpenGL Sample Implementation,
850
- Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
851
- Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
852
- Copyright in any portions created by third parties is as indicated
853
- elsewhere herein. All Rights Reserved.
854
-
855
- ----------------------------------------------------------------
856
-
857
- geoscene/views/2d/unitBezier.js
858
-
859
- Copyright (C) 2008 Apple Inc. All Rights Reserved.
860
-
861
- Redistribution and use in source and binary forms, with or without
862
- modification, are permitted provided that the following conditions
863
- are met:
864
- 1. Redistributions of source code must retain the above copyright
865
- notice, this list of conditions and the following disclaimer.
866
- 2. Redistributions in binary form must reproduce the above copyright
867
- notice, this list of conditions and the following disclaimer in the
868
- documentation and/or other materials provided with the distribution.
869
-
870
- THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
871
- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
872
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
873
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
874
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
875
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
876
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
877
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
878
- OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
879
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
880
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
881
-
882
- -------------------------------------------------------------------------------
883
-
884
- geoscene/views/3d/webgl-engine/lib/webglConstants.js
885
-
886
- Contains constants from https://github.com/mattdesl/gl-constants
887
-
888
- The MIT License (MIT) Copyright (c) 2015 Matt DesLauriers
889
- Permission is hereby granted, free of charge, to any person obtaining a copy
890
- of this software and associated documentation files (the "Software"), to
891
- deal in the Software without restriction, including without limitation the
892
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
893
- sell copies of the Software, and to permit persons to whom the Software is
894
- furnished to do so, subject to the following conditions:
895
-
896
- The above copyright notice and this permission notice shall be included in
897
- all copies or substantial portions of the Software.
898
-
899
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
900
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
901
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
902
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
903
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
904
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
905
- IN THE SOFTWARE.
906
-
907
- --------------------------------------------------------------------------------
908
-
909
- geoscene/layers/rasterFormats/Jpg.js
910
-
911
- Extracted from pdf.js project.
912
- pdf.js: A general-purpose, web standards-based platform for parsing and rendering PDFs.
913
- https://github.com/mozilla/pdf.js
914
- Version 0.8.0, April 10, 2015
915
-
916
- Copyright 2014 Mozilla Foundation
917
-
918
- Licensed under the Apache License, Version 2.0 (the 'License');
919
- you may not use this file except in compliance with the License.
920
- You may obtain a copy of the License at
921
- http://www.apache.org/licenses/LICENSE-2.0
922
- Unless required by applicable law or agreed to in writing, software
923
- distributed under the License is distributed on an 'AS IS' BASIS,
924
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
925
- See the License for the specific language governing permissions and
926
- limitations under the License.
927
- This code was forked from https://github.com/notmasteryet/jpgjs. The original
928
- version was created by github user notmasteryet
929
-
930
- --------------------------------------------------------------------------------
931
-
932
- geoscene/layers/rasterFormats/Png.js
933
-
934
- Extracted from png.js project
935
- png.js: A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js.
936
- https://github.com/devongovett/png.js
937
- Version 0.1.1, April 10, 2015
938
-
939
- MIT LICENSE
940
- Copyright (c) 2011 Devon Govett
941
-
942
- Permission is hereby granted, free of charge, to any person obtaining a copy of this
943
- software and associated documentation files (the "Software"), to deal in the Software
944
- without restriction, including without limitation the rights to use, copy, modify, merge,
945
- publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
946
- to whom the Software is furnished to do so, subject to the following conditions:
947
-
948
- The above copyright notice and this permission notice shall be included in all copies or
949
- substantial portions of the Software.
950
-
951
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
952
- BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
953
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
954
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
955
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
956
-
957
- --------------------------------------------------------------------------------------
958
-
959
- geoscene/libs/sanitizer/Sanitizer.js
960
-
961
- Built from https://github.com/Esri/arcgis-html-sanitizer
962
-
963
- Licensed under the Apache License, Version 2.0 (the "License");
964
- you may not use this file except in compliance with the License.
965
- You may obtain a copy of the License at
966
-
967
- http://www.apache.org/licenses/LICENSE-2.0
968
-
969
- Unless required by applicable law or agreed to in writing, software
970
- distributed under the License is distributed on an "AS IS" BASIS,
971
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
972
- See the License for the specific language governing permissions and
973
- limitations under the License.
974
-
975
- --------
976
-
977
- Lodash.isplainobject is a dependency for geoscene/libs/sanitizer/Sanitizer.js
978
-
979
- The MIT License
980
-
981
- Copyright JS Foundation and other contributors <https://js.foundation/>
982
-
983
- Based on Underscore.js, copyright Jeremy Ashkenas,
984
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
985
-
986
- This software consists of voluntary contributions made by many
987
- individuals. For exact contribution history, see the revision history
988
- available at https://github.com/lodash/lodash
989
-
990
- The following license applies to all parts of this software except as
991
- documented below:
992
-
993
- ====
994
-
995
- Permission is hereby granted, free of charge, to any person obtaining
996
- a copy of this software and associated documentation files (the
997
- "Software"), to deal in the Software without restriction, including
998
- without limitation the rights to use, copy, modify, merge, publish,
999
- distribute, sublicense, and/or sell copies of the Software, and to
1000
- permit persons to whom the Software is furnished to do so, subject to
1001
- the following conditions:
1002
-
1003
- The above copyright notice and this permission notice shall be
1004
- included in all copies or substantial portions of the Software.
1005
-
1006
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1007
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1008
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1009
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1010
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1011
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1012
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1013
-
1014
- ====
1015
-
1016
- Copyright and related rights for sample code are waived via CC0. Sample
1017
- code is defined as all source code displayed within the prose of the
1018
- documentation.
1019
-
1020
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
1021
-
1022
- -------
1023
-
1024
- js-xss is a dependency for geoscene/libs/sanitizer/Sanitizer.js
1025
-
1026
- Copyright (c) 2012-2018 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
1027
- http://ucdok.com
1028
-
1029
- The MIT License
1030
-
1031
- Permission is hereby granted, free of charge, to any person obtaining
1032
- a copy of this software and associated documentation files (the
1033
- "Software"), to deal in the Software without restriction, including
1034
- without limitation the rights to use, copy, modify, merge, publish,
1035
- distribute, sublicense, and/or sell copies of the Software, and to
1036
- permit persons to whom the Software is furnished to do so, subject to
1037
- the following conditions:
1038
-
1039
- The above copyright notice and this permission notice shall be
1040
- included in all copies or substantial portions of the Software.
1041
-
1042
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1043
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1044
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1045
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1046
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1047
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1048
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1049
-
1050
- -------------------------------------------------------------------------------
1051
-
1052
- vaadin/
1053
-
1054
- https://github.com/vaadin/web-components/tree/main/packages/grid
1055
-
1056
- Copyright 2014-2021 Vaadin Ltd.
1057
-
1058
- Licensed under the Apache License, Version 2.0 (the "License");
1059
- you may not use this file except in compliance with the License.
1060
- You may obtain a copy of the License at
1061
-
1062
- http://www.apache.org/licenses/LICENSE-2.0
1063
-
1064
- Unless required by applicable law or agreed to in writing, software
1065
- distributed under the License is distributed on an "AS IS" BASIS,
1066
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1067
- See the License for the specific language governing permissions and
1068
- limitations under the License.
1069
-
1070
- -------------------------------------------------------------------------------
1071
-
1072
- geoscene/layers/rasterFormats/Zlib.js
1073
-
1074
- Extracted from png.js project
1075
- png.js: A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js.
1076
- https://github.com/devongovett/png.js
1077
- Version 0.1.1, April 10, 2015
1078
-
1079
- Github user devongovett extracted zlib.js from pdf.js
1080
- https://github.com/andreasgal/pdf.js
1081
-
1082
- Copyright (c) 2011 Mozilla Foundation
1083
-
1084
- Contributors: Andreas Gal <gal@mozilla.com>
1085
- Chris G Jones <cjones@mozilla.com>
1086
- Shaon Barman <shaon.barman@gmail.com>
1087
- Vivien Nicolas <21@vingtetun.org>
1088
- Justin D'Arcangelo <justindarc@gmail.com>
1089
- Yury Delendik
1090
-
1091
- Permission is hereby granted, free of charge, to any person obtaining a
1092
- copy of this software and associated documentation files (the "Software"),
1093
- to deal in the Software without restriction, including without limitation
1094
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
1095
- and/or sell copies of the Software, and to permit persons to whom the
1096
- Software is furnished to do so, subject to the following conditions:
1097
-
1098
- The above copyright notice and this permission notice shall be included in
1099
- all copies or substantial portions of the Software.
1100
-
1101
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1102
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1103
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1104
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1105
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1106
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1107
- DEALINGS IN THE SOFTWARE.
1108
-
1109
- -------------------------------------------------------------------------------
1110
-
1111
- geoscene/views/3d/webgl-engine/lib/SmaaRenderPass.js
1112
-
1113
- Excerpts from three.js (SMAA)
1114
- https://github.com/mrdoob/three.js
1115
-
1116
- The MIT License
1117
-
1118
- Copyright © 2010-2016 three.js authors
1119
-
1120
- Permission is hereby granted, free of charge, to any person obtaining a copy
1121
- of this software and associated documentation files (the "Software"), to deal
1122
- in the Software without restriction, including without limitation the rights
1123
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1124
- copies of the Software, and to permit persons to whom the Software is
1125
- furnished to do so, subject to the following conditions:
1126
-
1127
- The above copyright notice and this permission notice shall be included in
1128
- all copies or substantial portions of the Software.
1129
-
1130
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1131
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1132
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1133
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1134
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1135
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1136
- THE SOFTWARE.
1137
-
1138
- Originally developed by
1139
- https://github.com/iryoku/smaa
1140
-
1141
- Copyright (C) 2013 Jorge Jimenez (jorge@iryoku.com)
1142
- Copyright (C) 2013 Jose I. Echevarria (joseignacioechevarria@gmail.com)
1143
- Copyright (C) 2013 Belen Masia (bmasia@unizar.es)
1144
- Copyright (C) 2013 Fernando Navarro (fernandn@microsoft.com)
1145
- Copyright (C) 2013 Diego Gutierrez (diegog@unizar.es)
1146
-
1147
- Permission is hereby granted, free of charge, to any person obtaining a copy
1148
- this software and associated documentation files (the "Software"), to deal in
1149
- the Software without restriction, including without limitation the rights to
1150
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1151
- the Software, and to permit persons to whom the Software is furnished to do so,
1152
- subject to the following conditions:
1153
-
1154
- The above copyright notice and this permission notice shall be included in all
1155
- copies or substantial portions of the Software. As clarification, there is no
1156
- requirement that the copyright notice and permission be included in binary
1157
- distributions of the Software.
1158
-
1159
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1160
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1161
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1162
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1163
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1164
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1165
-
1166
- -------------------------------------------------------------------------------
1167
-
1168
- geoscene/libs/ajv/ajv.bundle.js
1169
-
1170
- ajv - version 6.12.4
1171
- https://github.com/ajv-validator/ajv
1172
-
1173
- The MIT License (MIT)
1174
-
1175
- Copyright (c) 2015-2017 Evgeny Poberezkin
1176
-
1177
- Permission is hereby granted, free of charge, to any person obtaining a copy
1178
- of this software and associated documentation files (the "Software"), to deal
1179
- in the Software without restriction, including without limitation the rights
1180
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1181
- copies of the Software, and to permit persons to whom the Software is
1182
- furnished to do so, subject to the following conditions:
1183
-
1184
- The above copyright notice and this permission notice shall be included in all
1185
- copies or substantial portions of the Software.
1186
-
1187
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1188
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1189
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1190
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1191
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1192
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1193
- SOFTWARE.
1194
-
1195
- -------------------------------------------------------------------------------
1196
-
1197
- geoscene/core/libs/rbush
1198
- https://github.com/mourner/rbush
1199
-
1200
- Copyright (c) 2016 Vladimir Agafonkin
1201
-
1202
- MIT License
1203
-
1204
- Permission is hereby granted, free of charge, to any person obtaining a copy
1205
- of this software and associated documentation files (the "Software"), to deal
1206
- in the Software without restriction, including without limitation the rights
1207
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1208
- copies of the Software, and to permit persons to whom the Software is
1209
- furnished to do so, subject to the following conditions:
1210
-
1211
- The above copyright notice and this permission notice shall be included in
1212
- all copies or substantial portions of the Software.
1213
-
1214
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1215
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1216
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1217
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1218
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1219
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1220
- THE SOFTWARE.
1221
-
1222
- -------------------------------------------------------------------------------
1223
-
1224
- geoscene/core/libs/quickselect
1225
- https://www.npmjs.com/package/quickselect
1226
- https://github.com/mourner/quickselect
1227
-
1228
- Copyright (c) Vladimir Agafonkin
1229
-
1230
- ISC License:
1231
-
1232
- Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
1233
- Copyright (c) 1995-2003 by Internet Software Consortium
1234
-
1235
- Permission to use, copy, modify, and/or distribute this software for any purpose with or
1236
- without fee is hereby granted, provided that the above copyright notice and this permission
1237
- notice appear in all copies.
1238
-
1239
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
1240
- INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE
1241
- FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
1242
- FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1243
- ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1244
-
1245
- -------------------------------------------------------------------------------
1246
-
1247
- geoscene/webscene/validator.js
1248
-
1249
- Excerpts from JSON Editor
1250
- https://github.com/josdejong/jsoneditor
1251
-
1252
- Copyright (C) 2011-2017 Jos de Jong
1253
-
1254
- Licensed under the Apache License, Version 2.0 (the "License");
1255
- you may not use this file except in compliance with the License.
1256
- You may obtain a copy of the License at
1257
-
1258
- http://www.apache.org/licenses/LICENSE-2.0
1259
-
1260
- Unless required by applicable law or agreed to in writing, software
1261
- distributed under the License is distributed on an "AS IS" BASIS,
1262
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1263
- See the License for the specific language governing permissions and
1264
- limitations under the License.
1265
-
1266
- -------------------------------------------------------------------------------
1267
-
1268
- geoscene/views/webgl/lib/glsl-tokenizer
1269
- https://github.com/glslify/glsl-tokenizer
1270
-
1271
- Copyright (c) 2012-2017 glsl-tokenizer contributors
1272
-
1273
- MIT License
1274
-
1275
- Permission is hereby granted, free of charge, to any person obtaining a copy
1276
- of this software and associated documentation files (the "Software"), to deal
1277
- in the Software without restriction, including without limitation the rights
1278
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1279
- copies of the Software, and to permit persons to whom the Software is
1280
- furnished to do so, subject to the following conditions:
1281
-
1282
- The above copyright notice and this permission notice shall be included in
1283
- all copies or substantial portions of the Software.
1284
-
1285
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1286
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1287
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1288
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1289
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1290
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1291
- THE SOFTWARE.
1292
-
1293
- -------------------------------------------------------------------------------
1294
-
1295
- geoscene/views/3d/support/dito
1296
- http://gameenginegems.com/geg2.php
1297
-
1298
- Copyright 2011 Thomas Larsson and Linus Kallberg (C++ implementation).
1299
- All rights reserved.
1300
-
1301
- Redistribution and use in source and binary forms, with or without modification, are
1302
- permitted provided that the following conditions are met:
1303
-
1304
- 1. Redistributions of source code must retain the above copyright notice, this list of
1305
- conditions and the following disclaimer.
1306
-
1307
- 2. Redistributions in binary form must reproduce the above copyright notice, this list
1308
- of conditions and the following disclaimer in the documentation and/or other materials
1309
- provided with the distribution.
1310
-
1311
- THIS SOFTWARE IS PROVIDED BY THOMAS LARSSON AND LINUS KALLBERG ``AS IS'' AND ANY EXPRESS
1312
- OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
1313
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THOMAS LARSSON, LINUS
1314
- KALLBERG, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1315
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1316
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1317
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1318
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
1319
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1320
-
1321
- -------------------------------------------------------------------------------
1322
-
1323
- geoscene/views/2d/engine/webgl/SDFConverter (TinySDF Fork)
1324
- https://github.com/mapbox/tiny-sdf
1325
-
1326
- Copyright © 2016-2017 Mapbox, Inc.
1327
- This code available under the terms of the BSD 2-Clause license.
1328
-
1329
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1330
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1331
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1332
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1333
-
1334
- -------------------------------------------------------------------------------
1335
-
1336
- geoscene/core/BidiEngine.ts
1337
- geoscene/core/bidiEngineTables.ts
1338
-
1339
- https://github.com/dojo/dojox/blob/master/string/BidiEngine.js
1340
-
1341
- Dojo Toolkit, Copyright (c) 2005-2018, The JS Foundation. All rights reserved.
1342
- Dojo Toolkit License, Copyright (C) 2003-2004 Lawrence E. Rosen
1343
- Available via Academic Free License version 2.1 OR the New BSD license.
1344
- See: http://dojotoolkit.org/license and https://github.com/dojo/dojox/blob/master/LICENSE for details
1345
-
1346
- -------------------------------------------------------------------------------
1347
-
1348
- geoscene/libs/i3s
1349
-
1350
- Built from https://github.com/google/draco
1351
-
1352
- Draco is a library for compressing and decompressing 3D geometric meshes and point clouds.
1353
- It is intended to improve the storage and transmission of 3D graphics.
1354
-
1355
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
1356
- except in compliance with the License. You may obtain a copy of the License at
1357
-
1358
- http://www.apache.org/licenses/LICENSE-2.0
1359
-
1360
- Unless required by applicable law or agreed to in writing, software distributed under the
1361
- License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
1362
- either express or implied. See the License for the specific language governing permissions
1363
- and limitations under the License.
1364
-
1365
- --------------------------------------------------------------------------------------
1366
-
1367
- geoscene/libs/i3s
1368
-
1369
- https://github.com/microsoft/DirectXMath
1370
-
1371
- Copyright (c) Microsoft Corporation. All rights reserved.
1372
-
1373
- MIT License
1374
-
1375
- Permission is hereby granted, free of charge, to any person obtaining a copy of this
1376
- software and associated documentation files (the "Software"), to deal in the Software
1377
- without restriction, including without limitation the rights to use, copy, modify,
1378
- merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
1379
- permit persons to whom the Software is furnished to do so, subject to the following
1380
- conditions:
1381
-
1382
- The above copyright notice and this permission notice shall be included in all copies
1383
- or substantial portions of the Software.
1384
-
1385
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
1386
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1387
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1388
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1389
- CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
1390
- OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1391
-
1392
- -------------------------------------------------------------------------------
1393
-
1394
- geoscene/libs/i3s
1395
-
1396
- RapidJSON
1397
- https://github.com/Tencent/rapidjson/
1398
-
1399
- Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
1400
-
1401
- MIT License
1402
-
1403
- Permission is hereby granted, free of charge, to any person obtaining a copy of this
1404
- software and associated documentation files (the "Software"), to deal in the Software
1405
- without restriction, including without limitation the rights to use, copy, modify,
1406
- merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
1407
- permit persons to whom the Software is furnished to do so, subject to the following
1408
- conditions:
1409
-
1410
- The above copyright notice and this permission notice shall be included in all copies
1411
- or substantial portions of the Software.
1412
-
1413
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
1414
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1415
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1416
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1417
- CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
1418
- OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1419
-
1420
- -------------------------------------------------------------------------------
1421
-
1422
- geoscene/libs/i3s
1423
-
1424
- The msinttypes r29
1425
- Copyright (c) 2006-2013 Alexander Chemeris
1426
- All rights reserved.
1427
-
1428
- Redistribution and use in source and binary forms, with or without modification, are
1429
- permitted provided that the following conditions are met:
1430
-
1431
- * Redistributions of source code must retain the above copyright notice, this list of
1432
- conditions and the following disclaimer.
1433
- * Redistributions in binary form must reproduce the above copyright notice, this list
1434
- of conditions and the following disclaimer in the documentation and/or other materials
1435
- provided with the distribution.
1436
- * Neither the name of copyright holder nor the names of its contributors may be used
1437
- to endorse or promote products derived from this software without specific prior
1438
- written permission.
1439
-
1440
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
1441
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1442
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
1443
- THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1444
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1445
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1446
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
1447
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1448
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1449
-
1450
- -------------------------------------------------------------------------------
1451
-
1452
- geoscene/libs/basisu
1453
-
1454
- Basis Universal GPU Texture Codec
1455
- https://github.com/BinomialLLC/basis_universal
1456
-
1457
- Copyright 2019-2020 Binomial LLC
1458
-
1459
- Licensed under the Apache License, Version 2.0 (the "License");
1460
- you may not use this file except in compliance with the License.
1461
- You may obtain a copy of the License at
1462
-
1463
- http://www.apache.org/licenses/LICENSE-2.0
1464
-
1465
- Unless required by applicable law or agreed to in writing, software
1466
- distributed under the License is distributed on an "AS IS" BASIS,
1467
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1468
- See the License for the specific llanguage governing permissions and
1469
- limitations under the License.
1470
-
1471
- -------------------------------------------------------------------------------
1472
-
1473
- geoscene/intl/duration.ts
1474
-
1475
- HumanizeDuration
1476
- https://github.com/EvanHahn/HumanizeDuration.js
1477
-
1478
- This is free and unencumbered software released into the public domain.
1479
-
1480
- Anyone is free to copy, modify, publish, use, compile, sell, or
1481
- distribute this software, either in source code form or as a compiled
1482
- binary, for any purpose, commercial or non-commercial, and by any
1483
- means.
1484
-
1485
- In jurisdictions that recognize copyright laws, the author or authors
1486
- of this software dedicate any and all copyright interest in the
1487
- software to the public domain. We make this dedication for the benefit
1488
- of the public at large and to the detriment of our heirs and
1489
- successors. We intend this dedication to be an overt act of
1490
- relinquishment in perpetuity of all present and future rights to this
1491
- software under copyright law.
1492
-
1493
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1494
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1495
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1496
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1497
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1498
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1499
- OTHER DEALINGS IN THE SOFTWARE.
1500
-
1501
- For more information, please refer to <https://unlicense.org/>
1502
-
1503
- -------------------------------------------------------------------------------
1504
-
1505
- geoscene/views/3d/environment/NoiseTextureAtlas.glsl.ts
1506
-
1507
- OpenGL Mathematics
1508
- https://github.com/g-truc/glm
1509
-
1510
- Copyright (c) 2005 - G-Truc Creation
1511
-
1512
- Permission is hereby granted, free of charge, to any person obtaining a copy
1513
- of this software and associated documentation files (the "Software"), to deal
1514
- in the Software without restriction, including without limitation the rights
1515
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1516
- copies of the Software, and to permit persons to whom the Software is
1517
- furnished to do so, subject to the following conditions:
1518
-
1519
- The above copyright notice and this permission notice shall be included in
1520
- all copies or substantial portions of the Software.
1521
-
1522
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1523
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1524
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1525
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1526
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1527
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1528
- THE SOFTWARE.
1529
-
1530
- -------------------------------------------------------------------------------
1531
-
1532
- geoscene/support/zipUtils.ts
1533
-
1534
- zip.js
1535
- https://github.com/gildas-lormeau/zip.js
1536
-
1537
- BSD-3-Clause license
1538
- Copyright (c) 2022 Gildas Lormeau. All rights reserved.
1539
-
1540
- Redistribution and use in source and binary forms, with or without
1541
- modification, are permitted provided that the following conditions are met:
1542
-
1543
- 1. Redistributions of source code must retain the above copyright notice,
1544
- this list of conditions and the following disclaimer.
1545
-
1546
- 2. Redistributions in binary form must reproduce the above copyright
1547
- notice, this list of conditions and the following disclaimer in
1548
- the documentation and/or other materials provided with the distribution.
1549
-
1550
- 3. The names of the authors may not be used to endorse or promote products
1551
- derived from this software without specific prior written permission.
1552
-
1553
- THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
1554
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1555
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,
1556
- INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
1557
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1558
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
1559
- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1560
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1561
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
1562
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1563
-
1564
- -----------------------------------------------------------------
1565
-
1566
- lit/
1567
-
1568
- https://github.com/lit/lit
1569
-
1570
- BSD 3-Clause License
1571
-
1572
- Copyright (c) 2017 Google LLC. All rights reserved.
1573
-
1574
- Redistribution and use in source and binary forms, with or without
1575
- modification, are permitted provided that the following conditions are met:
1576
-
1577
- 1. Redistributions of source code must retain the above copyright notice, this
1578
- list of conditions and the following disclaimer.
1579
-
1580
- 2. Redistributions in binary form must reproduce the above copyright notice,
1581
- this list of conditions and the following disclaimer in the documentation
1582
- and/or other materials provided with the distribution.
1583
-
1584
- 3. Neither the name of the copyright holder nor the names of its
1585
- contributors may be used to endorse or promote products derived from
1586
- this software without specific prior written permission.
1587
-
1588
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1589
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1590
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1591
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1592
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1593
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1594
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1595
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1596
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1597
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1598
-
1599
- -----------------------------------------------------------------
1600
-
1601
- monaco-editor/
1602
-
1603
- https://github.com/microsoft/monaco-editor
1604
-
1605
- The MIT License (MIT)
1606
-
1607
- Copyright (c) 2016 - present Microsoft Corporation
1608
-
1609
- Permission is hereby granted, free of charge, to any person obtaining a copy
1610
- of this software and associated documentation files (the "Software"), to deal
1611
- in the Software without restriction, including without limitation the rights
1612
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1613
- copies of the Software, and to permit persons to whom the Software is
1614
- furnished to do so, subject to the following conditions:
1615
-
1616
- The above copyright notice and this permission notice shall be included in all
1617
- copies or substantial portions of the Software.
1618
-
1619
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1620
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1621
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1622
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1623
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1624
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1625
- SOFTWARE.
1626
-
1627
-
1628
- -----------------------------------------------------------------
1629
-
1630
- float16/
1631
-
1632
- https://github.com/petamoriken/float16
1633
-
1634
- MIT License
1635
-
1636
- Copyright (c) 2017-2025 Kenta Moriuchi
1637
-
1638
- Permission is hereby granted, free of charge, to any person obtaining a copy
1639
- of this software and associated documentation files (the "Software"), to deal
1640
- in the Software without restriction, including without limitation the rights
1641
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1642
- copies of the Software, and to permit persons to whom the Software is
1643
- furnished to do so, subject to the following conditions:
1644
-
1645
- The above copyright notice and this permission notice shall be included in all
1646
- copies or substantial portions of the Software.
1647
-
1648
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1649
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1650
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1651
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1652
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1653
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1654
- SOFTWARE.
1
+ 易智瑞信息技术有限公司版权所有 © 2025并保留所有权利。发行于中华人民共和国。
2
+
3
+ This material is licensed under the terms described in the LICENSE.txt file: https://js.geoscene.cn/4.34/geoscene/LICENSE.txt
4
+
5
+ -----------------------------------------------------------------
6
+
7
+ antlr4/
8
+
9
+ https://github.com/antlr/antlr4
10
+
11
+ Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.
12
+
13
+ Redistribution and use in source and binary forms, with or without
14
+ modification, are permitted provided that the following conditions
15
+ are met:
16
+
17
+ 1. Redistributions of source code must retain the above copyright
18
+ notice, this list of conditions and the following disclaimer.
19
+
20
+ 2. Redistributions in binary form must reproduce the above copyright
21
+ notice, this list of conditions and the following disclaimer in the
22
+ documentation and/or other materials provided with the distribution.
23
+
24
+ 3. Neither name of copyright holders nor the names of its contributors
25
+ may be used to endorse or promote products derived from this software
26
+ without specific prior written permission.
27
+
28
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
32
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
33
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
34
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
35
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
36
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
37
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
+
40
+ -----------------------------------------------------------------
41
+
42
+ apng-js/
43
+
44
+ https://github.com/davidmz/apng-js
45
+
46
+ The MIT License (MIT)
47
+
48
+ Copyright (c) 2016 David Mzareulyan
49
+
50
+ Permission is hereby granted, free of charge, to any person obtaining a copy
51
+ of this software and associated documentation files (the "Software"), to deal
52
+ in the Software without restriction, including without limitation the rights
53
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
54
+ copies of the Software, and to permit persons to whom the Software is
55
+ furnished to do so, subject to the following conditions:
56
+
57
+ The above copyright notice and this permission notice shall be included in all
58
+ copies or substantial portions of the Software.
59
+
60
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
62
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
63
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
64
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
65
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
66
+ SOFTWARE.
67
+
68
+ -----------------------------------------------------------------
69
+
70
+ async-stream/
71
+
72
+ Copyright (c) 2018 David Tolnay
73
+ Copyright (c) 2019 Carl Lerche
74
+
75
+ Permission is hereby granted, free of charge, to any
76
+ person obtaining a copy of this software and associated
77
+ documentation files (the "Software"), to deal in the
78
+ Software without restriction, including without
79
+ limitation the rights to use, copy, modify, merge,
80
+ publish, distribute, sublicense, and/or sell copies of
81
+ the Software, and to permit persons to whom the Software
82
+ is furnished to do so, subject to the following
83
+ conditions:
84
+
85
+ The above copyright notice and this permission notice
86
+ shall be included in all copies or substantial portions
87
+ of the Software.
88
+
89
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
90
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
91
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
92
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
93
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
94
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
95
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
96
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
97
+ DEALINGS IN THE SOFTWARE.
98
+
99
+ -----------------------------------------------------------------
100
+
101
+ bc7enc_rdo
102
+
103
+ https://github.com/richgel999/bc7enc_rdo
104
+
105
+ If you use this software in a product, attribution / credits is requested but not required.
106
+
107
+ ALTERNATIVE A - MIT License
108
+ Copyright(c) 2020-2021 Richard Geldreich, Jr.
109
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
110
+ this software and associated documentation files(the "Software"), to deal in
111
+ the Software without restriction, including without limitation the rights to
112
+ use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
113
+ of the Software, and to permit persons to whom the Software is furnished to do
114
+ so, subject to the following conditions :
115
+ The above copyright notice and this permission notice shall be included in all
116
+ copies or substantial portions of the Software.
117
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
118
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
119
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
120
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
121
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
122
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
123
+ SOFTWARE.
124
+ ------------------------------------------------------------------------------
125
+ ALTERNATIVE B - Public Domain(www.unlicense.org)
126
+ This is free and unencumbered software released into the public domain.
127
+ Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
128
+ software, either in source code form or as a compiled binary, for any purpose,
129
+ commercial or non - commercial, and by any means.
130
+ In jurisdictions that recognize copyright laws, the author or authors of this
131
+ software dedicate any and all copyright interest in the software to the public
132
+ domain.We make this dedication for the benefit of the public at large and to
133
+ the detriment of our heirs and successors.We intend this dedication to be an
134
+ overt act of relinquishment in perpetuity of all present and future rights to
135
+ this software under copyright law.
136
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
137
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
138
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
139
+ AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
140
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
141
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
142
+
143
+ -----------------------------------------------------------------
144
+
145
+ console_error_panic_hook/
146
+
147
+ Copyright (c) 2018 Nick Fitzgerald
148
+
149
+ Permission is hereby granted, free of charge, to any
150
+ person obtaining a copy of this software and associated
151
+ documentation files (the "Software"), to deal in the
152
+ Software without restriction, including without
153
+ limitation the rights to use, copy, modify, merge,
154
+ publish, distribute, sublicense, and/or sell copies of
155
+ the Software, and to permit persons to whom the Software
156
+ is furnished to do so, subject to the following
157
+ conditions:
158
+
159
+ The above copyright notice and this permission notice
160
+ shall be included in all copies or substantial portions
161
+ of the Software.
162
+
163
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
164
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
165
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
166
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
167
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
168
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
169
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
170
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
171
+ DEALINGS IN THE SOFTWARE.
172
+
173
+ -----------------------------------------------------------------
174
+
175
+ dojo/
176
+
177
+ Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
178
+ Available via Academic Free License >= 2.1 OR the modified BSD license.
179
+ See: http://dojotoolkit.org/license for details
180
+
181
+ -----------------------------------------------------------------
182
+
183
+ focus-trap/
184
+
185
+ https://github.com/focus-trap/focus-trap
186
+
187
+ The MIT License (MIT)
188
+
189
+ Copyright (c) 2015-2016 David Clark
190
+
191
+ Permission is hereby granted, free of charge, to any person obtaining a copy
192
+ of this software and associated documentation files (the "Software"), to deal
193
+ in the Software without restriction, including without limitation the rights
194
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
195
+ copies of the Software, and to permit persons to whom the Software is
196
+ furnished to do so, subject to the following conditions:
197
+
198
+ The above copyright notice and this permission notice shall be included in all
199
+ copies or substantial portions of the Software.
200
+
201
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
202
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
203
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
204
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
205
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
206
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
207
+ SOFTWARE.
208
+
209
+ -------------------------------------------------------------------------------
210
+
211
+ futures-rs/
212
+
213
+ https://github.com/rust-lang/futures-rs
214
+
215
+ Copyright (c) 2016 Alex Crichton
216
+ Copyright (c) 2017 The Tokio Authors
217
+
218
+ Licensed under the Apache License, Version 2.0 (the "License");
219
+ you may not use this file except in compliance with the License.
220
+ You may obtain a copy of the License at
221
+
222
+ http://www.apache.org/licenses/LICENSE-2.0
223
+
224
+ Unless required by applicable law or agreed to in writing, software
225
+ distributed under the License is distributed on an "AS IS" BASIS,
226
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
227
+ See the License for the specific language governing permissions and
228
+ limitations under the License.
229
+
230
+ -------------------------------------------------------------------------------
231
+
232
+ gifuct-js/
233
+
234
+ https://github.com/matt-way/gifuct-js
235
+
236
+ The MIT License (MIT)
237
+
238
+ Copyright (c) 2015 Matt Way
239
+
240
+ Permission is hereby granted, free of charge, to any person obtaining a copy
241
+ of this software and associated documentation files (the "Software"), to deal
242
+ in the Software without restriction, including without limitation the rights
243
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
244
+ copies of the Software, and to permit persons to whom the Software is
245
+ furnished to do so, subject to the following conditions:
246
+
247
+ The above copyright notice and this permission notice shall be included in all
248
+ copies or substantial portions of the Software.
249
+
250
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
251
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
252
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
253
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
254
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
255
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
256
+ SOFTWARE.
257
+
258
+ -------------------------------------------------------------------------------
259
+
260
+ goofy/
261
+
262
+ https://github.com/SergeyMakeev/Goofy
263
+
264
+ Copyright (c) 2020 Sergey Makeev <sergeymakeev@hotmail.com>
265
+
266
+ Permission is hereby granted, free of charge, to any person obtaining
267
+ a copy of this software and associated documentation files (the
268
+ "Software"), to deal in the Software without restriction, including
269
+ without limitation the rights to use, copy, modify, merge, publish,
270
+ distribute, sublicense, and/or sell copies of the Software, and to
271
+ permit persons to whom the Software is furnished to do so, subject to
272
+ the following conditions:
273
+
274
+ The above copyright notice and this permission notice shall be included
275
+ in all copies or substantial portions of the Software.
276
+
277
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
278
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
279
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
280
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
281
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
282
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
283
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
284
+
285
+ -------------------------------------------------------------------------------
286
+
287
+ luxon/
288
+
289
+ https://github.com/moment/luxon
290
+
291
+ Copyright 2019 JS Foundation and other contributors
292
+
293
+ Permission is hereby granted, free of charge, to any person obtaining a copy
294
+ of this software and associated documentation files (the "Software"), to deal
295
+ in the Software without restriction, including without limitation the rights
296
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
297
+ copies of the Software, and to permit persons to whom the Software is
298
+ furnished to do so, subject to the following conditions:
299
+
300
+ The above copyright notice and this permission notice shall be included in
301
+ all copies or substantial portions of the Software.
302
+
303
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
304
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
305
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
306
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
307
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
308
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
309
+ THE SOFTWARE.
310
+
311
+ -------------------------------------------------------------------------------
312
+
313
+ maquette/
314
+ maquette-advanced-projector/
315
+ maquette-css-transitions/
316
+ maquette-jsx/
317
+
318
+ maquette – Pure and simple virtual DOM library
319
+ https://github.com/AFASSoftware/maquette/
320
+
321
+ MIT License
322
+
323
+ Copyright (c) 2015 Maquette contributors
324
+
325
+ Permission is hereby granted, free of charge, to any person obtaining a copy
326
+ of this software and associated documentation files (the "Software"), to deal
327
+ in the Software without restriction, including without limitation the rights
328
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
329
+ copies of the Software, and to permit persons to whom the Software is
330
+ furnished to do so, subject to the following conditions:
331
+
332
+ The above copyright notice and this permission notice shall be included in
333
+ all copies or substantial portions of the Software.
334
+
335
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
336
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
337
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
338
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
339
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
340
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
341
+ THE SOFTWARE.
342
+
343
+ -----------------------------------------------------------------
344
+
345
+ marked/
346
+
347
+ https://github.com/markedjs/marked
348
+
349
+ ## Marked
350
+
351
+ Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
352
+ Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
353
+
354
+ Permission is hereby granted, free of charge, to any person obtaining a copy
355
+ of this software and associated documentation files (the "Software"), to deal
356
+ in the Software without restriction, including without limitation the rights
357
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
358
+ copies of the Software, and to permit persons to whom the Software is
359
+ furnished to do so, subject to the following conditions:
360
+
361
+ The above copyright notice and this permission notice shall be included in
362
+ all copies or substantial portions of the Software.
363
+
364
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
365
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
366
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
367
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
368
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
369
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
370
+ THE SOFTWARE.
371
+
372
+ ## Markdown
373
+
374
+ Copyright © 2004, John Gruber
375
+ http://daringfireball.net/
376
+ All rights reserved.
377
+
378
+ Redistribution and use in source and binary forms, with or without modification,
379
+ are permitted provided that the following conditions are met:
380
+
381
+ * Redistributions of source code must retain the above copyright notice, this
382
+ list of conditions and the following disclaimer.
383
+ * Redistributions in binary form must reproduce the above copyright notice, this
384
+ list of conditions and the following disclaimer in the documentation and/or
385
+ other materials provided with the distribution.
386
+ * Neither the name “Markdown” nor the names of its contributors may be used to
387
+ endorse or promote products derived from this software without specific prior
388
+ written permission.
389
+
390
+ This software is provided by the copyright holders and contributors “as is” and
391
+ any express or implied warranties, including, but not limited to, the implied
392
+ warranties of merchantability and fitness for a particular purpose are
393
+ disclaimed. In no event shall the copyright owner or contributors be liable for
394
+ any direct, indirect, incidental, special, exemplary, or consequential damages
395
+ (including, but not limited to, procurement of substitute goods or services;
396
+ loss of use, data, or profits; or business interruption) however caused and on
397
+ any theory of liability, whether in contract, strict liability, or tort
398
+ (including negligence or otherwise) arising in any way out of the use of this
399
+ software, even if advised of the possibility of such damage.
400
+
401
+ -------------------------------------------------------------------------------
402
+
403
+ parquet2/
404
+
405
+ https://github.com/jorgecarleitao/parquet2
406
+
407
+ Copyright [2021] [Jorge C Leitao]
408
+
409
+ Licensed under the Apache License, Version 2.0 (the "License");
410
+ you may not use this file except in compliance with the License.
411
+ You may obtain a copy of the License at
412
+
413
+ http://www.apache.org/licenses/LICENSE-2.0
414
+
415
+ Unless required by applicable law or agreed to in writing, software
416
+ distributed under the License is distributed on an "AS IS" BASIS,
417
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
418
+ See the License for the specific language governing permissions and
419
+ limitations under the License.
420
+
421
+ -------------------------------------------------------------------------------
422
+
423
+ prost/
424
+
425
+ https://github.com/tokio-rs/prost
426
+
427
+ Copyright 2022 Dan Burkert & Tokio Contributors
428
+
429
+ Licensed under the Apache License, Version 2.0 (the "License");
430
+ you may not use this file except in compliance with the License.
431
+ You may obtain a copy of the License at
432
+
433
+ http://www.apache.org/licenses/LICENSE-2.0
434
+
435
+ Unless required by applicable law or agreed to in writing, software
436
+ distributed under the License is distributed on an "AS IS" BASIS,
437
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
438
+ See the License for the specific language governing permissions and
439
+ limitations under the License.
440
+
441
+ -------------------------------------------------------------------------------
442
+
443
+ roaring/
444
+
445
+ https://github.com/RoaringBitmap/roaring-rs
446
+
447
+ MIT License
448
+ Copyright (c) 2016 The roaring-rs developers.
449
+
450
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
451
+ this software and associated documentation files (the "Software"), to deal in
452
+ the Software without restriction, including without limitation the rights to
453
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
454
+ of the Software, and to permit persons to whom the Software is furnished to do
455
+ so, subject to the following conditions:
456
+
457
+ The above copyright notice and this permission notice shall be included in all
458
+ copies or substantial portions of the Software.
459
+
460
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
461
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
462
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
463
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
464
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
465
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
466
+ SOFTWARE.
467
+
468
+ -------------------------------------------------------------------------------
469
+
470
+ thiserror/
471
+
472
+ https://github.com/dtolnay/thiserror
473
+
474
+ Permission is hereby granted, free of charge, to any
475
+ person obtaining a copy of this software and associated
476
+ documentation files (the "Software"), to deal in the
477
+ Software without restriction, including without
478
+ limitation the rights to use, copy, modify, merge,
479
+ publish, distribute, sublicense, and/or sell copies of
480
+ the Software, and to permit persons to whom the Software
481
+ is furnished to do so, subject to the following
482
+ conditions:
483
+
484
+ The above copyright notice and this permission notice
485
+ shall be included in all copies or substantial portions
486
+ of the Software.
487
+
488
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
489
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
490
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
491
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
492
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
493
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
494
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
495
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
496
+ DEALINGS IN THE SOFTWARE.
497
+
498
+ -------------------------------------------------------------------------------
499
+
500
+ topsort/
501
+
502
+ https://github.com/samuelneff/topsort
503
+
504
+ Copyright (c) 2014 samuelneff
505
+
506
+ Licensed under the Apache License, Version 2.0 (the "License");
507
+ you may not use this file except in compliance with the License.
508
+ You may obtain a copy of the License at
509
+
510
+ http://www.apache.org/licenses/LICENSE-2.0
511
+
512
+ Unless required by applicable law or agreed to in writing, software
513
+ distributed under the License is distributed on an "AS IS" BASIS,
514
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
515
+ See the License for the specific language governing permissions and
516
+ limitations under the License.
517
+
518
+ ## tsort
519
+
520
+ https://gist.github.com/shinout/1232505
521
+
522
+ Copyright 2012 Shin Suzuki<shinout310@gmail.com>
523
+
524
+ Licensed under the Apache License, Version 2.0 (the "License");
525
+ you may not use this file except in compliance with the License.
526
+ You may obtain a copy of the License at
527
+
528
+ http://www.apache.org/licenses/LICENSE-2.0
529
+
530
+ Unless required by applicable law or agreed to in writing, software
531
+ distributed under the License is distributed on an "AS IS" BASIS,
532
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
533
+ See the License for the specific language governing permissions and
534
+ limitations under the License.
535
+
536
+ -------------------------------------------------------------------------------
537
+
538
+ tslib/
539
+
540
+ Copyright (c) Microsoft Corporation
541
+ BSD Zero Clause License.
542
+
543
+ Permission to use, copy, modify, and/or distribute this software for any
544
+ purpose with or without fee is hereby granted.
545
+
546
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
547
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
548
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
549
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
550
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
551
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
552
+ PERFORMANCE OF THIS SOFTWARE.
553
+
554
+ -----------------------------------------------------------------
555
+
556
+ video.js/
557
+
558
+ https://github.com/videojs/video.js
559
+
560
+ Copyright Brightcove, Inc.
561
+
562
+ Licensed under the Apache License, Version 2.0 (the "License");
563
+ you may not use this file except in compliance with the License.
564
+ You may obtain a copy of the License at
565
+
566
+ http://www.apache.org/licenses/LICENSE-2.0
567
+
568
+ Unless required by applicable law or agreed to in writing, software
569
+ distributed under the License is distributed on an "AS IS" BASIS,
570
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
571
+ See the License for the specific language governing permissions and
572
+ limitations under the License.
573
+
574
+ -------------------------------------------------------------------------------
575
+
576
+ wasm-bindgen/
577
+ wasm-bindgen-futures/
578
+ js-sys/
579
+
580
+ https://github.com/rustwasm/wasm-bindgen
581
+
582
+ Copyright (c) 2014 Alex Crichton
583
+
584
+ Permission is hereby granted, free of charge, to any
585
+ person obtaining a copy of this software and associated
586
+ documentation files (the "Software"), to deal in the
587
+ Software without restriction, including without
588
+ limitation the rights to use, copy, modify, merge,
589
+ publish, distribute, sublicense, and/or sell copies of
590
+ the Software, and to permit persons to whom the Software
591
+ is furnished to do so, subject to the following
592
+ conditions:
593
+
594
+ The above copyright notice and this permission notice
595
+ shall be included in all copies or substantial portions
596
+ of the Software.
597
+
598
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
599
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
600
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
601
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
602
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
603
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
604
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
605
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
606
+ DEALINGS IN THE SOFTWARE.
607
+
608
+ -------------------------------------------------------------------------------
609
+
610
+ geoscene/arcade/lib/arcade-parser.js
611
+
612
+ Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
613
+
614
+ Redistribution and use in source and binary forms, with or without
615
+ modification, are permitted provided that the following conditions are met:
616
+
617
+ * Redistributions of source code must retain the above copyright
618
+ notice, this list of conditions and the following disclaimer.
619
+ * Redistributions in binary form must reproduce the above copyright
620
+ notice, this list of conditions and the following disclaimer in the
621
+ documentation and/or other materials provided with the distribution.
622
+
623
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
624
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
625
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
626
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
627
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
628
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
629
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
630
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
631
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
632
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
633
+
634
+ -----------------------------------------------------------------
635
+
636
+ geoscene/workers/libs/rtree.js
637
+
638
+ rtree.js - General-Purpose Non-Recursive Javascript R-Tree Library
639
+ Version 0.6.2, December 5st 2009
640
+ Copyright (c) 2009 Jon-Carlos Rivera
641
+ Permission is hereby granted, free of charge, to any person obtaining
642
+ a copy of this software and associated documentation files (the
643
+ "Software"), to deal in the Software without restriction, including
644
+ without limitation the rights to use, copy, modify, merge, publish,
645
+ distribute, sublicense, and/or sell copies of the Software, and to
646
+ permit persons to whom the Software is furnished to do so, subject to
647
+ the following conditions:
648
+ The above copyright notice and this permission notice shall be
649
+ included in all copies or substantial portions of the Software.
650
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
651
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
652
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
653
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
654
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
655
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
656
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
657
+ Jon-Carlos Rivera - imbcmdth@hotmail.com
658
+
659
+ -----------------------------------------------------------------
660
+
661
+ geoscene/workers/libs/kdtree.js
662
+
663
+ k-d Tree JavaScript - V 1.0
664
+ https://github.com/ubilabs/kd-tree-javascript
665
+
666
+ author: Mircea Pricop <pricop@ubilabs.net>, 2012
667
+ author: Martin Kleppe <kleppe@ubilabs.net>, 2012
668
+ author: Ubilabs http://ubilabs.net, 2012
669
+ license: MIT License http://www.opensource.org/licenses/mit-license.php
670
+
671
+ -----------------------------------------------------------------
672
+
673
+ big.js v3.0.0
674
+ https://github.com/MikeMcl/big.js
675
+
676
+ The MIT Expat Licence.
677
+
678
+ Copyright (c) 2012 Michael Mclaughlin
679
+
680
+ Permission is hereby granted, free of charge, to any person obtaining
681
+ a copy of this software and associated documentation files (the
682
+ 'Software'), to deal in the Software without restriction, including
683
+ without limitation the rights to use, copy, modify, merge, publish,
684
+ distribute, sublicense, and/or sell copies of the Software, and to
685
+ permit persons to whom the Software is furnished to do so, subject to
686
+ the following conditions:
687
+
688
+ The above copyright notice and this permission notice shall be
689
+ included in all copies or substantial portions of the Software.
690
+
691
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
692
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
693
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
694
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
695
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
696
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
697
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
698
+
699
+ -----------------------------------------------------------------
700
+
701
+ geoscene/views/3d/webgl-engine/lib/base64Binary.js
702
+
703
+ Base64 decoder
704
+ https://github.com/danguer/blog-examples/blob/master/js/base64-binary.js
705
+
706
+ Copyright (c) 2011, Daniel Guerrero
707
+ All rights reserved.
708
+
709
+ Redistribution and use in source and binary forms, with or without
710
+ modification, are permitted provided that the following conditions are met:
711
+ * Redistributions of source code must retain the above copyright
712
+ notice, this list of conditions and the following disclaimer.
713
+ * Redistributions in binary form must reproduce the above copyright
714
+ notice, this list of conditions and the following disclaimer in the
715
+ documentation and/or other materials provided with the distribution.
716
+ * Neither the name of the Daniel Guerrero nor the
717
+ names of its contributors may be used to endorse or promote products
718
+ derived from this software without specific prior written permission.
719
+
720
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
721
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
722
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
723
+ DISCLAIMED. IN NO EVENT SHALL DANIEL GUERRERO BE LIABLE FOR ANY
724
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
725
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
726
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
727
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
728
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
729
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
730
+
731
+ -----------------------------------------------------------------
732
+
733
+ geoscene/views/3d/lib/SunCalc.js
734
+
735
+ SunCalc - Library to calculate sun position given location and time
736
+ https://github.com/mourner/suncalc
737
+
738
+ (c) 2011-2013, Vladimir Agafonkin
739
+ SunCalc is a JavaScript library for calculating sun/mooon position and light phases.
740
+ https://github.com/mourner/suncalc
741
+
742
+ Copyright (c) 2013, Vladimir Agafonkin
743
+ All rights reserved.
744
+
745
+ Redistribution and use in source and binary forms, with or without modification, are
746
+ permitted provided that the following conditions are met:
747
+
748
+ 1. Redistributions of source code must retain the above copyright notice, this list of
749
+ conditions and the following disclaimer.
750
+
751
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list
752
+ of conditions and the following disclaimer in the documentation and/or other materials
753
+ provided with the distribution.
754
+
755
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
756
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
757
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
758
+ THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
759
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
760
+ OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
761
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
762
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
763
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
764
+
765
+ ----------------------------------------------------------------
766
+
767
+ geoscene/core/libs/gl-matrix-2
768
+
769
+ gl-matrix - High performance matrix and vector operations for WebGL
770
+ https://github.com/toji/gl-matrix
771
+ author: Brandon Jones
772
+ author: Colin MacKenzie IV
773
+
774
+ Copyright (c) 2015, Brandon Jones, Colin MacKenzie IV.
775
+ Permission is hereby granted, free of charge, to any person obtaining a copy
776
+ of this software and associated documentation files (the "Software"), to deal
777
+ in the Software without restriction, including without limitation the rights
778
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
779
+ copies of the Software, and to permit persons to whom the Software is
780
+ furnished to do so, subject to the following conditions:
781
+ The above copyright notice and this permission notice shall be included in
782
+ all copies or substantial portions of the Software.
783
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
784
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
785
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
786
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
787
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
788
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
789
+ THE SOFTWARE.
790
+
791
+ ----------------------------------------------------------------
792
+
793
+ geoscene/core/libs/earcut/earcut.js
794
+ geoscene/views/2d/engine/webgl/mesh/bufcut.ts
795
+
796
+ Earcut - polygon triangulation library, commit 65c368cbbf8e0307e1e0a78fae1ff75da9ef994f
797
+ https://github.com/mapbox/earcut
798
+
799
+ ISC License
800
+
801
+ Copyright (c) 2016, Mapbox
802
+
803
+ Permission to use, copy, modify, and/or distribute this software for any purpose
804
+ with or without fee is hereby granted, provided that the above copyright notice
805
+ and this permission notice appear in all copies.
806
+
807
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
808
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
809
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
810
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
811
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
812
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
813
+ THIS SOFTWARE.
814
+
815
+ ----------------------------------------------------------------
816
+
817
+ geoscene/core/libs/libtess/libtess.js
818
+
819
+ Polygon tesselation library, ported from the tesselator in Silicon Graphics's reference
820
+ implementation of the OpenGL Utility Library (GLU), written primarily by Eric Veach while
821
+ at SGI.
822
+
823
+ SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
824
+ Copyright 2000, Silicon Graphics, Inc. All Rights Reserved.
825
+ Copyright 2012, Google Inc. All Rights Reserved.
826
+
827
+ Permission is hereby granted, free of charge, to any person obtaining a copy
828
+ of this software and associated documentation files (the "Software"), to
829
+ deal in the Software without restriction, including without limitation the
830
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
831
+ sell copies of the Software, and to permit persons to whom the Software is
832
+ furnished to do so, subject to the following conditions:
833
+
834
+ The above copyright notice including the dates of first publication and
835
+ either this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
836
+ shall be included in all copies or substantial portions of the Software.
837
+
838
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
839
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
840
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
841
+ SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
842
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
843
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
844
+
845
+ Except as contained in this notice, the name of Silicon Graphics, Inc. shall not
846
+ be used in advertising or otherwise to promote the sale, use or other dealings
847
+ in this Software without prior written authorization from Silicon Graphics, Inc.
848
+
849
+ Original Code. The Original Code is: OpenGL Sample Implementation,
850
+ Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
851
+ Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
852
+ Copyright in any portions created by third parties is as indicated
853
+ elsewhere herein. All Rights Reserved.
854
+
855
+ ----------------------------------------------------------------
856
+
857
+ geoscene/views/2d/unitBezier.js
858
+
859
+ Copyright (C) 2008 Apple Inc. All Rights Reserved.
860
+
861
+ Redistribution and use in source and binary forms, with or without
862
+ modification, are permitted provided that the following conditions
863
+ are met:
864
+ 1. Redistributions of source code must retain the above copyright
865
+ notice, this list of conditions and the following disclaimer.
866
+ 2. Redistributions in binary form must reproduce the above copyright
867
+ notice, this list of conditions and the following disclaimer in the
868
+ documentation and/or other materials provided with the distribution.
869
+
870
+ THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
871
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
872
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
873
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
874
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
875
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
876
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
877
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
878
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
879
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
880
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
881
+
882
+ -------------------------------------------------------------------------------
883
+
884
+ geoscene/views/3d/webgl-engine/lib/webglConstants.js
885
+
886
+ Contains constants from https://github.com/mattdesl/gl-constants
887
+
888
+ The MIT License (MIT) Copyright (c) 2015 Matt DesLauriers
889
+ Permission is hereby granted, free of charge, to any person obtaining a copy
890
+ of this software and associated documentation files (the "Software"), to
891
+ deal in the Software without restriction, including without limitation the
892
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
893
+ sell copies of the Software, and to permit persons to whom the Software is
894
+ furnished to do so, subject to the following conditions:
895
+
896
+ The above copyright notice and this permission notice shall be included in
897
+ all copies or substantial portions of the Software.
898
+
899
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
900
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
901
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
902
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
903
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
904
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
905
+ IN THE SOFTWARE.
906
+
907
+ --------------------------------------------------------------------------------
908
+
909
+ geoscene/layers/rasterFormats/Jpg.js
910
+
911
+ Extracted from pdf.js project.
912
+ pdf.js: A general-purpose, web standards-based platform for parsing and rendering PDFs.
913
+ https://github.com/mozilla/pdf.js
914
+ Version 0.8.0, April 10, 2015
915
+
916
+ Copyright 2014 Mozilla Foundation
917
+
918
+ Licensed under the Apache License, Version 2.0 (the 'License');
919
+ you may not use this file except in compliance with the License.
920
+ You may obtain a copy of the License at
921
+ http://www.apache.org/licenses/LICENSE-2.0
922
+ Unless required by applicable law or agreed to in writing, software
923
+ distributed under the License is distributed on an 'AS IS' BASIS,
924
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
925
+ See the License for the specific language governing permissions and
926
+ limitations under the License.
927
+ This code was forked from https://github.com/notmasteryet/jpgjs. The original
928
+ version was created by github user notmasteryet
929
+
930
+ --------------------------------------------------------------------------------
931
+
932
+ geoscene/layers/rasterFormats/Png.js
933
+
934
+ Extracted from png.js project
935
+ png.js: A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js.
936
+ https://github.com/devongovett/png.js
937
+ Version 0.1.1, April 10, 2015
938
+
939
+ MIT LICENSE
940
+ Copyright (c) 2011 Devon Govett
941
+
942
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
943
+ software and associated documentation files (the "Software"), to deal in the Software
944
+ without restriction, including without limitation the rights to use, copy, modify, merge,
945
+ publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
946
+ to whom the Software is furnished to do so, subject to the following conditions:
947
+
948
+ The above copyright notice and this permission notice shall be included in all copies or
949
+ substantial portions of the Software.
950
+
951
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
952
+ BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
953
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
954
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
955
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
956
+
957
+ --------------------------------------------------------------------------------------
958
+
959
+ geoscene/libs/sanitizer/Sanitizer.js
960
+
961
+ Built from https://github.com/Esri/arcgis-html-sanitizer
962
+
963
+ Licensed under the Apache License, Version 2.0 (the "License");
964
+ you may not use this file except in compliance with the License.
965
+ You may obtain a copy of the License at
966
+
967
+ http://www.apache.org/licenses/LICENSE-2.0
968
+
969
+ Unless required by applicable law or agreed to in writing, software
970
+ distributed under the License is distributed on an "AS IS" BASIS,
971
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
972
+ See the License for the specific language governing permissions and
973
+ limitations under the License.
974
+
975
+ --------
976
+
977
+ Lodash.isplainobject is a dependency for geoscene/libs/sanitizer/Sanitizer.js
978
+
979
+ The MIT License
980
+
981
+ Copyright JS Foundation and other contributors <https://js.foundation/>
982
+
983
+ Based on Underscore.js, copyright Jeremy Ashkenas,
984
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
985
+
986
+ This software consists of voluntary contributions made by many
987
+ individuals. For exact contribution history, see the revision history
988
+ available at https://github.com/lodash/lodash
989
+
990
+ The following license applies to all parts of this software except as
991
+ documented below:
992
+
993
+ ====
994
+
995
+ Permission is hereby granted, free of charge, to any person obtaining
996
+ a copy of this software and associated documentation files (the
997
+ "Software"), to deal in the Software without restriction, including
998
+ without limitation the rights to use, copy, modify, merge, publish,
999
+ distribute, sublicense, and/or sell copies of the Software, and to
1000
+ permit persons to whom the Software is furnished to do so, subject to
1001
+ the following conditions:
1002
+
1003
+ The above copyright notice and this permission notice shall be
1004
+ included in all copies or substantial portions of the Software.
1005
+
1006
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1007
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1008
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1009
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1010
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1011
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1012
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1013
+
1014
+ ====
1015
+
1016
+ Copyright and related rights for sample code are waived via CC0. Sample
1017
+ code is defined as all source code displayed within the prose of the
1018
+ documentation.
1019
+
1020
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1021
+
1022
+ -------
1023
+
1024
+ js-xss is a dependency for geoscene/libs/sanitizer/Sanitizer.js
1025
+
1026
+ Copyright (c) 2012-2018 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
1027
+ http://ucdok.com
1028
+
1029
+ The MIT License
1030
+
1031
+ Permission is hereby granted, free of charge, to any person obtaining
1032
+ a copy of this software and associated documentation files (the
1033
+ "Software"), to deal in the Software without restriction, including
1034
+ without limitation the rights to use, copy, modify, merge, publish,
1035
+ distribute, sublicense, and/or sell copies of the Software, and to
1036
+ permit persons to whom the Software is furnished to do so, subject to
1037
+ the following conditions:
1038
+
1039
+ The above copyright notice and this permission notice shall be
1040
+ included in all copies or substantial portions of the Software.
1041
+
1042
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1043
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1044
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1045
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1046
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1047
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1048
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1049
+
1050
+ -------------------------------------------------------------------------------
1051
+
1052
+ vaadin/
1053
+
1054
+ https://github.com/vaadin/web-components/tree/main/packages/grid
1055
+
1056
+ Copyright 2014-2021 Vaadin Ltd.
1057
+
1058
+ Licensed under the Apache License, Version 2.0 (the "License");
1059
+ you may not use this file except in compliance with the License.
1060
+ You may obtain a copy of the License at
1061
+
1062
+ http://www.apache.org/licenses/LICENSE-2.0
1063
+
1064
+ Unless required by applicable law or agreed to in writing, software
1065
+ distributed under the License is distributed on an "AS IS" BASIS,
1066
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1067
+ See the License for the specific language governing permissions and
1068
+ limitations under the License.
1069
+
1070
+ -------------------------------------------------------------------------------
1071
+
1072
+ geoscene/layers/rasterFormats/Zlib.js
1073
+
1074
+ Extracted from png.js project
1075
+ png.js: A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js.
1076
+ https://github.com/devongovett/png.js
1077
+ Version 0.1.1, April 10, 2015
1078
+
1079
+ Github user devongovett extracted zlib.js from pdf.js
1080
+ https://github.com/andreasgal/pdf.js
1081
+
1082
+ Copyright (c) 2011 Mozilla Foundation
1083
+
1084
+ Contributors: Andreas Gal <gal@mozilla.com>
1085
+ Chris G Jones <cjones@mozilla.com>
1086
+ Shaon Barman <shaon.barman@gmail.com>
1087
+ Vivien Nicolas <21@vingtetun.org>
1088
+ Justin D'Arcangelo <justindarc@gmail.com>
1089
+ Yury Delendik
1090
+
1091
+ Permission is hereby granted, free of charge, to any person obtaining a
1092
+ copy of this software and associated documentation files (the "Software"),
1093
+ to deal in the Software without restriction, including without limitation
1094
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
1095
+ and/or sell copies of the Software, and to permit persons to whom the
1096
+ Software is furnished to do so, subject to the following conditions:
1097
+
1098
+ The above copyright notice and this permission notice shall be included in
1099
+ all copies or substantial portions of the Software.
1100
+
1101
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1102
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1103
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1104
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1105
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1106
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1107
+ DEALINGS IN THE SOFTWARE.
1108
+
1109
+ -------------------------------------------------------------------------------
1110
+
1111
+ geoscene/views/3d/webgl-engine/lib/SmaaRenderPass.js
1112
+
1113
+ Excerpts from three.js (SMAA)
1114
+ https://github.com/mrdoob/three.js
1115
+
1116
+ The MIT License
1117
+
1118
+ Copyright © 2010-2016 three.js authors
1119
+
1120
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1121
+ of this software and associated documentation files (the "Software"), to deal
1122
+ in the Software without restriction, including without limitation the rights
1123
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1124
+ copies of the Software, and to permit persons to whom the Software is
1125
+ furnished to do so, subject to the following conditions:
1126
+
1127
+ The above copyright notice and this permission notice shall be included in
1128
+ all copies or substantial portions of the Software.
1129
+
1130
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1131
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1132
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1133
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1134
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1135
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1136
+ THE SOFTWARE.
1137
+
1138
+ Originally developed by
1139
+ https://github.com/iryoku/smaa
1140
+
1141
+ Copyright (C) 2013 Jorge Jimenez (jorge@iryoku.com)
1142
+ Copyright (C) 2013 Jose I. Echevarria (joseignacioechevarria@gmail.com)
1143
+ Copyright (C) 2013 Belen Masia (bmasia@unizar.es)
1144
+ Copyright (C) 2013 Fernando Navarro (fernandn@microsoft.com)
1145
+ Copyright (C) 2013 Diego Gutierrez (diegog@unizar.es)
1146
+
1147
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1148
+ this software and associated documentation files (the "Software"), to deal in
1149
+ the Software without restriction, including without limitation the rights to
1150
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1151
+ the Software, and to permit persons to whom the Software is furnished to do so,
1152
+ subject to the following conditions:
1153
+
1154
+ The above copyright notice and this permission notice shall be included in all
1155
+ copies or substantial portions of the Software. As clarification, there is no
1156
+ requirement that the copyright notice and permission be included in binary
1157
+ distributions of the Software.
1158
+
1159
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1160
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1161
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1162
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1163
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1164
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1165
+
1166
+ -------------------------------------------------------------------------------
1167
+
1168
+ geoscene/libs/ajv/ajv.bundle.js
1169
+
1170
+ ajv - version 6.12.4
1171
+ https://github.com/ajv-validator/ajv
1172
+
1173
+ The MIT License (MIT)
1174
+
1175
+ Copyright (c) 2015-2017 Evgeny Poberezkin
1176
+
1177
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1178
+ of this software and associated documentation files (the "Software"), to deal
1179
+ in the Software without restriction, including without limitation the rights
1180
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1181
+ copies of the Software, and to permit persons to whom the Software is
1182
+ furnished to do so, subject to the following conditions:
1183
+
1184
+ The above copyright notice and this permission notice shall be included in all
1185
+ copies or substantial portions of the Software.
1186
+
1187
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1188
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1189
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1190
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1191
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1192
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1193
+ SOFTWARE.
1194
+
1195
+ -------------------------------------------------------------------------------
1196
+
1197
+ geoscene/core/libs/rbush
1198
+ https://github.com/mourner/rbush
1199
+
1200
+ Copyright (c) 2016 Vladimir Agafonkin
1201
+
1202
+ MIT License
1203
+
1204
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1205
+ of this software and associated documentation files (the "Software"), to deal
1206
+ in the Software without restriction, including without limitation the rights
1207
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1208
+ copies of the Software, and to permit persons to whom the Software is
1209
+ furnished to do so, subject to the following conditions:
1210
+
1211
+ The above copyright notice and this permission notice shall be included in
1212
+ all copies or substantial portions of the Software.
1213
+
1214
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1215
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1216
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1217
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1218
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1219
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1220
+ THE SOFTWARE.
1221
+
1222
+ -------------------------------------------------------------------------------
1223
+
1224
+ geoscene/core/libs/quickselect
1225
+ https://www.npmjs.com/package/quickselect
1226
+ https://github.com/mourner/quickselect
1227
+
1228
+ Copyright (c) Vladimir Agafonkin
1229
+
1230
+ ISC License:
1231
+
1232
+ Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
1233
+ Copyright (c) 1995-2003 by Internet Software Consortium
1234
+
1235
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or
1236
+ without fee is hereby granted, provided that the above copyright notice and this permission
1237
+ notice appear in all copies.
1238
+
1239
+ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
1240
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE
1241
+ FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
1242
+ FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1243
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1244
+
1245
+ -------------------------------------------------------------------------------
1246
+
1247
+ geoscene/webscene/validator.js
1248
+
1249
+ Excerpts from JSON Editor
1250
+ https://github.com/josdejong/jsoneditor
1251
+
1252
+ Copyright (C) 2011-2017 Jos de Jong
1253
+
1254
+ Licensed under the Apache License, Version 2.0 (the "License");
1255
+ you may not use this file except in compliance with the License.
1256
+ You may obtain a copy of the License at
1257
+
1258
+ http://www.apache.org/licenses/LICENSE-2.0
1259
+
1260
+ Unless required by applicable law or agreed to in writing, software
1261
+ distributed under the License is distributed on an "AS IS" BASIS,
1262
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1263
+ See the License for the specific language governing permissions and
1264
+ limitations under the License.
1265
+
1266
+ -------------------------------------------------------------------------------
1267
+
1268
+ geoscene/views/webgl/lib/glsl-tokenizer
1269
+ https://github.com/glslify/glsl-tokenizer
1270
+
1271
+ Copyright (c) 2012-2017 glsl-tokenizer contributors
1272
+
1273
+ MIT License
1274
+
1275
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1276
+ of this software and associated documentation files (the "Software"), to deal
1277
+ in the Software without restriction, including without limitation the rights
1278
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1279
+ copies of the Software, and to permit persons to whom the Software is
1280
+ furnished to do so, subject to the following conditions:
1281
+
1282
+ The above copyright notice and this permission notice shall be included in
1283
+ all copies or substantial portions of the Software.
1284
+
1285
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1286
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1287
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1288
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1289
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1290
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1291
+ THE SOFTWARE.
1292
+
1293
+ -------------------------------------------------------------------------------
1294
+
1295
+ geoscene/views/3d/support/dito
1296
+ http://gameenginegems.com/geg2.php
1297
+
1298
+ Copyright 2011 Thomas Larsson and Linus Kallberg (C++ implementation).
1299
+ All rights reserved.
1300
+
1301
+ Redistribution and use in source and binary forms, with or without modification, are
1302
+ permitted provided that the following conditions are met:
1303
+
1304
+ 1. Redistributions of source code must retain the above copyright notice, this list of
1305
+ conditions and the following disclaimer.
1306
+
1307
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list
1308
+ of conditions and the following disclaimer in the documentation and/or other materials
1309
+ provided with the distribution.
1310
+
1311
+ THIS SOFTWARE IS PROVIDED BY THOMAS LARSSON AND LINUS KALLBERG ``AS IS'' AND ANY EXPRESS
1312
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
1313
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THOMAS LARSSON, LINUS
1314
+ KALLBERG, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1315
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1316
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1317
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1318
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
1319
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1320
+
1321
+ -------------------------------------------------------------------------------
1322
+
1323
+ geoscene/views/2d/engine/webgl/SDFConverter (TinySDF Fork)
1324
+ https://github.com/mapbox/tiny-sdf
1325
+
1326
+ Copyright © 2016-2017 Mapbox, Inc.
1327
+ This code available under the terms of the BSD 2-Clause license.
1328
+
1329
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1330
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1331
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1332
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1333
+
1334
+ -------------------------------------------------------------------------------
1335
+
1336
+ geoscene/core/BidiEngine.ts
1337
+ geoscene/core/bidiEngineTables.ts
1338
+
1339
+ https://github.com/dojo/dojox/blob/master/string/BidiEngine.js
1340
+
1341
+ Dojo Toolkit, Copyright (c) 2005-2018, The JS Foundation. All rights reserved.
1342
+ Dojo Toolkit License, Copyright (C) 2003-2004 Lawrence E. Rosen
1343
+ Available via Academic Free License version 2.1 OR the New BSD license.
1344
+ See: http://dojotoolkit.org/license and https://github.com/dojo/dojox/blob/master/LICENSE for details
1345
+
1346
+ -------------------------------------------------------------------------------
1347
+
1348
+ geoscene/libs/i3s
1349
+
1350
+ Built from https://github.com/google/draco
1351
+
1352
+ Draco is a library for compressing and decompressing 3D geometric meshes and point clouds.
1353
+ It is intended to improve the storage and transmission of 3D graphics.
1354
+
1355
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
1356
+ except in compliance with the License. You may obtain a copy of the License at
1357
+
1358
+ http://www.apache.org/licenses/LICENSE-2.0
1359
+
1360
+ Unless required by applicable law or agreed to in writing, software distributed under the
1361
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
1362
+ either express or implied. See the License for the specific language governing permissions
1363
+ and limitations under the License.
1364
+
1365
+ --------------------------------------------------------------------------------------
1366
+
1367
+ geoscene/libs/i3s
1368
+
1369
+ https://github.com/microsoft/DirectXMath
1370
+
1371
+ Copyright (c) Microsoft Corporation. All rights reserved.
1372
+
1373
+ MIT License
1374
+
1375
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
1376
+ software and associated documentation files (the "Software"), to deal in the Software
1377
+ without restriction, including without limitation the rights to use, copy, modify,
1378
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
1379
+ permit persons to whom the Software is furnished to do so, subject to the following
1380
+ conditions:
1381
+
1382
+ The above copyright notice and this permission notice shall be included in all copies
1383
+ or substantial portions of the Software.
1384
+
1385
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
1386
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1387
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1388
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1389
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
1390
+ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1391
+
1392
+ -------------------------------------------------------------------------------
1393
+
1394
+ geoscene/libs/i3s
1395
+
1396
+ RapidJSON
1397
+ https://github.com/Tencent/rapidjson/
1398
+
1399
+ Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
1400
+
1401
+ MIT License
1402
+
1403
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
1404
+ software and associated documentation files (the "Software"), to deal in the Software
1405
+ without restriction, including without limitation the rights to use, copy, modify,
1406
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
1407
+ permit persons to whom the Software is furnished to do so, subject to the following
1408
+ conditions:
1409
+
1410
+ The above copyright notice and this permission notice shall be included in all copies
1411
+ or substantial portions of the Software.
1412
+
1413
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
1414
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1415
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1416
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1417
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
1418
+ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1419
+
1420
+ -------------------------------------------------------------------------------
1421
+
1422
+ geoscene/libs/i3s
1423
+
1424
+ The msinttypes r29
1425
+ Copyright (c) 2006-2013 Alexander Chemeris
1426
+ All rights reserved.
1427
+
1428
+ Redistribution and use in source and binary forms, with or without modification, are
1429
+ permitted provided that the following conditions are met:
1430
+
1431
+ * Redistributions of source code must retain the above copyright notice, this list of
1432
+ conditions and the following disclaimer.
1433
+ * Redistributions in binary form must reproduce the above copyright notice, this list
1434
+ of conditions and the following disclaimer in the documentation and/or other materials
1435
+ provided with the distribution.
1436
+ * Neither the name of copyright holder nor the names of its contributors may be used
1437
+ to endorse or promote products derived from this software without specific prior
1438
+ written permission.
1439
+
1440
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
1441
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1442
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
1443
+ THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1444
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1445
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1446
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
1447
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1448
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1449
+
1450
+ -------------------------------------------------------------------------------
1451
+
1452
+ geoscene/libs/basisu
1453
+
1454
+ Basis Universal GPU Texture Codec
1455
+ https://github.com/BinomialLLC/basis_universal
1456
+
1457
+ Copyright 2019-2020 Binomial LLC
1458
+
1459
+ Licensed under the Apache License, Version 2.0 (the "License");
1460
+ you may not use this file except in compliance with the License.
1461
+ You may obtain a copy of the License at
1462
+
1463
+ http://www.apache.org/licenses/LICENSE-2.0
1464
+
1465
+ Unless required by applicable law or agreed to in writing, software
1466
+ distributed under the License is distributed on an "AS IS" BASIS,
1467
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1468
+ See the License for the specific llanguage governing permissions and
1469
+ limitations under the License.
1470
+
1471
+ -------------------------------------------------------------------------------
1472
+
1473
+ geoscene/intl/duration.ts
1474
+
1475
+ HumanizeDuration
1476
+ https://github.com/EvanHahn/HumanizeDuration.js
1477
+
1478
+ This is free and unencumbered software released into the public domain.
1479
+
1480
+ Anyone is free to copy, modify, publish, use, compile, sell, or
1481
+ distribute this software, either in source code form or as a compiled
1482
+ binary, for any purpose, commercial or non-commercial, and by any
1483
+ means.
1484
+
1485
+ In jurisdictions that recognize copyright laws, the author or authors
1486
+ of this software dedicate any and all copyright interest in the
1487
+ software to the public domain. We make this dedication for the benefit
1488
+ of the public at large and to the detriment of our heirs and
1489
+ successors. We intend this dedication to be an overt act of
1490
+ relinquishment in perpetuity of all present and future rights to this
1491
+ software under copyright law.
1492
+
1493
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1494
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1495
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1496
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1497
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1498
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1499
+ OTHER DEALINGS IN THE SOFTWARE.
1500
+
1501
+ For more information, please refer to <https://unlicense.org/>
1502
+
1503
+ -------------------------------------------------------------------------------
1504
+
1505
+ geoscene/views/3d/environment/NoiseTextureAtlas.glsl.ts
1506
+
1507
+ OpenGL Mathematics
1508
+ https://github.com/g-truc/glm
1509
+
1510
+ Copyright (c) 2005 - G-Truc Creation
1511
+
1512
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1513
+ of this software and associated documentation files (the "Software"), to deal
1514
+ in the Software without restriction, including without limitation the rights
1515
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1516
+ copies of the Software, and to permit persons to whom the Software is
1517
+ furnished to do so, subject to the following conditions:
1518
+
1519
+ The above copyright notice and this permission notice shall be included in
1520
+ all copies or substantial portions of the Software.
1521
+
1522
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1523
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1524
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1525
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1526
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1527
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1528
+ THE SOFTWARE.
1529
+
1530
+ -------------------------------------------------------------------------------
1531
+
1532
+ geoscene/support/zipUtils.ts
1533
+
1534
+ zip.js
1535
+ https://github.com/gildas-lormeau/zip.js
1536
+
1537
+ BSD-3-Clause license
1538
+ Copyright (c) 2022 Gildas Lormeau. All rights reserved.
1539
+
1540
+ Redistribution and use in source and binary forms, with or without
1541
+ modification, are permitted provided that the following conditions are met:
1542
+
1543
+ 1. Redistributions of source code must retain the above copyright notice,
1544
+ this list of conditions and the following disclaimer.
1545
+
1546
+ 2. Redistributions in binary form must reproduce the above copyright
1547
+ notice, this list of conditions and the following disclaimer in
1548
+ the documentation and/or other materials provided with the distribution.
1549
+
1550
+ 3. The names of the authors may not be used to endorse or promote products
1551
+ derived from this software without specific prior written permission.
1552
+
1553
+ THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
1554
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1555
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,
1556
+ INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
1557
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1558
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
1559
+ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1560
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1561
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
1562
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1563
+
1564
+ -----------------------------------------------------------------
1565
+
1566
+ lit/
1567
+
1568
+ https://github.com/lit/lit
1569
+
1570
+ BSD 3-Clause License
1571
+
1572
+ Copyright (c) 2017 Google LLC. All rights reserved.
1573
+
1574
+ Redistribution and use in source and binary forms, with or without
1575
+ modification, are permitted provided that the following conditions are met:
1576
+
1577
+ 1. Redistributions of source code must retain the above copyright notice, this
1578
+ list of conditions and the following disclaimer.
1579
+
1580
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1581
+ this list of conditions and the following disclaimer in the documentation
1582
+ and/or other materials provided with the distribution.
1583
+
1584
+ 3. Neither the name of the copyright holder nor the names of its
1585
+ contributors may be used to endorse or promote products derived from
1586
+ this software without specific prior written permission.
1587
+
1588
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1589
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1590
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1591
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1592
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1593
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1594
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1595
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1596
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1597
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1598
+
1599
+ -----------------------------------------------------------------
1600
+
1601
+ monaco-editor/
1602
+
1603
+ https://github.com/microsoft/monaco-editor
1604
+
1605
+ The MIT License (MIT)
1606
+
1607
+ Copyright (c) 2016 - present Microsoft Corporation
1608
+
1609
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1610
+ of this software and associated documentation files (the "Software"), to deal
1611
+ in the Software without restriction, including without limitation the rights
1612
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1613
+ copies of the Software, and to permit persons to whom the Software is
1614
+ furnished to do so, subject to the following conditions:
1615
+
1616
+ The above copyright notice and this permission notice shall be included in all
1617
+ copies or substantial portions of the Software.
1618
+
1619
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1620
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1621
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1622
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1623
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1624
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1625
+ SOFTWARE.
1626
+
1627
+
1628
+ -----------------------------------------------------------------
1629
+
1630
+ float16/
1631
+
1632
+ https://github.com/petamoriken/float16
1633
+
1634
+ MIT License
1635
+
1636
+ Copyright (c) 2017-2025 Kenta Moriuchi
1637
+
1638
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1639
+ of this software and associated documentation files (the "Software"), to deal
1640
+ in the Software without restriction, including without limitation the rights
1641
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1642
+ copies of the Software, and to permit persons to whom the Software is
1643
+ furnished to do so, subject to the following conditions:
1644
+
1645
+ The above copyright notice and this permission notice shall be included in all
1646
+ copies or substantial portions of the Software.
1647
+
1648
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1649
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1650
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1651
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1652
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1653
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1654
+ SOFTWARE.