@teeechina/teee-map 0.0.27 → 0.0.29
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/dist/.vite/license.md +46 -0
- package/dist/teee-map.mjs +2972 -2421
- package/dist/teee-map.umd.js +39 -14
- package/index.d.ts +17 -0
- package/package.json +1 -1
package/dist/.vite/license.md
CHANGED
|
@@ -48,6 +48,29 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
|
48
48
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
49
49
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
50
50
|
|
|
51
|
+
## @turf/area - 7.3.5 (MIT)
|
|
52
|
+
|
|
53
|
+
The MIT License (MIT)
|
|
54
|
+
|
|
55
|
+
Copyright (c) 2017 TurfJS
|
|
56
|
+
|
|
57
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
58
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
59
|
+
the Software without restriction, including without limitation the rights to
|
|
60
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
61
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
62
|
+
subject to the following conditions:
|
|
63
|
+
|
|
64
|
+
The above copyright notice and this permission notice shall be included in all
|
|
65
|
+
copies or substantial portions of the Software.
|
|
66
|
+
|
|
67
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
68
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
69
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
70
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
71
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
72
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
73
|
+
|
|
51
74
|
## @turf/bbox - 7.3.5 (MIT)
|
|
52
75
|
|
|
53
76
|
The MIT License (MIT)
|
|
@@ -140,6 +163,29 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
140
163
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
141
164
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
142
165
|
|
|
166
|
+
## @turf/length - 7.3.5 (MIT)
|
|
167
|
+
|
|
168
|
+
The MIT License (MIT)
|
|
169
|
+
|
|
170
|
+
Copyright (c) 2017 TurfJS
|
|
171
|
+
|
|
172
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
173
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
174
|
+
the Software without restriction, including without limitation the rights to
|
|
175
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
176
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
177
|
+
subject to the following conditions:
|
|
178
|
+
|
|
179
|
+
The above copyright notice and this permission notice shall be included in all
|
|
180
|
+
copies or substantial portions of the Software.
|
|
181
|
+
|
|
182
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
183
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
184
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
185
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
186
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
187
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
188
|
+
|
|
143
189
|
## @turf/meta - 7.3.5 (MIT)
|
|
144
190
|
|
|
145
191
|
The MIT License (MIT)
|