@mapcomponents/deck-gl 1.7.6 → 1.8.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/CHANGELOG.md +15 -0
- package/dist/CHANGELOG.md +15 -0
- package/dist/assets/3D/WhereGroupLogo.glb +0 -0
- package/dist/assets/tiles/points/r.pnts +0 -0
- package/dist/assets/tiles/points/r0.pnts +0 -0
- package/dist/assets/tiles/points/r00.pnts +0 -0
- package/dist/assets/tiles/points/r01.pnts +0 -0
- package/dist/assets/tiles/points/r02.pnts +0 -0
- package/dist/assets/tiles/points/r03.pnts +0 -0
- package/dist/assets/tiles/points/r04.pnts +0 -0
- package/dist/assets/tiles/points/r05.pnts +0 -0
- package/dist/assets/tiles/points/r06.pnts +0 -0
- package/dist/assets/tiles/points/r07.pnts +0 -0
- package/dist/assets/tiles/points/r2.pnts +0 -0
- package/dist/assets/tiles/points/r20.pnts +0 -0
- package/dist/assets/tiles/points/r21.pnts +0 -0
- package/dist/assets/tiles/points/r22.pnts +0 -0
- package/dist/assets/tiles/points/r23.pnts +0 -0
- package/dist/assets/tiles/points/r24.pnts +0 -0
- package/dist/assets/tiles/points/r25.pnts +0 -0
- package/dist/assets/tiles/points/r26.pnts +0 -0
- package/dist/assets/tiles/points/r27.pnts +0 -0
- package/dist/assets/tiles/points/r3.pnts +0 -0
- package/dist/assets/tiles/points/r4.pnts +0 -0
- package/dist/assets/tiles/points/r40.pnts +0 -0
- package/dist/assets/tiles/points/r41.pnts +0 -0
- package/dist/assets/tiles/points/r42.pnts +0 -0
- package/dist/assets/tiles/points/r43.pnts +0 -0
- package/dist/assets/tiles/points/r44.pnts +0 -0
- package/dist/assets/tiles/points/r45.pnts +0 -0
- package/dist/assets/tiles/points/r46.pnts +0 -0
- package/dist/assets/tiles/points/r47.pnts +0 -0
- package/dist/assets/tiles/points/r6.pnts +0 -0
- package/dist/assets/tiles/points/r60.pnts +0 -0
- package/dist/assets/tiles/points/r61.pnts +0 -0
- package/dist/assets/tiles/points/r63.pnts +0 -0
- package/dist/assets/tiles/points/r64.pnts +0 -0
- package/dist/assets/tiles/points/r65.pnts +0 -0
- package/dist/assets/tiles/preview.pnts +0 -0
- package/dist/assets/tiles/tileset.json +460 -0
- package/dist/assets/wg_locations.json +53 -0
- package/dist/components/Ml3DTileLayer/Ml3DTileLayer.d.ts +15 -0
- package/dist/components/Ml3DTileLayer/Ml3DTileLayer.d.ts.map +1 -0
- package/dist/components/MlHexagonLayer/MlHexagonLayer.d.ts +15 -0
- package/dist/components/MlHexagonLayer/MlHexagonLayer.d.ts.map +1 -0
- package/dist/components/MlSceneGraphLayer/MlScenegraphLayer.d.ts +15 -0
- package/dist/components/MlSceneGraphLayer/MlScenegraphLayer.d.ts.map +1 -0
- package/dist/contexts/DeckGlContext.d.ts +3 -1
- package/dist/contexts/DeckGlContext.d.ts.map +1 -1
- package/dist/decorators/MapContextDecorator.d.ts.map +1 -1
- package/dist/hooks/useDeckGl.d.ts +3 -2
- package/dist/hooks/useDeckGl.d.ts.map +1 -1
- package/dist/html2canvas.esm-CUkZERmf.js +22 -0
- package/dist/index-2pRp38DS.js +4712 -0
- package/dist/{index-FSZB5YUB.mjs → index-XOA5TV-e.mjs} +52670 -40284
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es-BNHgyHB_.js +18 -0
- package/dist/{index.es-BiYLqoqF.mjs → index.es-nMmjT7oh.mjs} +1 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +7 -5
- package/dist/package.json +9 -5
- package/dist/purify.es-D1I7B1hP.js +2 -0
- package/package.json +9 -5
- package/src/components/Ml3DTileLayer/Ml3DTileLayer.stories.tsx +43 -0
- package/src/components/Ml3DTileLayer/Ml3DTileLayer.tsx +57 -0
- package/src/components/{MlHexagonMap/MlHexagonMap.cy.tsx → MlHexagonLayer/MlHexagonLayer.cy.tsx} +4 -4
- package/src/components/MlHexagonLayer/MlHexagonLayer.stories.tsx +132 -0
- package/src/components/MlHexagonLayer/MlHexagonLayer.tsx +90 -0
- package/src/components/MlSceneGraphLayer/MlScenegraphLayer.stories.tsx +119 -0
- package/src/components/MlSceneGraphLayer/MlScenegraphLayer.tsx +47 -0
- package/src/contexts/DeckGlContext.tsx +9 -2
- package/src/decorators/MapContextDecorator.tsx +18 -13
- package/src/hooks/useDeckGl.tsx +11 -8
- package/src/index.ts +3 -1
- package/vite.config.ts +1 -1
- package/dist/components/MlHexagonMap/MlHexagonMap.d.ts +0 -14
- package/dist/components/MlHexagonMap/MlHexagonMap.d.ts.map +0 -1
- package/src/components/MlHexagonMap/MlHexagonMap.stories.tsx +0 -28
- package/src/components/MlHexagonMap/MlHexagonMap.tsx +0 -141
- /package/src/components/{MlHexagonMap/MlHexagonMap.meta_.json → MlHexagonLayer/MlHexagonLayer.meta_.json} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## [v## [V1.8.0] (2026-01-19)
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
|
|
5
|
+
- 1d9a49e: add Ml3DTileLayer and MlScenegraphLayer
|
|
6
|
+
- 15de9b1: add addEffect and removeEffect function to useDeckGl hook
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
|
|
10
|
+
- 45499dc: change allow user to use Custom props for MlHexagonLayer.tsx
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- 05744b6: fix useDeckGl.tsx multiple layers is possible again
|
|
15
|
+
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## [v## [V1.8.0] (2026-01-19)
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
|
|
5
|
+
- 1d9a49e: add Ml3DTileLayer and MlScenegraphLayer
|
|
6
|
+
- 15de9b1: add addEffect and removeEffect function to useDeckGl hook
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
|
|
10
|
+
- 45499dc: change allow user to use Custom props for MlHexagonLayer.tsx
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- 05744b6: fix useDeckGl.tsx multiple layers is possible again
|
|
15
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,460 @@
|
|
|
1
|
+
{
|
|
2
|
+
"root": {
|
|
3
|
+
"boundingVolume": {
|
|
4
|
+
"box": [
|
|
5
|
+
7.08837433194276e-11, -1.0849765530451805e-11, 0.0, 2.1660589315706034, 0.0, 0.0, 0.0,
|
|
6
|
+
2.496811700064363, 0.0, 0.0, 0.0, 1.8121010037139058
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"geometricError": 7.5391219668910425,
|
|
10
|
+
"refine": "REPLACE",
|
|
11
|
+
"transform": [
|
|
12
|
+
1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 4236628.677646827,
|
|
13
|
+
583558.5177497872, 4716055.786378884, 1.0
|
|
14
|
+
],
|
|
15
|
+
"children": [
|
|
16
|
+
{
|
|
17
|
+
"boundingVolume": {
|
|
18
|
+
"box": [
|
|
19
|
+
2.2450108528137207, 1.870360553264618, 0.7135822474956512, 2.249756932258606, 0.0, 0.0,
|
|
20
|
+
0.0, 1.858299195766449, 0.0, 0.0, 0.0, 0.7300386726856232
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"geometricError": 0.24063239850378887,
|
|
24
|
+
"refine": "REPLACE",
|
|
25
|
+
"transform": [
|
|
26
|
+
-0.13793646990391142, 0.9903284999809532, 0.014932929917537986, 0.0, -0.7400013696298064,
|
|
27
|
+
-0.11306774680614906, 0.6630336775595874, 0.0, 0.6583095800734313, 0.0804061363184137,
|
|
28
|
+
0.7484406122237668, 0.0, 1.2239802135154605, -2.0691971683409065, -1.8077105600386858, 1.0
|
|
29
|
+
],
|
|
30
|
+
"children": [
|
|
31
|
+
{
|
|
32
|
+
"boundingVolume": {
|
|
33
|
+
"box": [
|
|
34
|
+
1.1232349276542664, 1.0431104004383087, 0.6967905759811401, 1.1279810070991516, 0.0,
|
|
35
|
+
0.0, 0.0, 0.8219834864139557, 0.0, 0.0, 0.0, 0.6742674112319946
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"geometricError": 0.12031619925189443,
|
|
39
|
+
"refine": "ADD",
|
|
40
|
+
"children": [
|
|
41
|
+
{
|
|
42
|
+
"boundingVolume": {
|
|
43
|
+
"box": [
|
|
44
|
+
0.7326741814613342, 0.6975642442703247, 0.3973909020423889, 0.392952024936676,
|
|
45
|
+
0.0, 0.0, 0.0, 0.2348412275314331, 0.0, 0.0, 0.0, 0.3092222213745117
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"geometricError": 0.0,
|
|
49
|
+
"refine": "ADD",
|
|
50
|
+
"content": { "uri": "points/r00.pnts" }
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"boundingVolume": {
|
|
54
|
+
"box": [
|
|
55
|
+
1.0004587173461914, 0.7575281858444214, 0.9685447812080383, 0.1248067319393158,
|
|
56
|
+
0.0, 0.0, 0.0, 0.17315629124641418, 0.0, 0.0, 0.0, 0.2604460120201111
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"geometricError": 0.0,
|
|
60
|
+
"refine": "ADD",
|
|
61
|
+
"content": { "uri": "points/r01.pnts" }
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"boundingVolume": {
|
|
65
|
+
"box": [
|
|
66
|
+
0.5604310035705566, 1.3988256454467773, 0.376658171415329, 0.5651770830154419,
|
|
67
|
+
0.0, 0.0, 0.0, 0.46619170904159546, 0.0, 0.0, 0.0, 0.32289281487464905
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"geometricError": 0.0,
|
|
71
|
+
"refine": "ADD",
|
|
72
|
+
"content": { "uri": "points/r02.pnts" }
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"boundingVolume": {
|
|
76
|
+
"box": [
|
|
77
|
+
0.6606923937797546, 1.3988182544708252, 1.0713670253753662, 0.46480482816696167,
|
|
78
|
+
0.0, 0.0, 0.0, 0.4661717712879181, 0.0, 0.0, 0.0, 0.29833704233169556
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"geometricError": 0.0,
|
|
82
|
+
"refine": "ADD",
|
|
83
|
+
"content": { "uri": "points/r03.pnts" }
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"boundingVolume": {
|
|
87
|
+
"box": [
|
|
88
|
+
1.6884149312973022, 0.5791147351264954, 0.37058937549591064, 0.5627516508102417,
|
|
89
|
+
0.0, 0.0, 0.0, 0.3532513380050659, 0.0, 0.0, 0.0, 0.33682507276535034
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"geometricError": 0.0,
|
|
93
|
+
"refine": "ADD",
|
|
94
|
+
"content": { "uri": "points/r04.pnts" }
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"boundingVolume": {
|
|
98
|
+
"box": [
|
|
99
|
+
1.5319273471832275, 0.7473264932632446, 0.9682750701904297, 0.40592092275619507,
|
|
100
|
+
0.0, 0.0, 0.0, 0.1851842701435089, 0.0, 0.0, 0.0, 0.2606566846370697
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
"geometricError": 0.0,
|
|
104
|
+
"refine": "ADD",
|
|
105
|
+
"content": { "uri": "points/r05.pnts" }
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"boundingVolume": {
|
|
109
|
+
"box": [
|
|
110
|
+
1.6884897947311401, 1.3987574577331543, 0.37236836552619934, 0.5627261400222778,
|
|
111
|
+
0.0, 0.0, 0.0, 0.4661939740180969, 0.0, 0.0, 0.0, 0.3304767310619354
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"geometricError": 0.0,
|
|
115
|
+
"refine": "ADD",
|
|
116
|
+
"content": { "uri": "points/r06.pnts" }
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"boundingVolume": {
|
|
120
|
+
"box": [
|
|
121
|
+
1.6883270740509033, 1.3989298343658447, 1.0713305473327637, 0.5626779198646545,
|
|
122
|
+
0.0, 0.0, 0.0, 0.4661640524864197, 0.0, 0.0, 0.0, 0.2937571704387665
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"geometricError": 0.0,
|
|
126
|
+
"refine": "ADD",
|
|
127
|
+
"content": { "uri": "points/r07.pnts" }
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"content": { "uri": "points/r0.pnts" }
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"boundingVolume": {
|
|
134
|
+
"box": [
|
|
135
|
+
1.1969048082828522, 2.7968981862068176, 0.7098342627286911, 1.0543581545352936, 0.0,
|
|
136
|
+
0.0, 0.0, 0.9317615628242493, 0.0, 0.0, 0.0, 0.7051142901182175
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"geometricError": 0.12031619925189443,
|
|
140
|
+
"refine": "ADD",
|
|
141
|
+
"children": [
|
|
142
|
+
{
|
|
143
|
+
"boundingVolume": {
|
|
144
|
+
"box": [
|
|
145
|
+
0.6590888500213623, 2.3314104080200195, 0.38634803891181946, 0.466438889503479,
|
|
146
|
+
0.0, 0.0, 0.0, 0.46606820821762085, 0.0, 0.0, 0.0, 0.3195240795612335
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"geometricError": 0.0,
|
|
150
|
+
"refine": "ADD",
|
|
151
|
+
"content": { "uri": "points/r20.pnts" }
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"boundingVolume": {
|
|
155
|
+
"box": [
|
|
156
|
+
0.6503592729568481, 2.331402540206909, 1.0623252391815186, 0.4752395451068878,
|
|
157
|
+
0.0, 0.0, 0.0, 0.46613025665283203, 0.0, 0.0, 0.0, 0.35262331366539
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"geometricError": 0.0,
|
|
161
|
+
"refine": "ADD",
|
|
162
|
+
"content": { "uri": "points/r21.pnts" }
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"boundingVolume": {
|
|
166
|
+
"box": [
|
|
167
|
+
0.6364241242408752, 3.1835198402404785, 0.370440810918808, 0.48903971910476685,
|
|
168
|
+
0.0, 0.0, 0.0, 0.3857994079589844, 0.0, 0.0, 0.0, 0.3367609679698944
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
"geometricError": 0.0,
|
|
172
|
+
"refine": "ADD",
|
|
173
|
+
"content": { "uri": "points/r22.pnts" }
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"boundingVolume": {
|
|
177
|
+
"box": [
|
|
178
|
+
0.6626215577125549, 3.0380873680114746, 1.0581612586975098, 0.46293601393699646,
|
|
179
|
+
0.0, 0.0, 0.0, 0.24029004573822021, 0.0, 0.0, 0.0, 0.3505549132823944
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
"geometricError": 0.0,
|
|
183
|
+
"refine": "ADD",
|
|
184
|
+
"content": { "uri": "points/r23.pnts" }
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"boundingVolume": {
|
|
188
|
+
"box": [
|
|
189
|
+
1.6884944438934326, 2.3316407203674316, 0.09562954306602478, 0.5627685189247131,
|
|
190
|
+
0.0, 0.0, 0.0, 0.46587836742401123, 0.0, 0.0, 0.0, 0.09074161946773529
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"geometricError": 0.0,
|
|
194
|
+
"refine": "ADD",
|
|
195
|
+
"content": { "uri": "points/r24.pnts" }
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"boundingVolume": {
|
|
199
|
+
"box": [
|
|
200
|
+
1.6883786916732788, 2.331381320953369, 1.086396336555481, 0.5627001523971558,
|
|
201
|
+
0.0, 0.0, 0.0, 0.4660683870315552, 0.0, 0.0, 0.0, 0.272603303194046
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"geometricError": 0.0,
|
|
205
|
+
"refine": "ADD",
|
|
206
|
+
"content": { "uri": "points/r25.pnts" }
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"boundingVolume": {
|
|
210
|
+
"box": [
|
|
211
|
+
1.6885024309158325, 3.263172149658203, 0.36613643169403076, 0.5627063512802124,
|
|
212
|
+
0.0, 0.0, 0.0, 0.46548759937286377, 0.0, 0.0, 0.0, 0.34138333797454834
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"geometricError": 0.0,
|
|
216
|
+
"refine": "ADD",
|
|
217
|
+
"content": { "uri": "points/r26.pnts" }
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"boundingVolume": {
|
|
221
|
+
"box": [
|
|
222
|
+
1.6880261898040771, 3.2210941314697266, 0.9599211812019348, 0.56235271692276,
|
|
223
|
+
0.0, 0.0, 0.0, 0.42336761951446533, 0.0, 0.0, 0.0, 0.252341091632843
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"geometricError": 0.0,
|
|
227
|
+
"refine": "ADD",
|
|
228
|
+
"content": { "uri": "points/r27.pnts" }
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"content": { "uri": "points/r2.pnts" }
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"boundingVolume": {
|
|
235
|
+
"box": [
|
|
236
|
+
0.8620010018348694, 2.7029762268066406, 1.4294078350067139, 0.07094019651412964,
|
|
237
|
+
0.0, 0.0, 0.0, 0.08764171600341797, 0.0, 0.0, 0.0, 0.014213085174560547
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"geometricError": 0.0,
|
|
241
|
+
"refine": "ADD",
|
|
242
|
+
"content": { "uri": "points/r3.pnts" }
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"boundingVolume": {
|
|
246
|
+
"box": [
|
|
247
|
+
3.304537773132324, 0.9385813623666763, 0.6891828030347824, 1.0532411336898804, 0.0,
|
|
248
|
+
0.0, 0.0, 0.9265200048685074, 0.0, 0.0, 0.0, 0.7056392282247543
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
"geometricError": 0.12031619925189443,
|
|
252
|
+
"refine": "ADD",
|
|
253
|
+
"children": [
|
|
254
|
+
{
|
|
255
|
+
"boundingVolume": {
|
|
256
|
+
"box": [
|
|
257
|
+
2.8141021728515625, 0.4746535122394562, 0.354105144739151, 0.5626012086868286,
|
|
258
|
+
0.0, 0.0, 0.0, 0.45784321427345276, 0.0, 0.0, 0.0, 0.35336586833000183
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
"geometricError": 0.0,
|
|
262
|
+
"refine": "ADD",
|
|
263
|
+
"content": { "uri": "points/r40.pnts" }
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"boundingVolume": {
|
|
267
|
+
"box": [
|
|
268
|
+
2.915133237838745, 0.5647898316383362, 0.9226189255714417, 0.4609503746032715,
|
|
269
|
+
0.0, 0.0, 0.0, 0.3677363097667694, 0.0, 0.0, 0.0, 0.21505242586135864
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
"geometricError": 0.0,
|
|
273
|
+
"refine": "ADD",
|
|
274
|
+
"content": { "uri": "points/r41.pnts" }
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"boundingVolume": {
|
|
278
|
+
"box": [
|
|
279
|
+
2.814178943634033, 1.398891568183899, 0.33122938871383667, 0.5627145767211914,
|
|
280
|
+
0.0, 0.0, 0.0, 0.4661969244480133, 0.0, 0.0, 0.0, 0.3375523090362549
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
"geometricError": 0.0,
|
|
284
|
+
"refine": "ADD",
|
|
285
|
+
"content": { "uri": "points/r42.pnts" }
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"boundingVolume": {
|
|
289
|
+
"box": [
|
|
290
|
+
2.814178943634033, 1.399066686630249, 1.0575685501098633, 0.5627272129058838,
|
|
291
|
+
0.0, 0.0, 0.0, 0.4660346806049347, 0.0, 0.0, 0.0, 0.33725348114967346
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"geometricError": 0.0,
|
|
295
|
+
"refine": "ADD",
|
|
296
|
+
"content": { "uri": "points/r43.pnts" }
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"boundingVolume": {
|
|
300
|
+
"box": [
|
|
301
|
+
3.747763156890869, 0.5661583542823792, 0.0773334950208664, 0.37081992626190186,
|
|
302
|
+
0.0, 0.0, 0.0, 0.366230845451355, 0.0, 0.0, 0.0, 0.02890622429549694
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"geometricError": 0.0,
|
|
306
|
+
"refine": "ADD",
|
|
307
|
+
"content": { "uri": "points/r44.pnts" }
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"boundingVolume": {
|
|
311
|
+
"box": [
|
|
312
|
+
3.7100775241851807, 0.7707281112670898, 0.8023180961608887, 0.3329813480377197,
|
|
313
|
+
0.0, 0.0, 0.0, 0.16172349452972412, 0.0, 0.0, 0.0, 0.03208738565444946
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
"geometricError": 0.0,
|
|
317
|
+
"refine": "ADD",
|
|
318
|
+
"content": { "uri": "points/r45.pnts" }
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"boundingVolume": {
|
|
322
|
+
"box": [
|
|
323
|
+
3.867363929748535, 1.3989229202270508, 0.2539786994457245, 0.49041497707366943,
|
|
324
|
+
0.0, 0.0, 0.0, 0.4661133587360382, 0.0, 0.0, 0.0, 0.2704351246356964
|
|
325
|
+
]
|
|
326
|
+
},
|
|
327
|
+
"geometricError": 0.0,
|
|
328
|
+
"refine": "ADD",
|
|
329
|
+
"content": { "uri": "points/r46.pnts" }
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"boundingVolume": {
|
|
333
|
+
"box": [
|
|
334
|
+
3.8421125411987305, 1.3987548351287842, 1.0738475322723389, 0.4651988744735718,
|
|
335
|
+
0.0, 0.0, 0.0, 0.4660906195640564, 0.0, 0.0, 0.0, 0.31838130950927734
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
"geometricError": 0.0,
|
|
339
|
+
"refine": "ADD",
|
|
340
|
+
"content": { "uri": "points/r47.pnts" }
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"content": { "uri": "points/r4.pnts" }
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"boundingVolume": {
|
|
347
|
+
"box": [
|
|
348
|
+
3.3730270862579346, 2.609271764755249, 0.7001622021198273, 1.121740698814392, 0.0,
|
|
349
|
+
0.0, 0.0, 0.7441596984863281, 0.0, 0.0, 0.0, 0.6690016686916351
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
"geometricError": 0.12031619925189443,
|
|
353
|
+
"refine": "ADD",
|
|
354
|
+
"children": [
|
|
355
|
+
{
|
|
356
|
+
"boundingVolume": {
|
|
357
|
+
"box": [
|
|
358
|
+
2.814326286315918, 2.331434726715088, 0.3693091571331024, 0.5625115633010864,
|
|
359
|
+
0.0, 0.0, 0.0, 0.4661487340927124, 0.0, 0.0, 0.0, 0.3381486237049103
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"geometricError": 0.0,
|
|
363
|
+
"refine": "ADD",
|
|
364
|
+
"content": { "uri": "points/r60.pnts" }
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"boundingVolume": {
|
|
368
|
+
"box": [
|
|
369
|
+
2.814249277114868, 2.3314290046691895, 1.0387760400772095, 0.5626590251922607,
|
|
370
|
+
0.0, 0.0, 0.0, 0.46619606018066406, 0.0, 0.0, 0.0, 0.33038783073425293
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
"geometricError": 0.0,
|
|
374
|
+
"refine": "ADD",
|
|
375
|
+
"content": { "uri": "points/r61.pnts" }
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"boundingVolume": {
|
|
379
|
+
"box": [
|
|
380
|
+
2.8139495849609375, 3.0731990337371826, 0.10282731801271439, 0.5624197721481323,
|
|
381
|
+
0.0, 0.0, 0.0, 0.2754652500152588, 0.0, 0.0, 0.0, 0.06150231510400772
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
"geometricError": 0.0,
|
|
385
|
+
"refine": "ADD",
|
|
386
|
+
"content": { "uri": "points/r62.pnts" }
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"boundingVolume": {
|
|
390
|
+
"box": [
|
|
391
|
+
2.815488338470459, 2.874725103378296, 0.9668313264846802, 0.5612854957580566,
|
|
392
|
+
0.0, 0.0, 0.0, 0.07704520225524902, 0.0, 0.0, 0.0, 0.22118401527404785
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
"geometricError": 0.0,
|
|
396
|
+
"refine": "ADD",
|
|
397
|
+
"content": { "uri": "points/r63.pnts" }
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"boundingVolume": {
|
|
401
|
+
"box": [
|
|
402
|
+
3.935901165008545, 2.331380844116211, 0.37227338552474976, 0.5588666200637817,
|
|
403
|
+
0.0, 0.0, 0.0, 0.46626877784729004, 0.0, 0.0, 0.0, 0.33483803272247314
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"geometricError": 0.0,
|
|
407
|
+
"refine": "ADD",
|
|
408
|
+
"content": { "uri": "points/r64.pnts" }
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"boundingVolume": {
|
|
412
|
+
"box": [
|
|
413
|
+
3.8688666820526123, 2.331388235092163, 0.9365708827972412, 0.4918854236602783,
|
|
414
|
+
0.0, 0.0, 0.0, 0.4662376046180725, 0.0, 0.0, 0.0, 0.22875595092773438
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
"geometricError": 0.0,
|
|
418
|
+
"refine": "ADD",
|
|
419
|
+
"content": { "uri": "points/r65.pnts" }
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"boundingVolume": {
|
|
423
|
+
"box": [
|
|
424
|
+
3.7129833698272705, 2.947214365005493, 0.40005528926849365, 0.33587002754211426,
|
|
425
|
+
0.0, 0.0, 0.0, 0.14945483207702637, 0.0, 0.0, 0.0, 0.2962592840194702
|
|
426
|
+
]
|
|
427
|
+
},
|
|
428
|
+
"geometricError": 0.0,
|
|
429
|
+
"refine": "ADD",
|
|
430
|
+
"content": { "uri": "points/r66.pnts" }
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"boundingVolume": {
|
|
434
|
+
"box": [
|
|
435
|
+
3.541743755340576, 2.873154640197754, 0.9420145750045776, 0.16480529308319092,
|
|
436
|
+
0.0, 0.0, 0.0, 0.07548391819000244, 0.0, 0.0, 0.0, 0.23410186171531677
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
"geometricError": 0.0,
|
|
440
|
+
"refine": "ADD",
|
|
441
|
+
"content": { "uri": "points/r67.pnts" }
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"content": { "uri": "points/r6.pnts" }
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"content": { "uri": "points/r.pnts" }
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"content": { "uri": "preview.pnts" }
|
|
451
|
+
},
|
|
452
|
+
"asset": {
|
|
453
|
+
"version": "1.0",
|
|
454
|
+
"extras": {
|
|
455
|
+
"created_date": "2026-01-13T13:01:28.833434",
|
|
456
|
+
"generator": { "name": "py3dtiles", "version": "12.0.0" }
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"geometricError": 7.5391219668910425
|
|
460
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "FeatureCollection",
|
|
3
|
+
"features": [
|
|
4
|
+
{
|
|
5
|
+
"id": "1",
|
|
6
|
+
"type": "Feature",
|
|
7
|
+
"properties": {
|
|
8
|
+
"Standort": "Bonn",
|
|
9
|
+
"Mitarbeitende": 26
|
|
10
|
+
},
|
|
11
|
+
"geometry": {
|
|
12
|
+
"coordinates": [7.085121767634178, 50.738628929850876],
|
|
13
|
+
"type": "Point"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "2",
|
|
18
|
+
"type": "Feature",
|
|
19
|
+
"properties": {
|
|
20
|
+
"Standort": "Freiburg",
|
|
21
|
+
"Mitarbeitende": 10
|
|
22
|
+
},
|
|
23
|
+
"geometry": {
|
|
24
|
+
"coordinates": [7.842759788570362, 47.98905444717667],
|
|
25
|
+
"type": "Point"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "3",
|
|
30
|
+
"type": "Feature",
|
|
31
|
+
"properties": {
|
|
32
|
+
"Standort": "Berlin",
|
|
33
|
+
"Mitarbeitende": 13
|
|
34
|
+
},
|
|
35
|
+
"geometry": {
|
|
36
|
+
"coordinates": [13.330420447460796, 52.492768290796676],
|
|
37
|
+
"type": "Point"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "4",
|
|
42
|
+
"type": "Feature",
|
|
43
|
+
"properties": {
|
|
44
|
+
"Standort": "Hamburg",
|
|
45
|
+
"Mitarbeitende": 3
|
|
46
|
+
},
|
|
47
|
+
"geometry": {
|
|
48
|
+
"coordinates": [10.041789021808029, 53.5511363175323],
|
|
49
|
+
"type": "Point"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Tile3DLayerProps } from '@deck.gl/geo-layers';
|
|
2
|
+
export interface Ml3DTileLayerProps extends Tile3DLayerProps {
|
|
3
|
+
/**
|
|
4
|
+
* Id of the target MapLibre instance in mapContext
|
|
5
|
+
*/
|
|
6
|
+
mapId?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Id of an existing layer in the mapLibre instance to help specify the layer order
|
|
9
|
+
* This layer will be visually beneath the layer with the "beforeId" id.
|
|
10
|
+
*/
|
|
11
|
+
beforeId?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const Ml3DTileLayer: (props: Ml3DTileLayerProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default Ml3DTileLayer;
|
|
15
|
+
//# sourceMappingURL=Ml3DTileLayer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ml3DTileLayer.d.ts","sourceRoot":"","sources":["../../../src/components/Ml3DTileLayer/Ml3DTileLayer.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGpE,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB;IAC3D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAqC/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HexagonLayerProps } from '@deck.gl/aggregation-layers';
|
|
2
|
+
export interface MlHexagonMapProps extends HexagonLayerProps {
|
|
3
|
+
/**
|
|
4
|
+
* Id of the target MapLibre instance in mapContext
|
|
5
|
+
*/
|
|
6
|
+
mapId?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Id of an existing layer in the mapLibre instance to help specify the layer order
|
|
9
|
+
* This layer will be visually beneath the layer with the "beforeId" id.
|
|
10
|
+
*/
|
|
11
|
+
beforeId?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const MlHexagonLayer: (props: MlHexagonMapProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default MlHexagonLayer;
|
|
15
|
+
//# sourceMappingURL=MlHexagonLayer.d.ts.map
|