@signalk/freeboard-sk 2.23.0 → 2.24.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +1 -1
- package/public/3rdpartylicenses.txt +670 -670
- package/public/assets/help/img/command-radar.svg +3 -0
- package/public/assets/help/index.html +37 -11
- package/public/assets/img/poi/dive-site.svg +20 -0
- package/public/assets/img/waypoints/waypoint.svg +114 -0
- package/public/chunk-57OGK3K6.js +1 -0
- package/public/chunk-A7QJNGJ7.js +80 -0
- package/public/chunk-AZGA6QFQ.js +1 -0
- package/public/chunk-DT3KOU7O.js +2 -0
- package/public/chunk-KII72BJM.js +1 -0
- package/public/chunk-PVMR7EP7.js +135 -0
- package/public/chunk-QI5ICQLG.js +13 -0
- package/public/chunk-QPQHN5VS.js +22 -0
- package/public/chunk-TLBNKF2R.js +1 -0
- package/public/chunk-TQPGRJVE.js +19 -0
- package/public/chunk-V6RYVIHA.js +1 -0
- package/public/chunk-WDCDO7ZN.js +1 -0
- package/public/chunk-WIUBUSFZ.js +1 -0
- package/public/index.html +2 -2
- package/public/main-CDKOXZZ2.js +11 -0
- package/public/{styles-ISYGHQ6F.css → styles-N7HVRSAT.css} +1 -1
- package/public/{worker-XLDLGEWQ.js → worker-7GKP5VP4.js} +4 -4
- package/public/{worker-V6HMSEDU.js → worker-PVLEZAQQ.js} +4 -4
- package/public/main-YHMZXR5G.js +0 -264
- package/public/worker-JWBESAJK.js +0 -10
|
@@ -1,4 +1,95 @@
|
|
|
1
1
|
|
|
2
|
+
--------------------------------------------------------------------------------
|
|
3
|
+
Package: lerc
|
|
4
|
+
License: "Apache-2.0"
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
--------------------------------------------------------------------------------
|
|
8
|
+
Package: geotiff
|
|
9
|
+
License: "MIT"
|
|
10
|
+
|
|
11
|
+
The MIT License (MIT)
|
|
12
|
+
|
|
13
|
+
Copyright (c) 2015 EOX IT Services GmbH
|
|
14
|
+
|
|
15
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
16
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
17
|
+
in the Software without restriction, including without limitation the rights
|
|
18
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
20
|
+
furnished to do so, subject to the following conditions:
|
|
21
|
+
|
|
22
|
+
The above copyright notice and this permission notice shall be included in all
|
|
23
|
+
copies or substantial portions of the Software.
|
|
24
|
+
|
|
25
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
26
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31
|
+
SOFTWARE.
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
--------------------------------------------------------------------------------
|
|
35
|
+
Package: zstddec
|
|
36
|
+
License: "MIT AND BSD-3-Clause"
|
|
37
|
+
|
|
38
|
+
The MIT License (MIT)
|
|
39
|
+
|
|
40
|
+
Copyright (c) 2020 Don McCurdy
|
|
41
|
+
|
|
42
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
43
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
44
|
+
in the Software without restriction, including without limitation the rights
|
|
45
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
46
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
47
|
+
furnished to do so, subject to the following conditions:
|
|
48
|
+
|
|
49
|
+
The above copyright notice and this permission notice shall be included in all
|
|
50
|
+
copies or substantial portions of the Software.
|
|
51
|
+
|
|
52
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
53
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
54
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
55
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
56
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
57
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
58
|
+
SOFTWARE.
|
|
59
|
+
|
|
60
|
+
***
|
|
61
|
+
|
|
62
|
+
BSD License
|
|
63
|
+
|
|
64
|
+
For Zstandard software
|
|
65
|
+
|
|
66
|
+
Copyright (c) 2016-present, Yann Collet, Facebook, Inc. All rights reserved.
|
|
67
|
+
|
|
68
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
69
|
+
are permitted provided that the following conditions are met:
|
|
70
|
+
|
|
71
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
72
|
+
list of conditions and the following disclaimer.
|
|
73
|
+
|
|
74
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
75
|
+
this list of conditions and the following disclaimer in the documentation
|
|
76
|
+
and/or other materials provided with the distribution.
|
|
77
|
+
|
|
78
|
+
* Neither the name Facebook nor the names of its contributors may be used to
|
|
79
|
+
endorse or promote products derived from this software without specific
|
|
80
|
+
prior written permission.
|
|
81
|
+
|
|
82
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
83
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
84
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
85
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
86
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
87
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
88
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
89
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
90
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
91
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
92
|
+
|
|
2
93
|
--------------------------------------------------------------------------------
|
|
3
94
|
Package: web-worker
|
|
4
95
|
License: "Apache-2.0"
|
|
@@ -205,39 +296,32 @@ License: "Apache-2.0"
|
|
|
205
296
|
See the License for the specific language governing permissions and
|
|
206
297
|
limitations under the License.
|
|
207
298
|
--------------------------------------------------------------------------------
|
|
208
|
-
Package:
|
|
209
|
-
License: "
|
|
210
|
-
|
|
211
|
-
The MIT License (MIT)
|
|
212
|
-
|
|
213
|
-
Copyright (c) 2015 EOX IT Services GmbH
|
|
299
|
+
Package: semver
|
|
300
|
+
License: "ISC"
|
|
214
301
|
|
|
215
|
-
|
|
216
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
217
|
-
in the Software without restriction, including without limitation the rights
|
|
218
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
219
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
220
|
-
furnished to do so, subject to the following conditions:
|
|
302
|
+
The ISC License
|
|
221
303
|
|
|
222
|
-
|
|
223
|
-
copies or substantial portions of the Software.
|
|
304
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
224
305
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
229
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
230
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
231
|
-
SOFTWARE.
|
|
306
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
307
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
308
|
+
copyright notice and this permission notice appear in all copies.
|
|
232
309
|
|
|
310
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
311
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
312
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
313
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
314
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
315
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
316
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
233
317
|
|
|
234
318
|
--------------------------------------------------------------------------------
|
|
235
|
-
Package:
|
|
319
|
+
Package: @angular/material
|
|
236
320
|
License: "MIT"
|
|
237
321
|
|
|
238
|
-
MIT License
|
|
322
|
+
The MIT License
|
|
239
323
|
|
|
240
|
-
Copyright (c)
|
|
324
|
+
Copyright (c) 2025 Google LLC.
|
|
241
325
|
|
|
242
326
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
243
327
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -246,22 +330,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
246
330
|
copies of the Software, and to permit persons to whom the Software is
|
|
247
331
|
furnished to do so, subject to the following conditions:
|
|
248
332
|
|
|
249
|
-
The above copyright notice and this permission notice shall be included in
|
|
250
|
-
copies or substantial portions of the Software.
|
|
333
|
+
The above copyright notice and this permission notice shall be included in
|
|
334
|
+
all copies or substantial portions of the Software.
|
|
251
335
|
|
|
252
336
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
253
337
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
254
338
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
255
339
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
256
340
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
257
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
258
|
-
SOFTWARE.
|
|
341
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
342
|
+
THE SOFTWARE.
|
|
259
343
|
|
|
260
344
|
--------------------------------------------------------------------------------
|
|
261
|
-
Package:
|
|
345
|
+
Package: geolib
|
|
262
346
|
License: "MIT"
|
|
263
347
|
|
|
264
|
-
|
|
348
|
+
MIT License
|
|
349
|
+
|
|
350
|
+
Copyright (c) 2018 Manuel Bieh
|
|
265
351
|
|
|
266
352
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
267
353
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -580,6 +666,41 @@ Package: timers
|
|
|
580
666
|
License: "MIT"
|
|
581
667
|
|
|
582
668
|
|
|
669
|
+
--------------------------------------------------------------------------------
|
|
670
|
+
Package: simplify-ts
|
|
671
|
+
License: "MIT"
|
|
672
|
+
|
|
673
|
+
Copyright 2017 James Allen
|
|
674
|
+
|
|
675
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
676
|
+
|
|
677
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
678
|
+
|
|
679
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
680
|
+
--------------------------------------------------------------------------------
|
|
681
|
+
Package: ngeohash
|
|
682
|
+
License: "MIT"
|
|
683
|
+
|
|
684
|
+
The MIT License (MIT)
|
|
685
|
+
|
|
686
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
687
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
688
|
+
in the Software without restriction, including without limitation the rights
|
|
689
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
690
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
691
|
+
furnished to do so, subject to the following conditions:
|
|
692
|
+
|
|
693
|
+
The above copyright notice and this permission notice shall be included in all
|
|
694
|
+
copies or substantial portions of the Software.
|
|
695
|
+
|
|
696
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
697
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
698
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
699
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
700
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
701
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
702
|
+
SOFTWARE.
|
|
703
|
+
|
|
583
704
|
--------------------------------------------------------------------------------
|
|
584
705
|
Package: extend
|
|
585
706
|
License: "MIT"
|
|
@@ -609,43 +730,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
609
730
|
|
|
610
731
|
|
|
611
732
|
--------------------------------------------------------------------------------
|
|
612
|
-
Package:
|
|
613
|
-
License: "MIT"
|
|
614
|
-
|
|
615
|
-
Copyright 2017 James Allen
|
|
616
|
-
|
|
617
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
618
|
-
|
|
619
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
620
|
-
|
|
621
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
622
|
-
--------------------------------------------------------------------------------
|
|
623
|
-
Package: semver
|
|
624
|
-
License: "ISC"
|
|
625
|
-
|
|
626
|
-
The ISC License
|
|
627
|
-
|
|
628
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
629
|
-
|
|
630
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
631
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
632
|
-
copyright notice and this permission notice appear in all copies.
|
|
633
|
-
|
|
634
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
635
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
636
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
637
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
638
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
639
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
640
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
641
|
-
|
|
642
|
-
--------------------------------------------------------------------------------
|
|
643
|
-
Package: @angular/core
|
|
733
|
+
Package: @angular/cdk
|
|
644
734
|
License: "MIT"
|
|
645
735
|
|
|
646
736
|
The MIT License
|
|
647
737
|
|
|
648
|
-
Copyright (c)
|
|
738
|
+
Copyright (c) 2025 Google LLC.
|
|
649
739
|
|
|
650
740
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
651
741
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -666,261 +756,261 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
666
756
|
THE SOFTWARE.
|
|
667
757
|
|
|
668
758
|
--------------------------------------------------------------------------------
|
|
669
|
-
Package:
|
|
670
|
-
License: "
|
|
759
|
+
Package: ol
|
|
760
|
+
License: "BSD-2-Clause"
|
|
671
761
|
|
|
672
|
-
|
|
673
|
-
Version 2.0, January 2004
|
|
674
|
-
http://www.apache.org/licenses/
|
|
762
|
+
BSD 2-Clause License
|
|
675
763
|
|
|
676
|
-
|
|
764
|
+
Copyright 2005-present, OpenLayers Contributors
|
|
765
|
+
All rights reserved.
|
|
677
766
|
|
|
678
|
-
|
|
767
|
+
Redistribution and use in source and binary forms, with or without
|
|
768
|
+
modification, are permitted provided that the following conditions are met:
|
|
679
769
|
|
|
680
|
-
|
|
681
|
-
|
|
770
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
771
|
+
list of conditions and the following disclaimer.
|
|
682
772
|
|
|
683
|
-
|
|
684
|
-
|
|
773
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
774
|
+
this list of conditions and the following disclaimer in the documentation
|
|
775
|
+
and/or other materials provided with the distribution.
|
|
685
776
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
777
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
778
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
779
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
780
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
781
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
782
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
783
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
784
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
785
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
786
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
693
787
|
|
|
694
|
-
|
|
695
|
-
|
|
788
|
+
--------------------------------------------------------------------------------
|
|
789
|
+
Package: quickselect
|
|
790
|
+
License: "ISC"
|
|
696
791
|
|
|
697
|
-
|
|
698
|
-
including but not limited to software source code, documentation
|
|
699
|
-
source, and configuration files.
|
|
792
|
+
ISC License
|
|
700
793
|
|
|
701
|
-
|
|
702
|
-
transformation or translation of a Source form, including but
|
|
703
|
-
not limited to compiled object code, generated documentation,
|
|
704
|
-
and conversions to other media types.
|
|
794
|
+
Copyright (c) 2024, Vladimir Agafonkin
|
|
705
795
|
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
(an example is provided in the Appendix below).
|
|
796
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
797
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
798
|
+
and this permission notice appear in all copies.
|
|
710
799
|
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
800
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
801
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
802
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
803
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
804
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
805
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
806
|
+
THIS SOFTWARE.
|
|
718
807
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
723
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
724
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
725
|
-
means any form of electronic, verbal, or written communication sent
|
|
726
|
-
to the Licensor or its representatives, including but not limited to
|
|
727
|
-
communication on electronic mailing lists, source code control systems,
|
|
728
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
729
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
730
|
-
excluding communication that is conspicuously marked or otherwise
|
|
731
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
808
|
+
--------------------------------------------------------------------------------
|
|
809
|
+
Package: rbush
|
|
810
|
+
License: "MIT"
|
|
732
811
|
|
|
733
|
-
|
|
734
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
735
|
-
subsequently incorporated within the Work.
|
|
812
|
+
MIT License
|
|
736
813
|
|
|
737
|
-
|
|
738
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
739
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
740
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
741
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
742
|
-
Work and such Derivative Works in Source or Object form.
|
|
814
|
+
Copyright (c) 2024 Volodymyr Agafonkin
|
|
743
815
|
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
by such Contributor that are necessarily infringed by their
|
|
751
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
752
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
753
|
-
institute patent litigation against any entity (including a
|
|
754
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
755
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
756
|
-
or contributory patent infringement, then any patent licenses
|
|
757
|
-
granted to You under this License for that Work shall terminate
|
|
758
|
-
as of the date such litigation is filed.
|
|
816
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
817
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
818
|
+
in the Software without restriction, including without limitation the rights
|
|
819
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
820
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
821
|
+
furnished to do so, subject to the following conditions:
|
|
759
822
|
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
modifications, and in Source or Object form, provided that You
|
|
763
|
-
meet the following conditions:
|
|
823
|
+
The above copyright notice and this permission notice shall be included in
|
|
824
|
+
all copies or substantial portions of the Software.
|
|
764
825
|
|
|
765
|
-
|
|
766
|
-
|
|
826
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
827
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
828
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
829
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
830
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
831
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
832
|
+
THE SOFTWARE.
|
|
767
833
|
|
|
768
|
-
|
|
769
|
-
|
|
834
|
+
--------------------------------------------------------------------------------
|
|
835
|
+
Package: proj4
|
|
836
|
+
License: "MIT"
|
|
770
837
|
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
838
|
+
## Proj4js -- Javascript reprojection library.
|
|
839
|
+
|
|
840
|
+
Authors:
|
|
841
|
+
- Mike Adair madairATdmsolutions.ca
|
|
842
|
+
- Richard Greenwood richATgreenwoodmap.com
|
|
843
|
+
- Didier Richard didier.richardATign.fr
|
|
844
|
+
- Stephen Irons stephen.ironsATclear.net.nz
|
|
845
|
+
- Olivier Terral oterralATgmail.com
|
|
846
|
+
- Calvin Metcalf cmetcalfATappgeo.com
|
|
776
847
|
|
|
777
|
-
|
|
778
|
-
distribution, then any Derivative Works that You distribute must
|
|
779
|
-
include a readable copy of the attribution notices contained
|
|
780
|
-
within such NOTICE file, excluding those notices that do not
|
|
781
|
-
pertain to any part of the Derivative Works, in at least one
|
|
782
|
-
of the following places: within a NOTICE text file distributed
|
|
783
|
-
as part of the Derivative Works; within the Source form or
|
|
784
|
-
documentation, if provided along with the Derivative Works; or,
|
|
785
|
-
within a display generated by the Derivative Works, if and
|
|
786
|
-
wherever such third-party notices normally appear. The contents
|
|
787
|
-
of the NOTICE file are for informational purposes only and
|
|
788
|
-
do not modify the License. You may add Your own attribution
|
|
789
|
-
notices within Derivative Works that You distribute, alongside
|
|
790
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
791
|
-
that such additional attribution notices cannot be construed
|
|
792
|
-
as modifying the License.
|
|
848
|
+
Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
|
|
793
849
|
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
850
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
851
|
+
copy of this software and associated documentation files (the "Software"),
|
|
852
|
+
to deal in the Software without restriction, including without limitation
|
|
853
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
854
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
855
|
+
Software is furnished to do so, subject to the following conditions:
|
|
800
856
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
804
|
-
this License, without any additional terms or conditions.
|
|
805
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
806
|
-
the terms of any separate license agreement you may have executed
|
|
807
|
-
with Licensor regarding such Contributions.
|
|
857
|
+
The above copyright notice and this permission notice shall be included
|
|
858
|
+
in all copies or substantial portions of the Software.
|
|
808
859
|
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
860
|
+
_THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
861
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
862
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
863
|
+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
864
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
865
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
866
|
+
DEALINGS IN THE SOFTWARE._
|
|
813
867
|
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
818
|
-
implied, including, without limitation, any warranties or conditions
|
|
819
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
820
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
821
|
-
appropriateness of using or redistributing the Work and assume any
|
|
822
|
-
risks associated with Your exercise of permissions under this License.
|
|
868
|
+
--------------------------------------------------------------------------------
|
|
869
|
+
Package: wkt-parser
|
|
870
|
+
License: "MIT"
|
|
823
871
|
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
other commercial damages or losses), even if such Contributor
|
|
834
|
-
has been advised of the possibility of such damages.
|
|
872
|
+
## Proj4js -- Javascript reprojection library.
|
|
873
|
+
|
|
874
|
+
Authors:
|
|
875
|
+
- Mike Adair madairATdmsolutions.ca
|
|
876
|
+
- Richard Greenwood richATgreenwoodmap.com
|
|
877
|
+
- Didier Richard didier.richardATign.fr
|
|
878
|
+
- Stephen Irons stephen.ironsATclear.net.nz
|
|
879
|
+
- Olivier Terral oterralATgmail.com
|
|
880
|
+
- Calvin Metcalf cmetcalfATappgeo.com
|
|
835
881
|
|
|
836
|
-
|
|
837
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
838
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
839
|
-
or other liability obligations and/or rights consistent with this
|
|
840
|
-
License. However, in accepting such obligations, You may act only
|
|
841
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
842
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
843
|
-
defend, and hold each Contributor harmless for any liability
|
|
844
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
845
|
-
of your accepting any such warranty or additional liability.
|
|
882
|
+
Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
|
|
846
883
|
|
|
847
|
-
|
|
884
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
885
|
+
copy of this software and associated documentation files (the "Software"),
|
|
886
|
+
to deal in the Software without restriction, including without limitation
|
|
887
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
888
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
889
|
+
Software is furnished to do so, subject to the following conditions:
|
|
848
890
|
|
|
849
|
-
|
|
891
|
+
The above copyright notice and this permission notice shall be included
|
|
892
|
+
in all copies or substantial portions of the Software.
|
|
850
893
|
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
identification within third-party archives.
|
|
894
|
+
_THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
895
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
896
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
897
|
+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
898
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
899
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
900
|
+
DEALINGS IN THE SOFTWARE._
|
|
859
901
|
|
|
860
|
-
|
|
902
|
+
--------------------------------------------------------------------------------
|
|
903
|
+
Package: mgrs
|
|
904
|
+
License: "MIT"
|
|
861
905
|
|
|
862
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
863
|
-
you may not use this file except in compliance with the License.
|
|
864
|
-
You may obtain a copy of the License at
|
|
865
906
|
|
|
866
|
-
|
|
907
|
+
--------------------------------------------------------------------------------
|
|
908
|
+
Package: pmtiles
|
|
909
|
+
License: "BSD-3-Clause"
|
|
867
910
|
|
|
868
|
-
Unless required by applicable law or agreed to in writing, software
|
|
869
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
870
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
871
|
-
See the License for the specific language governing permissions and
|
|
872
|
-
limitations under the License.
|
|
873
|
-
|
|
874
911
|
|
|
875
912
|
--------------------------------------------------------------------------------
|
|
876
|
-
Package:
|
|
877
|
-
License: "
|
|
913
|
+
Package: pbf
|
|
914
|
+
License: "BSD-3-Clause"
|
|
915
|
+
|
|
916
|
+
Copyright (c) 2024, Mapbox
|
|
917
|
+
All rights reserved.
|
|
918
|
+
|
|
919
|
+
Redistribution and use in source and binary forms, with or without
|
|
920
|
+
modification, are permitted provided that the following conditions are met:
|
|
921
|
+
|
|
922
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
923
|
+
list of conditions and the following disclaimer.
|
|
924
|
+
|
|
925
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
926
|
+
this list of conditions and the following disclaimer in the documentation
|
|
927
|
+
and/or other materials provided with the distribution.
|
|
928
|
+
|
|
929
|
+
* Neither the name of pbf nor the names of its
|
|
930
|
+
contributors may be used to endorse or promote products derived from
|
|
931
|
+
this software without specific prior written permission.
|
|
932
|
+
|
|
933
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
934
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
935
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
936
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
937
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
938
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
939
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
940
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
941
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
942
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
943
|
+
|
|
944
|
+
--------------------------------------------------------------------------------
|
|
945
|
+
Package: @maplibre/maplibre-gl-style-spec
|
|
946
|
+
License: "ISC"
|
|
947
|
+
|
|
948
|
+
Copyright (c) 2020, MapLibre contributors
|
|
949
|
+
|
|
950
|
+
All rights reserved.
|
|
951
|
+
|
|
952
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
953
|
+
are permitted provided that the following conditions are met:
|
|
954
|
+
|
|
955
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
956
|
+
this list of conditions and the following disclaimer.
|
|
957
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
958
|
+
this list of conditions and the following disclaimer in the documentation
|
|
959
|
+
and/or other materials provided with the distribution.
|
|
960
|
+
* Neither the name of MapLibre GL JS nor the names of its contributors
|
|
961
|
+
may be used to endorse or promote products derived from this software
|
|
962
|
+
without specific prior written permission.
|
|
963
|
+
|
|
964
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
965
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
966
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
967
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
968
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
969
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
970
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
971
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
972
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
973
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
974
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
975
|
+
|
|
878
976
|
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
882
|
-
purpose with or without fee is hereby granted.
|
|
883
|
-
|
|
884
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
885
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
886
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
887
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
888
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
889
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
890
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
891
|
-
--------------------------------------------------------------------------------
|
|
892
|
-
Package: @angular/common
|
|
893
|
-
License: "MIT"
|
|
977
|
+
-------------------------------------------------------------------------------
|
|
894
978
|
|
|
895
|
-
|
|
979
|
+
Contains code from mapbox-gl-js v1.13 and earlier
|
|
896
980
|
|
|
897
|
-
|
|
981
|
+
Version v1.13 of mapbox-gl-js and earlier are licensed under a BSD-3-Clause license
|
|
898
982
|
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
903
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
904
|
-
furnished to do so, subject to the following conditions:
|
|
983
|
+
Copyright (c) 2020, Mapbox
|
|
984
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
985
|
+
are permitted provided that the following conditions are met:
|
|
905
986
|
|
|
906
|
-
|
|
907
|
-
|
|
987
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
988
|
+
this list of conditions and the following disclaimer.
|
|
989
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
990
|
+
this list of conditions and the following disclaimer in the documentation
|
|
991
|
+
and/or other materials provided with the distribution.
|
|
992
|
+
* Neither the name of Mapbox GL JS nor the names of its contributors
|
|
993
|
+
may be used to endorse or promote products derived from this software
|
|
994
|
+
without specific prior written permission.
|
|
908
995
|
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
996
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
997
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
998
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
999
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
1000
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
1001
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
1002
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
1003
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
1004
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
1005
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
1006
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
916
1007
|
|
|
917
|
-
--------------------------------------------------------------------------------
|
|
918
|
-
Package: @angular/platform-browser
|
|
919
|
-
License: "MIT"
|
|
920
1008
|
|
|
921
|
-
|
|
1009
|
+
-------------------------------------------------------------------------------
|
|
922
1010
|
|
|
923
|
-
|
|
1011
|
+
Contains code from glfx.js
|
|
1012
|
+
|
|
1013
|
+
Copyright (C) 2011 by Evan Wallace
|
|
924
1014
|
|
|
925
1015
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
926
1016
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -941,82 +1031,90 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
941
1031
|
THE SOFTWARE.
|
|
942
1032
|
|
|
943
1033
|
--------------------------------------------------------------------------------
|
|
944
|
-
Package: @angular/cdk
|
|
945
|
-
License: "MIT"
|
|
946
1034
|
|
|
947
|
-
|
|
1035
|
+
Contains a portion of d3-color https://github.com/d3/d3-color
|
|
948
1036
|
|
|
949
|
-
Copyright
|
|
1037
|
+
Copyright 2010-2016 Mike Bostock
|
|
1038
|
+
All rights reserved.
|
|
950
1039
|
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
in the Software without restriction, including without limitation the rights
|
|
954
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
955
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
956
|
-
furnished to do so, subject to the following conditions:
|
|
1040
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
1041
|
+
are permitted provided that the following conditions are met:
|
|
957
1042
|
|
|
958
|
-
|
|
959
|
-
|
|
1043
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
1044
|
+
list of conditions and the following disclaimer.
|
|
960
1045
|
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
1046
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1047
|
+
this list of conditions and the following disclaimer in the documentation
|
|
1048
|
+
and/or other materials provided with the distribution.
|
|
1049
|
+
|
|
1050
|
+
* Neither the name of the author nor the names of contributors may be used to
|
|
1051
|
+
endorse or promote products derived from this software without specific prior
|
|
1052
|
+
written permission.
|
|
1053
|
+
|
|
1054
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1055
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1056
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1057
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1058
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1059
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1060
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1061
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1062
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1063
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
968
1064
|
|
|
969
1065
|
--------------------------------------------------------------------------------
|
|
970
|
-
Package:
|
|
971
|
-
License: "
|
|
1066
|
+
Package: mapbox-to-css-font
|
|
1067
|
+
License: "BSD-2-Clause"
|
|
972
1068
|
|
|
973
|
-
|
|
1069
|
+
Copyright 2016-present mapbox-to-css-font contributors
|
|
974
1070
|
|
|
975
|
-
|
|
1071
|
+
Redistribution and use in source and binary forms, with or without
|
|
1072
|
+
modification, are permitted provided that the following conditions are met:
|
|
976
1073
|
|
|
977
|
-
|
|
978
|
-
of
|
|
979
|
-
in the Software without restriction, including without limitation the rights
|
|
980
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
981
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
982
|
-
furnished to do so, subject to the following conditions:
|
|
1074
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
1075
|
+
list of conditions and the following disclaimer.
|
|
983
1076
|
|
|
984
|
-
|
|
985
|
-
|
|
1077
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
1078
|
+
this list of conditions and the following disclaimer in the documentation
|
|
1079
|
+
and/or other materials provided with the distribution.
|
|
986
1080
|
|
|
987
|
-
|
|
988
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
989
|
-
FITNESS FOR A PARTICULAR PURPOSE
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
1081
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1082
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1083
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1084
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1085
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1086
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1087
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1088
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1089
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1090
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
994
1091
|
|
|
995
1092
|
--------------------------------------------------------------------------------
|
|
996
|
-
Package:
|
|
997
|
-
License: "
|
|
1093
|
+
Package: ol-mapbox-style
|
|
1094
|
+
License: "BSD-2-Clause"
|
|
998
1095
|
|
|
999
|
-
|
|
1096
|
+
Copyright 2016-present ol-mapbox-style contributors
|
|
1000
1097
|
|
|
1001
|
-
|
|
1098
|
+
Redistribution and use in source and binary forms, with or without
|
|
1099
|
+
modification, are permitted provided that the following conditions are met:
|
|
1002
1100
|
|
|
1003
|
-
|
|
1004
|
-
of
|
|
1005
|
-
in the Software without restriction, including without limitation the rights
|
|
1006
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1007
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1008
|
-
furnished to do so, subject to the following conditions:
|
|
1101
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
1102
|
+
list of conditions and the following disclaimer.
|
|
1009
1103
|
|
|
1010
|
-
|
|
1011
|
-
|
|
1104
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
1105
|
+
this list of conditions and the following disclaimer in the documentation
|
|
1106
|
+
and/or other materials provided with the distribution.
|
|
1012
1107
|
|
|
1013
|
-
|
|
1014
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
1015
|
-
FITNESS FOR A PARTICULAR PURPOSE
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1108
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1109
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1110
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1111
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1112
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1113
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1114
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1115
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1116
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1117
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1020
1118
|
|
|
1021
1119
|
--------------------------------------------------------------------------------
|
|
1022
1120
|
Package: signalk-client-angular
|
|
@@ -1196,82 +1294,32 @@ License: "MIT"
|
|
|
1196
1294
|
MIT License
|
|
1197
1295
|
|
|
1198
1296
|
Copyright (c) 2023 Eric Leibenguth
|
|
1199
|
-
|
|
1200
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1201
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1202
|
-
in the Software without restriction, including without limitation the rights
|
|
1203
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1204
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1205
|
-
furnished to do so, subject to the following conditions:
|
|
1206
|
-
|
|
1207
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1208
|
-
copies or substantial portions of the Software.
|
|
1209
|
-
|
|
1210
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1211
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1212
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1213
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1214
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1215
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1216
|
-
SOFTWARE.
|
|
1217
|
-
|
|
1218
|
-
--------------------------------------------------------------------------------
|
|
1219
|
-
Package: ol
|
|
1220
|
-
License: "BSD-2-Clause"
|
|
1221
|
-
|
|
1222
|
-
BSD 2-Clause License
|
|
1223
|
-
|
|
1224
|
-
Copyright 2005-present, OpenLayers Contributors
|
|
1225
|
-
All rights reserved.
|
|
1226
|
-
|
|
1227
|
-
Redistribution and use in source and binary forms, with or without
|
|
1228
|
-
modification, are permitted provided that the following conditions are met:
|
|
1229
|
-
|
|
1230
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
1231
|
-
list of conditions and the following disclaimer.
|
|
1232
|
-
|
|
1233
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
1234
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1235
|
-
and/or other materials provided with the distribution.
|
|
1236
|
-
|
|
1237
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
1238
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
1239
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1240
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1241
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1242
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1243
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1244
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1245
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1246
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1247
|
-
|
|
1248
|
-
--------------------------------------------------------------------------------
|
|
1249
|
-
Package: quickselect
|
|
1250
|
-
License: "ISC"
|
|
1251
|
-
|
|
1252
|
-
ISC License
|
|
1253
|
-
|
|
1254
|
-
Copyright (c) 2024, Vladimir Agafonkin
|
|
1255
|
-
|
|
1256
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1257
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
1258
|
-
and this permission notice appear in all copies.
|
|
1259
|
-
|
|
1260
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1261
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1262
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1263
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1264
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1265
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1266
|
-
THIS SOFTWARE.
|
|
1297
|
+
|
|
1298
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1299
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1300
|
+
in the Software without restriction, including without limitation the rights
|
|
1301
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1302
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1303
|
+
furnished to do so, subject to the following conditions:
|
|
1304
|
+
|
|
1305
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1306
|
+
copies or substantial portions of the Software.
|
|
1307
|
+
|
|
1308
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1309
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1310
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1311
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1312
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1313
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1314
|
+
SOFTWARE.
|
|
1267
1315
|
|
|
1268
1316
|
--------------------------------------------------------------------------------
|
|
1269
|
-
Package:
|
|
1317
|
+
Package: @angular/core
|
|
1270
1318
|
License: "MIT"
|
|
1271
1319
|
|
|
1272
|
-
MIT License
|
|
1320
|
+
The MIT License
|
|
1273
1321
|
|
|
1274
|
-
Copyright (c)
|
|
1322
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
1275
1323
|
|
|
1276
1324
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1277
1325
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1292,185 +1340,235 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1292
1340
|
THE SOFTWARE.
|
|
1293
1341
|
|
|
1294
1342
|
--------------------------------------------------------------------------------
|
|
1295
|
-
Package:
|
|
1296
|
-
License: "
|
|
1297
|
-
|
|
1298
|
-
## Proj4js -- Javascript reprojection library.
|
|
1299
|
-
|
|
1300
|
-
Authors:
|
|
1301
|
-
- Mike Adair madairATdmsolutions.ca
|
|
1302
|
-
- Richard Greenwood richATgreenwoodmap.com
|
|
1303
|
-
- Didier Richard didier.richardATign.fr
|
|
1304
|
-
- Stephen Irons stephen.ironsATclear.net.nz
|
|
1305
|
-
- Olivier Terral oterralATgmail.com
|
|
1306
|
-
- Calvin Metcalf cmetcalfATappgeo.com
|
|
1307
|
-
|
|
1308
|
-
Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
|
|
1309
|
-
|
|
1310
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
1311
|
-
copy of this software and associated documentation files (the "Software"),
|
|
1312
|
-
to deal in the Software without restriction, including without limitation
|
|
1313
|
-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
1314
|
-
and/or sell copies of the Software, and to permit persons to whom the
|
|
1315
|
-
Software is furnished to do so, subject to the following conditions:
|
|
1343
|
+
Package: rxjs
|
|
1344
|
+
License: "Apache-2.0"
|
|
1316
1345
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1346
|
+
Apache License
|
|
1347
|
+
Version 2.0, January 2004
|
|
1348
|
+
http://www.apache.org/licenses/
|
|
1319
1349
|
|
|
1320
|
-
|
|
1321
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1322
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
1323
|
-
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1324
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1325
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1326
|
-
DEALINGS IN THE SOFTWARE._
|
|
1350
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1327
1351
|
|
|
1328
|
-
|
|
1329
|
-
Package: wkt-parser
|
|
1330
|
-
License: "MIT"
|
|
1352
|
+
1. Definitions.
|
|
1331
1353
|
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
Authors:
|
|
1335
|
-
- Mike Adair madairATdmsolutions.ca
|
|
1336
|
-
- Richard Greenwood richATgreenwoodmap.com
|
|
1337
|
-
- Didier Richard didier.richardATign.fr
|
|
1338
|
-
- Stephen Irons stephen.ironsATclear.net.nz
|
|
1339
|
-
- Olivier Terral oterralATgmail.com
|
|
1340
|
-
- Calvin Metcalf cmetcalfATappgeo.com
|
|
1354
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1355
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1341
1356
|
|
|
1342
|
-
|
|
1357
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1358
|
+
the copyright owner that is granting the License.
|
|
1343
1359
|
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1360
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1361
|
+
other entities that control, are controlled by, or are under common
|
|
1362
|
+
control with that entity. For the purposes of this definition,
|
|
1363
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1364
|
+
direction or management of such entity, whether by contract or
|
|
1365
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1366
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1350
1367
|
|
|
1351
|
-
|
|
1352
|
-
|
|
1368
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1369
|
+
exercising permissions granted by this License.
|
|
1353
1370
|
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1358
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1359
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1360
|
-
DEALINGS IN THE SOFTWARE._
|
|
1371
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1372
|
+
including but not limited to software source code, documentation
|
|
1373
|
+
source, and configuration files.
|
|
1361
1374
|
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1375
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1376
|
+
transformation or translation of a Source form, including but
|
|
1377
|
+
not limited to compiled object code, generated documentation,
|
|
1378
|
+
and conversions to other media types.
|
|
1365
1379
|
|
|
1380
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1381
|
+
Object form, made available under the License, as indicated by a
|
|
1382
|
+
copyright notice that is included in or attached to the work
|
|
1383
|
+
(an example is provided in the Appendix below).
|
|
1366
1384
|
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1385
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1386
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1387
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1388
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1389
|
+
of this License, Derivative Works shall not include works that remain
|
|
1390
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1391
|
+
the Work and Derivative Works thereof.
|
|
1370
1392
|
|
|
1393
|
+
"Contribution" shall mean any work of authorship, including
|
|
1394
|
+
the original version of the Work and any modifications or additions
|
|
1395
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1396
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1397
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1398
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1399
|
+
means any form of electronic, verbal, or written communication sent
|
|
1400
|
+
to the Licensor or its representatives, including but not limited to
|
|
1401
|
+
communication on electronic mailing lists, source code control systems,
|
|
1402
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1403
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1404
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1405
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1371
1406
|
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1407
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1408
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1409
|
+
subsequently incorporated within the Work.
|
|
1375
1410
|
|
|
1376
|
-
Copyright
|
|
1377
|
-
|
|
1411
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1412
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1413
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1414
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1415
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1416
|
+
Work and such Derivative Works in Source or Object form.
|
|
1378
1417
|
|
|
1379
|
-
|
|
1380
|
-
|
|
1418
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1419
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1420
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1421
|
+
(except as stated in this section) patent license to make, have made,
|
|
1422
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1423
|
+
where such license applies only to those patent claims licensable
|
|
1424
|
+
by such Contributor that are necessarily infringed by their
|
|
1425
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1426
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1427
|
+
institute patent litigation against any entity (including a
|
|
1428
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1429
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1430
|
+
or contributory patent infringement, then any patent licenses
|
|
1431
|
+
granted to You under this License for that Work shall terminate
|
|
1432
|
+
as of the date such litigation is filed.
|
|
1381
1433
|
|
|
1382
|
-
|
|
1383
|
-
|
|
1434
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1435
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1436
|
+
modifications, and in Source or Object form, provided that You
|
|
1437
|
+
meet the following conditions:
|
|
1384
1438
|
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
and/or other materials provided with the distribution.
|
|
1439
|
+
(a) You must give any other recipients of the Work or
|
|
1440
|
+
Derivative Works a copy of this License; and
|
|
1388
1441
|
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
this software without specific prior written permission.
|
|
1442
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1443
|
+
stating that You changed the files; and
|
|
1392
1444
|
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1399
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1400
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1401
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1402
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1445
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1446
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1447
|
+
attribution notices from the Source form of the Work,
|
|
1448
|
+
excluding those notices that do not pertain to any part of
|
|
1449
|
+
the Derivative Works; and
|
|
1403
1450
|
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1451
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1452
|
+
distribution, then any Derivative Works that You distribute must
|
|
1453
|
+
include a readable copy of the attribution notices contained
|
|
1454
|
+
within such NOTICE file, excluding those notices that do not
|
|
1455
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1456
|
+
of the following places: within a NOTICE text file distributed
|
|
1457
|
+
as part of the Derivative Works; within the Source form or
|
|
1458
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1459
|
+
within a display generated by the Derivative Works, if and
|
|
1460
|
+
wherever such third-party notices normally appear. The contents
|
|
1461
|
+
of the NOTICE file are for informational purposes only and
|
|
1462
|
+
do not modify the License. You may add Your own attribution
|
|
1463
|
+
notices within Derivative Works that You distribute, alongside
|
|
1464
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1465
|
+
that such additional attribution notices cannot be construed
|
|
1466
|
+
as modifying the License.
|
|
1407
1467
|
|
|
1408
|
-
|
|
1468
|
+
You may add Your own copyright statement to Your modifications and
|
|
1469
|
+
may provide additional or different license terms and conditions
|
|
1470
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1471
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1472
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1473
|
+
the conditions stated in this License.
|
|
1409
1474
|
|
|
1410
|
-
|
|
1475
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1476
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1477
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1478
|
+
this License, without any additional terms or conditions.
|
|
1479
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1480
|
+
the terms of any separate license agreement you may have executed
|
|
1481
|
+
with Licensor regarding such Contributions.
|
|
1411
1482
|
|
|
1412
|
-
|
|
1413
|
-
|
|
1483
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1484
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1485
|
+
except as required for reasonable and customary use in describing the
|
|
1486
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1414
1487
|
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1488
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1489
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1490
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1491
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1492
|
+
implied, including, without limitation, any warranties or conditions
|
|
1493
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1494
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1495
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1496
|
+
risks associated with Your exercise of permissions under this License.
|
|
1423
1497
|
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1498
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1499
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1500
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1501
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1502
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1503
|
+
incidental, or consequential damages of any character arising as a
|
|
1504
|
+
result of this License or out of the use or inability to use the
|
|
1505
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1506
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1507
|
+
other commercial damages or losses), even if such Contributor
|
|
1508
|
+
has been advised of the possibility of such damages.
|
|
1435
1509
|
|
|
1510
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1511
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1512
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1513
|
+
or other liability obligations and/or rights consistent with this
|
|
1514
|
+
License. However, in accepting such obligations, You may act only
|
|
1515
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1516
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1517
|
+
defend, and hold each Contributor harmless for any liability
|
|
1518
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1519
|
+
of your accepting any such warranty or additional liability.
|
|
1436
1520
|
|
|
1437
|
-
|
|
1521
|
+
END OF TERMS AND CONDITIONS
|
|
1438
1522
|
|
|
1439
|
-
|
|
1523
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1440
1524
|
|
|
1441
|
-
|
|
1525
|
+
To apply the Apache License to your work, attach the following
|
|
1526
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
1527
|
+
replaced with your own identifying information. (Don't include
|
|
1528
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1529
|
+
comment syntax for the file format. We also recommend that a
|
|
1530
|
+
file or class name and description of purpose be included on the
|
|
1531
|
+
same "printed page" as the copyright notice for easier
|
|
1532
|
+
identification within third-party archives.
|
|
1442
1533
|
|
|
1443
|
-
Copyright (c)
|
|
1444
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1445
|
-
are permitted provided that the following conditions are met:
|
|
1534
|
+
Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
|
|
1446
1535
|
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1451
|
-
and/or other materials provided with the distribution.
|
|
1452
|
-
* Neither the name of Mapbox GL JS nor the names of its contributors
|
|
1453
|
-
may be used to endorse or promote products derived from this software
|
|
1454
|
-
without specific prior written permission.
|
|
1536
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1537
|
+
you may not use this file except in compliance with the License.
|
|
1538
|
+
You may obtain a copy of the License at
|
|
1455
1539
|
|
|
1456
|
-
|
|
1457
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1458
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1459
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
1460
|
-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
1461
|
-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
1462
|
-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
1463
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
1464
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
1465
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
1466
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1540
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1467
1541
|
|
|
1542
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1543
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1544
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1545
|
+
See the License for the specific language governing permissions and
|
|
1546
|
+
limitations under the License.
|
|
1547
|
+
|
|
1468
1548
|
|
|
1469
|
-
|
|
1549
|
+
--------------------------------------------------------------------------------
|
|
1550
|
+
Package: tslib
|
|
1551
|
+
License: "0BSD"
|
|
1470
1552
|
|
|
1471
|
-
|
|
1553
|
+
Copyright (c) Microsoft Corporation.
|
|
1554
|
+
|
|
1555
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
1556
|
+
purpose with or without fee is hereby granted.
|
|
1557
|
+
|
|
1558
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1559
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
1560
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1561
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
1562
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
1563
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1564
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
1565
|
+
--------------------------------------------------------------------------------
|
|
1566
|
+
Package: @angular/common
|
|
1567
|
+
License: "MIT"
|
|
1472
1568
|
|
|
1473
|
-
|
|
1569
|
+
The MIT License
|
|
1570
|
+
|
|
1571
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
1474
1572
|
|
|
1475
1573
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1476
1574
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1491,103 +1589,38 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1491
1589
|
THE SOFTWARE.
|
|
1492
1590
|
|
|
1493
1591
|
--------------------------------------------------------------------------------
|
|
1592
|
+
Package: @angular/platform-browser
|
|
1593
|
+
License: "MIT"
|
|
1494
1594
|
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
Copyright 2010-2016 Mike Bostock
|
|
1498
|
-
All rights reserved.
|
|
1499
|
-
|
|
1500
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1501
|
-
are permitted provided that the following conditions are met:
|
|
1502
|
-
|
|
1503
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1504
|
-
list of conditions and the following disclaimer.
|
|
1505
|
-
|
|
1506
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1507
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1508
|
-
and/or other materials provided with the distribution.
|
|
1509
|
-
|
|
1510
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1511
|
-
endorse or promote products derived from this software without specific prior
|
|
1512
|
-
written permission.
|
|
1513
|
-
|
|
1514
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1515
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1516
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1517
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1518
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1519
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1520
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1521
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1522
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1523
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1524
|
-
|
|
1525
|
-
--------------------------------------------------------------------------------
|
|
1526
|
-
Package: mapbox-to-css-font
|
|
1527
|
-
License: "BSD-2-Clause"
|
|
1528
|
-
|
|
1529
|
-
Copyright 2016-present mapbox-to-css-font contributors
|
|
1530
|
-
|
|
1531
|
-
Redistribution and use in source and binary forms, with or without
|
|
1532
|
-
modification, are permitted provided that the following conditions are met:
|
|
1533
|
-
|
|
1534
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
1535
|
-
list of conditions and the following disclaimer.
|
|
1536
|
-
|
|
1537
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
1538
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1539
|
-
and/or other materials provided with the distribution.
|
|
1540
|
-
|
|
1541
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1542
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1543
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1544
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1545
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1546
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1547
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1548
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1549
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1550
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1551
|
-
|
|
1552
|
-
--------------------------------------------------------------------------------
|
|
1553
|
-
Package: ol-mapbox-style
|
|
1554
|
-
License: "BSD-2-Clause"
|
|
1555
|
-
|
|
1556
|
-
Copyright 2016-present ol-mapbox-style contributors
|
|
1557
|
-
|
|
1558
|
-
Redistribution and use in source and binary forms, with or without
|
|
1559
|
-
modification, are permitted provided that the following conditions are met:
|
|
1560
|
-
|
|
1561
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
1562
|
-
list of conditions and the following disclaimer.
|
|
1595
|
+
The MIT License
|
|
1563
1596
|
|
|
1564
|
-
|
|
1565
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1566
|
-
and/or other materials provided with the distribution.
|
|
1597
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
1567
1598
|
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1575
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1576
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1577
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1599
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1600
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1601
|
+
in the Software without restriction, including without limitation the rights
|
|
1602
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1603
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1604
|
+
furnished to do so, subject to the following conditions:
|
|
1578
1605
|
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
License: "Apache-2.0"
|
|
1606
|
+
The above copyright notice and this permission notice shall be included in
|
|
1607
|
+
all copies or substantial portions of the Software.
|
|
1582
1608
|
|
|
1609
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1610
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1611
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1612
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1613
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1614
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1615
|
+
THE SOFTWARE.
|
|
1583
1616
|
|
|
1584
1617
|
--------------------------------------------------------------------------------
|
|
1585
|
-
Package:
|
|
1586
|
-
License: "MIT
|
|
1618
|
+
Package: @angular/forms
|
|
1619
|
+
License: "MIT"
|
|
1587
1620
|
|
|
1588
|
-
The MIT License
|
|
1621
|
+
The MIT License
|
|
1589
1622
|
|
|
1590
|
-
Copyright (c)
|
|
1623
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
1591
1624
|
|
|
1592
1625
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1593
1626
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1596,49 +1629,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1596
1629
|
copies of the Software, and to permit persons to whom the Software is
|
|
1597
1630
|
furnished to do so, subject to the following conditions:
|
|
1598
1631
|
|
|
1599
|
-
The above copyright notice and this permission notice shall be included in
|
|
1600
|
-
copies or substantial portions of the Software.
|
|
1632
|
+
The above copyright notice and this permission notice shall be included in
|
|
1633
|
+
all copies or substantial portions of the Software.
|
|
1601
1634
|
|
|
1602
1635
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1603
1636
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1604
1637
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1605
1638
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1606
1639
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1607
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1608
|
-
SOFTWARE.
|
|
1609
|
-
|
|
1610
|
-
***
|
|
1611
|
-
|
|
1612
|
-
BSD License
|
|
1613
|
-
|
|
1614
|
-
For Zstandard software
|
|
1615
|
-
|
|
1616
|
-
Copyright (c) 2016-present, Yann Collet, Facebook, Inc. All rights reserved.
|
|
1617
|
-
|
|
1618
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1619
|
-
are permitted provided that the following conditions are met:
|
|
1620
|
-
|
|
1621
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1622
|
-
list of conditions and the following disclaimer.
|
|
1623
|
-
|
|
1624
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1625
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1626
|
-
and/or other materials provided with the distribution.
|
|
1627
|
-
|
|
1628
|
-
* Neither the name Facebook nor the names of its contributors may be used to
|
|
1629
|
-
endorse or promote products derived from this software without specific
|
|
1630
|
-
prior written permission.
|
|
1631
|
-
|
|
1632
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1633
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1634
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1635
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
1636
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1637
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1638
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1639
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1640
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1641
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1640
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1641
|
+
THE SOFTWARE.
|
|
1642
1642
|
|
|
1643
1643
|
--------------------------------------------------------------------------------
|
|
1644
1644
|
Package: pako
|