@inovitas/infra3dapi 0.2.3 → 0.2.4
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 +24 -24
- package/infra3dapi.js +1 -1
- package/licenses.txt +95 -95
- package/package.json +1 -3
- package/assets/152236e4b4c8534afed0.png +0 -0
- package/assets/2f517e09eb2ca6650ff5.svg +0 -3717
- package/assets/4689f52cc96215721344.svg +0 -801
- package/assets/7a8b4f130182d19a2d7c.svg +0 -5034
- package/assets/9add04e74951db9d98c1.png +0 -0
- package/assets/d8e1835978d51b5c8624.png +0 -0
- package/assets/f804e6a2c78b6c3f2cb0.png +0 -0
package/licenses.txt
CHANGED
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
# Licenses and Copyright Notices:
|
|
2
|
-
|
|
3
|
-
Copyright (C) 2023 iNovitas AG and its affiliate(s).
|
|
4
|
-
All rights reserved.
|
|
5
|
-
|
|
6
|
-
This software and other materials contain proprietary information
|
|
7
|
-
controlled by iNovitas AG and are protected by applicable copyright legislation.
|
|
8
|
-
Any use and utilization of this software and other materials and
|
|
9
|
-
disclosure to any third parties is conditional upon having a separate
|
|
10
|
-
agreement with iNovitas AG for the access, use, utilization or disclosure of this
|
|
11
|
-
software. In the absence of such agreement, the use of the software is not
|
|
12
|
-
allowed.
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
This project contains or depends on third-party software components to which the following licenses apply:
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
mapillary-js
|
|
21
|
-
MIT
|
|
22
|
-
MIT License
|
|
23
|
-
|
|
24
|
-
Copyright (c) Facebook, Inc. and its affiliates.
|
|
25
|
-
|
|
26
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28
|
-
in the Software without restriction, including without limitation the rights
|
|
29
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
31
|
-
furnished to do so, subject to the following conditions:
|
|
32
|
-
|
|
33
|
-
The above copyright notice and this permission notice shall be included in all
|
|
34
|
-
copies or substantial portions of the Software.
|
|
35
|
-
|
|
36
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
37
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
39
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
40
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42
|
-
SOFTWARE.
|
|
43
|
-
|
|
44
|
-
shapefile-js
|
|
45
|
-
MIT
|
|
46
|
-
MIT License
|
|
47
|
-
|
|
48
|
-
Main library MIT license, original version was less permissive but there is 0 code shared. Included libraries are under their respective lisenses which are:
|
|
49
|
-
|
|
50
|
-
JSZip by @Stuk MIT or GPLv3
|
|
51
|
-
lie by me and @RubenVerborgh MIT
|
|
52
|
-
setImmediate by @NobleJS et al MIT
|
|
53
|
-
World Borders shapefile is CC-BY-SA 3.0.
|
|
54
|
-
Park and Ride shapefile is from MassDOT and is public domain.
|
|
55
|
-
MA town boundaries from MassGIS and is public domain
|
|
56
|
-
NJ County Boundaries from NJgin and should be public domain.
|
|
57
|
-
Proj4js by me et al MIT
|
|
58
|
-
|
|
59
|
-
seidel
|
|
60
|
-
MIT
|
|
61
|
-
MIT License
|
|
62
|
-
|
|
63
|
-
Copyright (c) 2014 Mapbox
|
|
64
|
-
|
|
65
|
-
Based on a port of poly2tri Seidel algorithm implementation
|
|
66
|
-
Copyright (c) 2009, Mason Green
|
|
67
|
-
|
|
68
|
-
All rights reserved.
|
|
69
|
-
|
|
70
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
71
|
-
are permitted provided that the following conditions are met:
|
|
72
|
-
|
|
73
|
-
Redistributions of source code must retain the above copyright notice,
|
|
74
|
-
self list of conditions and the following disclaimer.
|
|
75
|
-
Redistributions in binary form must reproduce the above copyright notice,
|
|
76
|
-
self list of conditions and the following disclaimer in the documentation
|
|
77
|
-
and/or other materials provided with the distribution.
|
|
78
|
-
Neither the name of Poly2Tri nor the names of its contributors may be
|
|
79
|
-
used to endorse or promote products derived from self software without specific
|
|
80
|
-
prior written permission.
|
|
81
|
-
|
|
82
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
83
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
84
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
85
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
86
|
-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
87
|
-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
88
|
-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
89
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
90
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
91
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
92
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
93
|
-
|
|
94
|
-
@inovitas/infra3dsdk
|
|
95
|
-
SEE LICENSE IN LICENSE
|
|
1
|
+
# Licenses and Copyright Notices:
|
|
2
|
+
|
|
3
|
+
Copyright (C) 2023 iNovitas AG and its affiliate(s).
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
This software and other materials contain proprietary information
|
|
7
|
+
controlled by iNovitas AG and are protected by applicable copyright legislation.
|
|
8
|
+
Any use and utilization of this software and other materials and
|
|
9
|
+
disclosure to any third parties is conditional upon having a separate
|
|
10
|
+
agreement with iNovitas AG for the access, use, utilization or disclosure of this
|
|
11
|
+
software. In the absence of such agreement, the use of the software is not
|
|
12
|
+
allowed.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
This project contains or depends on third-party software components to which the following licenses apply:
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
mapillary-js
|
|
21
|
+
MIT
|
|
22
|
+
MIT License
|
|
23
|
+
|
|
24
|
+
Copyright (c) Facebook, Inc. and its affiliates.
|
|
25
|
+
|
|
26
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28
|
+
in the Software without restriction, including without limitation the rights
|
|
29
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
31
|
+
furnished to do so, subject to the following conditions:
|
|
32
|
+
|
|
33
|
+
The above copyright notice and this permission notice shall be included in all
|
|
34
|
+
copies or substantial portions of the Software.
|
|
35
|
+
|
|
36
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
37
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
39
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
40
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42
|
+
SOFTWARE.
|
|
43
|
+
|
|
44
|
+
shapefile-js
|
|
45
|
+
MIT
|
|
46
|
+
MIT License
|
|
47
|
+
|
|
48
|
+
Main library MIT license, original version was less permissive but there is 0 code shared. Included libraries are under their respective lisenses which are:
|
|
49
|
+
|
|
50
|
+
JSZip by @Stuk MIT or GPLv3
|
|
51
|
+
lie by me and @RubenVerborgh MIT
|
|
52
|
+
setImmediate by @NobleJS et al MIT
|
|
53
|
+
World Borders shapefile is CC-BY-SA 3.0.
|
|
54
|
+
Park and Ride shapefile is from MassDOT and is public domain.
|
|
55
|
+
MA town boundaries from MassGIS and is public domain
|
|
56
|
+
NJ County Boundaries from NJgin and should be public domain.
|
|
57
|
+
Proj4js by me et al MIT
|
|
58
|
+
|
|
59
|
+
seidel
|
|
60
|
+
MIT
|
|
61
|
+
MIT License
|
|
62
|
+
|
|
63
|
+
Copyright (c) 2014 Mapbox
|
|
64
|
+
|
|
65
|
+
Based on a port of poly2tri Seidel algorithm implementation
|
|
66
|
+
Copyright (c) 2009, Mason Green
|
|
67
|
+
|
|
68
|
+
All rights reserved.
|
|
69
|
+
|
|
70
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
71
|
+
are permitted provided that the following conditions are met:
|
|
72
|
+
|
|
73
|
+
Redistributions of source code must retain the above copyright notice,
|
|
74
|
+
self list of conditions and the following disclaimer.
|
|
75
|
+
Redistributions in binary form must reproduce the above copyright notice,
|
|
76
|
+
self list of conditions and the following disclaimer in the documentation
|
|
77
|
+
and/or other materials provided with the distribution.
|
|
78
|
+
Neither the name of Poly2Tri nor the names of its contributors may be
|
|
79
|
+
used to endorse or promote products derived from self software without specific
|
|
80
|
+
prior written permission.
|
|
81
|
+
|
|
82
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
83
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
84
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
85
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
86
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
87
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
88
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
89
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
90
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
91
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
92
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
93
|
+
|
|
94
|
+
@inovitas/infra3dsdk
|
|
95
|
+
SEE LICENSE IN LICENSE
|
|
96
96
|
|
|
97
97
|
@aws-crypto/sha256-js
|
|
98
98
|
Apache-2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inovitas/infra3dapi",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@babel/preset-react": "^7.18.6",
|
|
6
6
|
"@elastic/apm-rum": "^5.14.0",
|
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
"@emotion/react": "^11.10.5",
|
|
9
9
|
"@emotion/styled": "^11.10.5",
|
|
10
10
|
"@fontsource/roboto": "^4.5.8",
|
|
11
|
-
"@inovitas/geocoderjs": "0.2.0",
|
|
12
|
-
"@inovitas/infra3dsdk": "5.0.0",
|
|
13
11
|
"@mui/icons-material": "^5.11.9",
|
|
14
12
|
"@mui/lab": "^5.0.0-alpha.120",
|
|
15
13
|
"@mui/material": "^5.11.10",
|
|
Binary file
|