@inovitas/infra3dapi 1.0.3 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -1
- package/infra3dapi.d.ts +158 -108
- package/infra3dapi.js +1 -1
- package/licenses.txt +15 -0
- package/package.json +1 -1
package/licenses.txt
CHANGED
|
@@ -2917,6 +2917,21 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
2917
2917
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2918
2918
|
|
|
2919
2919
|
|
|
2920
|
+
polygon-clipping
|
|
2921
|
+
MIT
|
|
2922
|
+
The MIT License (MIT)
|
|
2923
|
+
|
|
2924
|
+
Copyright (c) 2018 Mike Fogel <mike@fogel.ca> - covers everything not specially attributed to others below.
|
|
2925
|
+
|
|
2926
|
+
Copyright (c) 2016 Alexander Milevski <info@w8r.name> - covers all portions originally part of github:w8r/martinez, from which this project was forked on Febuary 2, 2018.
|
|
2927
|
+
|
|
2928
|
+
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:
|
|
2929
|
+
|
|
2930
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2931
|
+
|
|
2932
|
+
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.
|
|
2933
|
+
|
|
2934
|
+
|
|
2920
2935
|
proj4
|
|
2921
2936
|
MIT
|
|
2922
2937
|
## Proj4js -- Javascript reprojection library.
|