@twinmatrix/spatialverse-sdk-web 0.1.0 → 3.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.
Files changed (154) hide show
  1. package/README.md +1 -0
  2. package/lib/types/meta-atlas-sdk/3DMap/auth/authentication.d.ts +7 -0
  3. package/lib/types/meta-atlas-sdk/3DMap/auth/authentication.d.ts.map +1 -0
  4. package/lib/types/meta-atlas-sdk/3DMap/data/Constants.d.ts +17 -0
  5. package/lib/types/meta-atlas-sdk/3DMap/data/Constants.d.ts.map +1 -0
  6. package/lib/types/meta-atlas-sdk/3DMap/data/DataManager.d.ts +69 -0
  7. package/lib/types/meta-atlas-sdk/3DMap/data/DataManager.d.ts.map +1 -0
  8. package/lib/types/meta-atlas-sdk/3DMap/data/auth.d.ts +10 -0
  9. package/lib/types/meta-atlas-sdk/3DMap/data/auth.d.ts.map +1 -0
  10. package/lib/types/meta-atlas-sdk/3DMap/data/data.service.d.ts +12 -0
  11. package/lib/types/meta-atlas-sdk/3DMap/data/data.service.d.ts.map +1 -0
  12. package/lib/types/meta-atlas-sdk/3DMap/data/jewel-data.d.ts +8 -0
  13. package/lib/types/meta-atlas-sdk/3DMap/data/jewel-data.d.ts.map +1 -0
  14. package/lib/types/meta-atlas-sdk/3DMap/deckgl/DeckGLManager.d.ts +71 -0
  15. package/lib/types/meta-atlas-sdk/3DMap/deckgl/DeckGLManager.d.ts.map +1 -0
  16. package/lib/types/meta-atlas-sdk/3DMap/deckgl/MVTFloorLayer.d.ts +77 -0
  17. package/lib/types/meta-atlas-sdk/3DMap/deckgl/MVTFloorLayer.d.ts.map +1 -0
  18. package/lib/types/meta-atlas-sdk/3DMap/legacy/Changi.d.ts +1 -0
  19. package/lib/types/meta-atlas-sdk/3DMap/legacy/Changi.d.ts.map +1 -0
  20. package/lib/types/meta-atlas-sdk/3DMap/{CustomThreeJsWrapper → legacy/CustomThreeJsWrapper}/CustomThreeJsWrapper.d.ts +26 -3
  21. package/lib/types/meta-atlas-sdk/3DMap/legacy/CustomThreeJsWrapper/CustomThreeJsWrapper.d.ts.map +1 -0
  22. package/lib/types/meta-atlas-sdk/3DMap/legacy/DeckglLayerFactory.d.ts +322 -0
  23. package/lib/types/meta-atlas-sdk/3DMap/legacy/DeckglLayerFactory.d.ts.map +1 -0
  24. package/lib/types/meta-atlas-sdk/3DMap/legacy/DeckglLayerManager.d.ts +121 -0
  25. package/lib/types/meta-atlas-sdk/3DMap/legacy/DeckglLayerManager.d.ts.map +1 -0
  26. package/lib/types/meta-atlas-sdk/3DMap/legacy/EventEmitter.d.ts +10 -0
  27. package/lib/types/meta-atlas-sdk/3DMap/legacy/EventEmitter.d.ts.map +1 -0
  28. package/lib/types/meta-atlas-sdk/3DMap/legacy/Jewel.d.ts +35 -0
  29. package/lib/types/meta-atlas-sdk/3DMap/legacy/Jewel.d.ts.map +1 -0
  30. package/lib/types/meta-atlas-sdk/3DMap/legacy/MainMap.d.ts +314 -0
  31. package/lib/types/meta-atlas-sdk/3DMap/legacy/MainMap.d.ts.map +1 -0
  32. package/lib/types/meta-atlas-sdk/3DMap/legacy/Marker.d.ts +17 -0
  33. package/lib/types/meta-atlas-sdk/3DMap/legacy/Marker.d.ts.map +1 -0
  34. package/lib/types/meta-atlas-sdk/3DMap/legacy/MicrophoneBubbleFactory.d.ts +71 -0
  35. package/lib/types/meta-atlas-sdk/3DMap/legacy/MicrophoneBubbleFactory.d.ts.map +1 -0
  36. package/lib/types/meta-atlas-sdk/3DMap/legacy/aeroport.d.ts +6 -0
  37. package/lib/types/meta-atlas-sdk/3DMap/legacy/aeroport.d.ts.map +1 -0
  38. package/lib/types/meta-atlas-sdk/3DMap/legacy/deckgl-helper.d.ts +14 -0
  39. package/lib/types/meta-atlas-sdk/3DMap/legacy/deckgl-helper.d.ts.map +1 -0
  40. package/lib/types/meta-atlas-sdk/3DMap/legacy/helper-utils.d.ts +4 -0
  41. package/lib/types/meta-atlas-sdk/3DMap/legacy/helper-utils.d.ts.map +1 -0
  42. package/lib/types/meta-atlas-sdk/3DMap/legacy/hotspot-utils.d.ts +13 -0
  43. package/lib/types/meta-atlas-sdk/3DMap/legacy/hotspot-utils.d.ts.map +1 -0
  44. package/lib/types/meta-atlas-sdk/3DMap/legacy/loader.d.ts +3 -0
  45. package/lib/types/meta-atlas-sdk/3DMap/legacy/loader.d.ts.map +1 -0
  46. package/lib/types/meta-atlas-sdk/3DMap/legacy/mapIcons.d.ts +12 -0
  47. package/lib/types/meta-atlas-sdk/3DMap/legacy/mapIcons.d.ts.map +1 -0
  48. package/lib/types/meta-atlas-sdk/3DMap/legacy/markers.d.ts +4 -0
  49. package/lib/types/meta-atlas-sdk/3DMap/legacy/markers.d.ts.map +1 -0
  50. package/lib/types/meta-atlas-sdk/3DMap/legacy/timestampUtils.d.ts +6 -0
  51. package/lib/types/meta-atlas-sdk/3DMap/legacy/timestampUtils.d.ts.map +1 -0
  52. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/aeroport-legacy.d.ts +65 -0
  53. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/aeroport-legacy.d.ts.map +1 -0
  54. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/apiParams.d.ts +25 -0
  55. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/apiParams.d.ts.map +1 -0
  56. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/cameraMatrix.d.ts +8 -0
  57. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/cameraMatrix.d.ts.map +1 -0
  58. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/extrusionSettings.d.ts +32 -0
  59. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/extrusionSettings.d.ts.map +1 -0
  60. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/marker-data.d.ts +12 -0
  61. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/marker-data.d.ts.map +1 -0
  62. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/modelSettings.d.ts +7 -0
  63. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/modelSettings.d.ts.map +1 -0
  64. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/panoramaSettings.d.ts +18 -0
  65. package/lib/types/meta-atlas-sdk/3DMap/legacy/types/panoramaSettings.d.ts.map +1 -0
  66. package/lib/types/meta-atlas-sdk/3DMap/meta-atlas-sdk-3D.d.ts +80 -0
  67. package/lib/types/meta-atlas-sdk/3DMap/meta-atlas-sdk-3D.d.ts.map +1 -0
  68. package/lib/types/meta-atlas-sdk/3DMap/threejs/ThreeJSManager.d.ts +92 -0
  69. package/lib/types/meta-atlas-sdk/3DMap/threejs/ThreeJSManager.d.ts.map +1 -0
  70. package/lib/types/meta-atlas-sdk/3DMap/threejs/utility/CameraSync.d.ts.map +1 -0
  71. package/lib/types/meta-atlas-sdk/3DMap/threejs/utility/CameraUtils.d.ts.map +1 -0
  72. package/lib/types/meta-atlas-sdk/3DMap/threejs/utility/constants.d.ts.map +1 -0
  73. package/lib/types/meta-atlas-sdk/3DMap/threejs/utility/suncalc.d.ts.map +1 -0
  74. package/lib/types/meta-atlas-sdk/3DMap/{CustomThreeJsWrapper → threejs}/utility/utils.d.ts +1 -1
  75. package/lib/types/meta-atlas-sdk/3DMap/threejs/utility/utils.d.ts.map +1 -0
  76. package/lib/types/meta-atlas-sdk/3DMap/types/aeroport.d.ts +14 -0
  77. package/lib/types/meta-atlas-sdk/3DMap/types/aeroport.d.ts.map +1 -0
  78. package/lib/types/meta-atlas-sdk/3DMap/types/render-manager.interface.d.ts +130 -0
  79. package/lib/types/meta-atlas-sdk/3DMap/types/render-manager.interface.d.ts.map +1 -0
  80. package/lib/types/meta-atlas-sdk/3DMap/utils/EventBus.d.ts +35 -0
  81. package/lib/types/meta-atlas-sdk/3DMap/utils/EventBus.d.ts.map +1 -0
  82. package/lib/types/meta-atlas-sdk/3DMap/utils/colors.d.ts +8 -0
  83. package/lib/types/meta-atlas-sdk/3DMap/utils/colors.d.ts.map +1 -0
  84. package/lib/types/meta-atlas-sdk/3DMap/utils/feature-transform.d.ts +12 -0
  85. package/lib/types/meta-atlas-sdk/3DMap/utils/feature-transform.d.ts.map +1 -0
  86. package/lib/types/meta-atlas-sdk/3DMap/utils/helper.d.ts +2 -0
  87. package/lib/types/meta-atlas-sdk/3DMap/utils/helper.d.ts.map +1 -0
  88. package/lib/types/meta-atlas-sdk/IfcModelLoader/index.d.ts +14 -0
  89. package/lib/types/meta-atlas-sdk/IfcModelLoader/index.d.ts.map +1 -0
  90. package/lib/types/meta-atlas-sdk/MetaAtlasCore/custom-map-objects-manager.d.ts +57 -0
  91. package/lib/types/meta-atlas-sdk/MetaAtlasCore/custom-map-objects-manager.d.ts.map +1 -0
  92. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/focus-tree-state.d.ts +4 -0
  93. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/focus-tree-state.d.ts.map +1 -0
  94. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/focus-tree-types.d.ts +45 -0
  95. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/focus-tree-types.d.ts.map +1 -0
  96. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/focus-tree-utils.d.ts +72 -0
  97. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/focus-tree-utils.d.ts.map +1 -0
  98. package/lib/types/meta-atlas-sdk/MetaAtlasCore/{focustree.d.ts → focus-core/focustree.d.ts} +376 -131
  99. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/focustree.d.ts.map +1 -0
  100. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/index.d.ts +661 -0
  101. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focus-core/index.d.ts.map +1 -0
  102. package/lib/types/meta-atlas-sdk/MetaAtlasCore/meta-atlas-sdk-core.d.ts +37 -407
  103. package/lib/types/meta-atlas-sdk/MetaAtlasCore/meta-atlas-sdk-core.d.ts.map +1 -1
  104. package/lib/types/meta-atlas-sdk/MetaAtlasCore/routing-core/routing-helpers.d.ts.map +1 -1
  105. package/lib/types/meta-atlas-sdk/{customerLayer.d.ts → MetaAtlasCore/shared-layers/customerLayer.d.ts} +530 -536
  106. package/lib/types/meta-atlas-sdk/{customerLayer.d.ts.map → MetaAtlasCore/shared-layers/customerLayer.d.ts.map} +1 -1
  107. package/lib/types/meta-atlas-sdk/MetaAtlasCore/shared-layers/customerLayerService.d.ts +108 -0
  108. package/lib/types/meta-atlas-sdk/MetaAtlasCore/shared-layers/customerLayerService.d.ts.map +1 -0
  109. package/lib/types/meta-atlas-sdk/meta-atlas-sdk.d.ts +52 -413
  110. package/lib/types/meta-atlas-sdk/meta-atlas-sdk.d.ts.map +1 -1
  111. package/lib/types/meta-atlas-sdk/utils/helpers.d.ts.map +1 -1
  112. package/lib/types/meta-atlas-sdk/utils/mapobjects-store.d.ts +5 -0
  113. package/lib/types/meta-atlas-sdk/utils/mapobjects-store.d.ts.map +1 -1
  114. package/lib/types/react/MetaAtlasMap.d.ts.map +1 -1
  115. package/lib/types/react/hooks/useCustomMapObject/index.d.ts +3 -0
  116. package/lib/types/react/hooks/useCustomMapObject/index.d.ts.map +1 -0
  117. package/lib/types/react/hooks/useCustomMapObject/types.d.ts +30 -0
  118. package/lib/types/react/hooks/useCustomMapObject/types.d.ts.map +1 -0
  119. package/lib/types/react/hooks/useFocus/index.d.ts.map +1 -1
  120. package/lib/types/react/hooks/useFocus/types.d.ts +11 -0
  121. package/lib/types/react/hooks/useFocus/types.d.ts.map +1 -1
  122. package/lib/types/react/hooks/useMapEvents/index.d.ts.map +1 -1
  123. package/lib/types/react/hooks/useMapOverlays/index.d.ts.map +1 -1
  124. package/lib/types/react/hooks/useMapOverlays/types.d.ts +16 -0
  125. package/lib/types/react/hooks/useMapOverlays/types.d.ts.map +1 -1
  126. package/lib/types/react/hooks/useMetaAtlas/index.d.ts.map +1 -1
  127. package/lib/types/react/index.d.ts +3 -0
  128. package/lib/types/react/index.d.ts.map +1 -1
  129. package/lib/types/react/stores/useMapDataStore.d.ts +2 -0
  130. package/lib/types/react/stores/useMapDataStore.d.ts.map +1 -1
  131. package/lib/types/react/stores/useMetaAtlasStore.d.ts +2 -0
  132. package/lib/types/react/stores/useMetaAtlasStore.d.ts.map +1 -1
  133. package/lib/types/react/types/index.d.ts +8 -0
  134. package/lib/types/react/types/index.d.ts.map +1 -1
  135. package/package.json +18 -9
  136. package/lib/cjs/index.js +0 -642
  137. package/lib/cjs/react/index.js +0 -642
  138. package/lib/esm/index.js +0 -642
  139. package/lib/esm/react/index.js +0 -642
  140. package/lib/types/meta-atlas-sdk/3DMap/CustomThreeJsWrapper/CustomThreeJsWrapper.d.ts.map +0 -1
  141. package/lib/types/meta-atlas-sdk/3DMap/CustomThreeJsWrapper/utility/CameraSync.d.ts.map +0 -1
  142. package/lib/types/meta-atlas-sdk/3DMap/CustomThreeJsWrapper/utility/CameraUtils.d.ts.map +0 -1
  143. package/lib/types/meta-atlas-sdk/3DMap/CustomThreeJsWrapper/utility/constants.d.ts.map +0 -1
  144. package/lib/types/meta-atlas-sdk/3DMap/CustomThreeJsWrapper/utility/suncalc.d.ts.map +0 -1
  145. package/lib/types/meta-atlas-sdk/3DMap/CustomThreeJsWrapper/utility/utils.d.ts.map +0 -1
  146. package/lib/types/meta-atlas-sdk/3DMap/MainMap.d.ts +0 -28
  147. package/lib/types/meta-atlas-sdk/3DMap/MainMap.d.ts.map +0 -1
  148. package/lib/types/meta-atlas-sdk/MetaAtlasCore/focustree.d.ts.map +0 -1
  149. package/lib/types/meta-atlas-sdk/customerLayerVariant.d.ts +0 -5156
  150. package/lib/types/meta-atlas-sdk/customerLayerVariant.d.ts.map +0 -1
  151. /package/lib/types/meta-atlas-sdk/3DMap/{CustomThreeJsWrapper → threejs}/utility/CameraSync.d.ts +0 -0
  152. /package/lib/types/meta-atlas-sdk/3DMap/{CustomThreeJsWrapper → threejs}/utility/CameraUtils.d.ts +0 -0
  153. /package/lib/types/meta-atlas-sdk/3DMap/{CustomThreeJsWrapper → threejs}/utility/constants.d.ts +0 -0
  154. /package/lib/types/meta-atlas-sdk/3DMap/{CustomThreeJsWrapper → threejs}/utility/suncalc.d.ts +0 -0
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Spatialverse SDK for Web
2
2
 
3
3
  Reach out at info@twinmatrix.net to get your access credentials.
4
+
4
5
  View developer docs at https://hub.sandbox.spatialverse.online/docs/for-developers/emp-web-sdk-reference.html
@@ -0,0 +1,7 @@
1
+ export declare class Authentication {
2
+ baseUrl: string;
3
+ constructor();
4
+ authenticate(): Promise<void>;
5
+ static getToken(): string | null;
6
+ }
7
+ //# sourceMappingURL=authentication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authentication.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/auth/authentication.ts"],"names":[],"mappings":"AAGA,qBAAa,cAAc;IACnB,OAAO,EAAE,MAAM,CAAC;;IAMV,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;WAY5B,QAAQ,IAAI,MAAM,GAAG,IAAI;CAIvC"}
@@ -0,0 +1,17 @@
1
+ export declare const WHAT_BUILDING = "what.building";
2
+ export declare const WHAT_FLOOR = "what.floor";
3
+ export declare const WHAT_INFRA_WATER = "what.infra.water";
4
+ export declare const WHAT_INFRA_GARDEN = "what.infra.garden";
5
+ export declare const WHAT_INFRA_WING = "what.infra.wing";
6
+ export declare const WHAT_INFRA_CARPARK = "what.infra.carpark";
7
+ export declare const WHAT_SECURITY = "what.security";
8
+ export declare const WHAT_OTHER = "what.other";
9
+ export declare const WHAT_WALL = "what.wall";
10
+ export declare const WHAT_MEETING_ROOM = "what.office.meeting_room";
11
+ export declare const WHAT_MEETING_WORKSTATION = "what.office.workstation";
12
+ export declare const WHAT_MEETING_WORKSPACE = "what.office.workspace";
13
+ export declare const WHAT_TENANT_DEFAULT = "what.tenant.default";
14
+ export declare const WHAT_TENANT_OVERDUE = "what.tenant.overdue";
15
+ export declare const WHAT_EVENT_HALL = "what.service.event_hall";
16
+ export declare const WHAT_TOILET = "what.service.toilet";
17
+ //# sourceMappingURL=Constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Constants.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/data/Constants.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AACnD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,eAAe,oBAAoB,CAAC;AACjD,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,UAAU,eAAe,CAAC;AAEvC,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,iBAAiB,6BAA6B,CAAC;AAC5D,eAAO,MAAM,wBAAwB,4BAA4B,CAAC;AAClE,eAAO,MAAM,sBAAsB,0BAA0B,CAAC;AAC9D,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,eAAe,4BAA4B,CAAC;AACzD,eAAO,MAAM,WAAW,wBAAwB,CAAC"}
@@ -0,0 +1,69 @@
1
+ import { MetaAtlasCore } from '../../MetaAtlasCore/meta-atlas-sdk-core';
2
+ export interface LoadOptions {
3
+ limit?: number;
4
+ skip?: number;
5
+ cache?: boolean;
6
+ }
7
+ export interface RTLSAsset {
8
+ id: string;
9
+ coordinates: [number, number, number];
10
+ type: string;
11
+ properties?: any;
12
+ }
13
+ export interface RTLSHistory {
14
+ assetId: string;
15
+ timestamp: number;
16
+ coordinates: [number, number, number];
17
+ }
18
+ export interface TimeRange {
19
+ start: number;
20
+ end: number;
21
+ }
22
+ export interface HeatmapPoint {
23
+ coordinates: [number, number];
24
+ weight?: number;
25
+ }
26
+ export interface Waypoint {
27
+ coordinates: [number, number];
28
+ whereTaxonomy?: string;
29
+ }
30
+ export interface Route {
31
+ id: string;
32
+ segments: RouteSegment[];
33
+ properties?: any;
34
+ }
35
+ export interface RouteSegment {
36
+ coordinates: [number, number, number][];
37
+ whereTaxonomy: string;
38
+ properties?: any;
39
+ }
40
+ /**
41
+ * Centralized data manager for all 3D map data loading
42
+ *
43
+ * NOTE: Floor and place loading methods are deprecated in favor of MVT-based rendering.
44
+ * For efficient 3D floor/place visualization, use the MVT layer approach in DeckGLManager
45
+ * which loads data directly from vector tiles.
46
+ *
47
+ * Responsibilities:
48
+ * - Data fetching from API (for non-floor data like RTLS, routes, heatmaps)
49
+ * - Caching layer
50
+ * - Data processing and transformation
51
+ * - Error handling
52
+ */
53
+ export declare class DataManager {
54
+ private apiClient;
55
+ private metaAtlasCore;
56
+ private cache;
57
+ private cacheTTL;
58
+ constructor(metaAtlasCore: MetaAtlasCore);
59
+ loadRoute(routeId: string): Promise<Route | null>;
60
+ computeRoute(waypoints: Waypoint[]): Promise<Route>;
61
+ loadRTLSAssets(options?: LoadOptions): Promise<RTLSAsset[]>;
62
+ loadRTLSHistory(assetId: string, timeRange: TimeRange): Promise<RTLSHistory[]>;
63
+ loadHeatmapData(source: 'camera' | 'queue' | 'crowd', options?: LoadOptions): Promise<HeatmapPoint[]>;
64
+ clearCache(scope?: 'routes' | 'rtls' | 'heatmap' | 'all'): void;
65
+ setCacheTTL(ttl: number): void;
66
+ private getCached;
67
+ private setCache;
68
+ }
69
+ //# sourceMappingURL=DataManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataManager.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/data/DataManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAIxE,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,GAAG,CAAC;CAClB;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,QAAQ;IACvB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,KAAK;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAClB;AAED,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;IACxC,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,WAAW;IACtB,OAAO,CAAC,SAAS,CAAc;IAC/B,OAAO,CAAC,aAAa,CAAgB;IACrC,OAAO,CAAC,KAAK,CAA4D;IACzE,OAAO,CAAC,QAAQ,CAAyB;gBAE7B,aAAa,EAAE,aAAa;IAUlC,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;IAejD,YAAY,CAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,KAAK,CAAC;IAqDnD,cAAc,CAAC,OAAO,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAoD3D,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAuB9E,eAAe,CAAC,MAAM,EAAE,QAAQ,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;IA6D3G,UAAU,CAAC,KAAK,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,IAAI;IAc/D,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAK9B,OAAO,CAAC,SAAS;IAajB,OAAO,CAAC,QAAQ;CAOjB"}
@@ -0,0 +1,10 @@
1
+ export declare const baseUrl = "https://atoms-api.sandbox.spatialverse.online";
2
+ export declare const authData: {
3
+ strategy: string;
4
+ atomsSdkToken: string;
5
+ clientEngine: string;
6
+ clientOS: string;
7
+ };
8
+ export declare const atomsUrl = "https://atoms-sdk.sandbox.spatialverse.online/";
9
+ export declare const atomsApi = "519887920bda9b26e2a5e2020b9fb47021c81f9fcb9a892fdba6bf58898ced81";
10
+ //# sourceMappingURL=auth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/data/auth.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,kDAAkD,CAAC;AAEvE,eAAO,MAAM,QAAQ;;;;;CAKlB,CAAC;AAEJ,eAAO,MAAM,QAAQ,mDAAmD,CAAC;AACzE,eAAO,MAAM,QAAQ,qEAAqE,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { UrlParams } from '../types/apiParams';
2
+ export declare class DataService {
3
+ /**
4
+ * GET: Get map objects data based on url parameters.
5
+ * @param params Url Parameters
6
+ * @returns Map Objects fetched data
7
+ */
8
+ getMapObjects(params: Partial<UrlParams>): Promise<any[] | null>;
9
+ getCategories(params: Partial<UrlParams>): Promise<any[] | null>;
10
+ private _generateUrl;
11
+ }
12
+ //# sourceMappingURL=data.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data.service.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/data/data.service.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,qBAAa,WAAW;IAEvB;;;;OAIG;IACU,aAAa,CAAE,MAAM,EAAE,OAAO,CAAC,SAAS,CAAC,GAAI,OAAO,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC;IA0BlE,aAAa,CAAE,MAAM,EAAE,OAAO,CAAC,SAAS,CAAC,GAAI,OAAO,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC;IA0B/E,OAAO,CAAC,YAAY;CA+BpB"}
@@ -0,0 +1,8 @@
1
+ export interface DataStack {
2
+ id: string;
3
+ levelIndex: number;
4
+ groundStackHeight: number;
5
+ zoomLevel: number;
6
+ }
7
+ export declare const dataStack: DataStack[];
8
+ //# sourceMappingURL=jewel-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jewel-data.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/data/jewel-data.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,SAAS,EAAE,SAAS,EAkGhC,CAAC"}
@@ -0,0 +1,71 @@
1
+ import { Map as MapLibreMap } from 'maplibre-gl';
2
+ import { MapboxOverlay } from '@deck.gl/mapbox';
3
+ import { IRenderManager, ExtrusionConfig, IconConfig, TextConfig, HeatmapConfig, RouteConfig, RenderEvent, EventCallback } from '../types/render-manager.interface';
4
+ import { MetaAtlasCore } from '../../MetaAtlasCore/meta-atlas-sdk-core';
5
+ import { TileServerConfig } from '../meta-atlas-sdk-3D';
6
+ /**
7
+ * Deck.gl rendering manager implementing IRenderManager interface
8
+ * Handles all Deck.gl-based 3D rendering operations
9
+ */
10
+ export declare class DeckGLManager implements IRenderManager {
11
+ private map;
12
+ private overlay;
13
+ private layers;
14
+ private layerGroups;
15
+ private extrusions;
16
+ private icons;
17
+ private texts;
18
+ private heatmaps;
19
+ private routes;
20
+ private mvtFloorLayer;
21
+ private metaAtlasCore;
22
+ private tileServerConfig;
23
+ private osmBasemap;
24
+ private eventListeners;
25
+ private floorVisibility;
26
+ private translationMatrix;
27
+ private modelMatrix;
28
+ constructor(map: MapLibreMap, metaAtlasCore?: MetaAtlasCore, tileServerConfig?: TileServerConfig);
29
+ initialize(map: MapLibreMap): void;
30
+ destroy(): void;
31
+ addExtrusion(config: ExtrusionConfig): string;
32
+ removeExtrusion(objectId: string): void;
33
+ updateExtrusion(objectId: string, config: Partial<ExtrusionConfig>): void;
34
+ addIcon(config: IconConfig): string;
35
+ removeIcon(objectId: string): void;
36
+ updateIcon(objectId: string, config: Partial<IconConfig>): void;
37
+ addText(config: TextConfig): string;
38
+ removeText(objectId: string): void;
39
+ updateText(objectId: string, config: Partial<TextConfig>): void;
40
+ addHeatmap(config: HeatmapConfig): string;
41
+ removeHeatmap(layerId: string): void;
42
+ updateHeatmap(layerId: string, config: Partial<HeatmapConfig>): void;
43
+ addRoute(config: RouteConfig): string;
44
+ removeRoute(routeId: string): void;
45
+ updateRoute(routeId: string, config: Partial<RouteConfig>): void;
46
+ setObjectVisibility(objectId: string, visible: boolean): void;
47
+ filterByWhatTaxonomy(taxonomies: string[]): void;
48
+ setLayerVisibility(layerId: string, visible: boolean): void;
49
+ setFloorHeight(whereTaxonomy: string, height: number): void;
50
+ showFloor(whereTaxonomy: string): void;
51
+ hideFloor(whereTaxonomy: string): void;
52
+ setFloorVisibility(whereTaxonomy: string, visible: boolean): void;
53
+ on(event: RenderEvent, callback: EventCallback): void;
54
+ off(event: RenderEvent, callback: EventCallback): void;
55
+ update(): void;
56
+ private initOverlay;
57
+ private updateOverlay;
58
+ private generateId;
59
+ private hexToRgb;
60
+ private getIconForType;
61
+ /**
62
+ * Initialize MVT floor layer (called from initialize())
63
+ */
64
+ private initializeMVTFloorLayer;
65
+ /**
66
+ * Remove MVT floor layer
67
+ */
68
+ private removeMVTFloorLayer;
69
+ getOverlay(): MapboxOverlay;
70
+ }
71
+ //# sourceMappingURL=DeckGLManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeckGLManager.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/deckgl/DeckGLManager.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,77 @@
1
+ import { MVTLayer, TileLayer } from '@deck.gl/geo-layers';
2
+ import { FloorMVTConfig, FloorMVTFilter } from '../types/render-manager.interface';
3
+ /**
4
+ * MVT Floor Layer for rendering 3D floor data from vector tiles
5
+ * Single instance class - only one MVT floor layer can exist
6
+ */
7
+ export declare class MVTFloorLayer {
8
+ private config;
9
+ private currentFilter;
10
+ private readonly layerId;
11
+ private customerLayerService;
12
+ private iconAtlas;
13
+ private iconMapping;
14
+ private readonly spriteServerUrl;
15
+ constructor(config: FloorMVTConfig);
16
+ /**
17
+ * Load sprite atlas image and mapping JSON from sprite server
18
+ */
19
+ private loadSpriteAtlas;
20
+ /**
21
+ * Create the main MVT layer with 3D floor rendering
22
+ */
23
+ createLayer(): MVTLayer;
24
+ /**
25
+ * Update filter by taxonomy paths
26
+ */
27
+ updateFilterByTaxonomies(whereTaxonomies?: string[], whatTaxonomies?: string[]): void;
28
+ /**
29
+ * Get current filter settings
30
+ */
31
+ getFilter(): FloorMVTFilter;
32
+ /**
33
+ * Get the internal layer ID
34
+ */
35
+ getLayerId(): string;
36
+ /**
37
+ * Recreate layer with current filter (called after filter update)
38
+ */
39
+ recreateLayer(): MVTLayer;
40
+ /**
41
+ * Render sublayers with 3D floor extrusions using GeoJsonLayer
42
+ */
43
+ private renderSubLayers;
44
+ /**
45
+ * Filter features based on current filter settings
46
+ */
47
+ private filterFeatures;
48
+ /**
49
+ * Pre-compute rendering values and store them in feature properties
50
+ * This avoids recalculating these values for every feature on every render
51
+ */
52
+ private precomputeRenderingValues;
53
+ /**
54
+ * Get base height (Z elevation) from feature properties
55
+ * This is the starting Z position, not the extrusion amount
56
+ */
57
+ private getBaseHeight;
58
+ /**
59
+ * Extract height from feature properties
60
+ * Used for color calculations and other purposes
61
+ */
62
+ private extractHeight;
63
+ /**
64
+ * Get fill color based on feature properties
65
+ * Uses customerLayerService to lookup colors from customerLayer definitions
66
+ */
67
+ private getFillColor;
68
+ /**
69
+ * Get default fill color (fallback when no customerLayer match found)
70
+ */
71
+ private getDefaultFillColor;
72
+ }
73
+ /**
74
+ * Create an OSM basemap tile layer for context
75
+ */
76
+ export declare function createOSMBasemap(id?: string): TileLayer<ImageBitmap>;
77
+ //# sourceMappingURL=MVTFloorLayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MVTFloorLayer.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/deckgl/MVTFloorLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAG1D,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAMnF;;;GAGG;AACH,qBAAa,aAAa;IACxB,OAAO,CAAC,MAAM,CAAiB;IAC/B,OAAO,CAAC,aAAa,CAAiB;IACtC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA6B;IACrD,OAAO,CAAC,oBAAoB,CAAuB;IACnD,OAAO,CAAC,SAAS,CAAuB;IACxC,OAAO,CAAC,WAAW,CAAoC;IACvD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAmF;gBAEvG,MAAM,EAAE,cAAc;IAYlC;;OAEG;YACW,eAAe;IAmC7B;;OAEG;IACH,WAAW,IAAI,QAAQ;IAsDvB;;OAEG;IACH,wBAAwB,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI;IAyBrF;;OAEG;IACH,SAAS,IAAI,cAAc;IAI3B;;OAEG;IACH,UAAU,IAAI,MAAM;IAIpB;;OAEG;IACH,aAAa,IAAI,QAAQ;IAIzB;;OAEG;IACH,OAAO,CAAC,eAAe;IAgMvB;;OAEG;IACH,OAAO,CAAC,cAAc;IA+DtB;;;OAGG;IACH,OAAO,CAAC,yBAAyB;IAuDjC;;;OAGG;IACH,OAAO,CAAC,aAAa;IAUrB;;;OAGG;IACH,OAAO,CAAC,aAAa;IASrB;;;OAGG;IACH,OAAO,CAAC,YAAY;IAyCpB;;OAEG;IACH,OAAO,CAAC,mBAAmB;CAU5B;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,EAAE,GAAE,MAAsB,GAAG,SAAS,CAAC,WAAW,CAAC,CAsBnF"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Changi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Changi.d.ts","sourceRoot":"","sources":["../../../../../src/meta-atlas-sdk/3DMap/legacy/Changi.ts"],"names":[],"mappings":""}
@@ -1,15 +1,30 @@
1
- import { Mesh, Object3D, Shape, ExtrudeGeometry } from 'three';
1
+ import { Mesh, Object3D, Vector2, Shape, ExtrudeGeometry, Raycaster } from 'three';
2
+ import { CSS2DRenderer } from 'three/examples/jsm/renderers/CSS2DRenderer.js';
2
3
  declare class CustomThreeJSWrapper {
3
4
  map: any;
4
5
  scene: any;
5
6
  camera: any;
6
7
  renderer: any;
8
+ css2dRenderer: CSS2DRenderer;
7
9
  cameraSync: any;
8
10
  fov: any;
11
+ raycaster: Raycaster;
12
+ mouse: Vector2;
9
13
  constructor(map: any);
10
- resize(): void;
11
- isWebglSupported(): boolean;
14
+ onMouseClick(event: MouseEvent): void;
12
15
  repaint(): void;
16
+ /**
17
+ * Initialize CSS2DRenderer for HTML overlays in 3D space
18
+ */
19
+ initCSS2DRenderer(): void;
20
+ /**
21
+ * Update CSS2DRenderer size when map is resized
22
+ */
23
+ updateCSS2DRendererSize(): void;
24
+ /**
25
+ * Render CSS2D elements
26
+ */
27
+ renderCSS2D(): void;
13
28
  clear(layerId?: any): Promise<unknown>;
14
29
  clearMeshes(): Promise<unknown>;
15
30
  filter3DObjects(whatTaxonomies: string[]): void;
@@ -26,6 +41,14 @@ declare class CustomThreeJSWrapper {
26
41
  disposeTexture(texture: any): void;
27
42
  disposeGeometry(geometry: any): void;
28
43
  remove(object: any): void;
44
+ /**
45
+ * Handle map resize events for both WebGL and CSS2D renderers
46
+ */
47
+ onMapResize(): void;
48
+ /**
49
+ * Cleanup CSS2DRenderer when disposing
50
+ */
51
+ disposeCSS2DRenderer(): void;
29
52
  update(): void;
30
53
  }
31
54
  export default CustomThreeJSWrapper;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomThreeJsWrapper.d.ts","sourceRoot":"","sources":["../../../../../../src/meta-atlas-sdk/3DMap/legacy/CustomThreeJsWrapper/CustomThreeJsWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,IAAI,EACJ,QAAQ,EAIR,OAAO,EAEP,KAAK,EAEL,eAAe,EAEf,SAAS,EACV,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAK9E,cAAM,oBAAoB;IACxB,GAAG,MAAC;IACJ,KAAK,MAAC;IACN,MAAM,MAAC;IACP,QAAQ,MAAC;IACT,aAAa,EAAE,aAAa,CAAC;IAC7B,UAAU,MAAC;IACX,GAAG,MAAC;IACJ,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,OAAO,CAAC;gBAEH,GAAG,KAAA;IA8Cf,YAAY,CAAC,KAAK,EAAE,UAAU;IAgC9B,OAAO;IAIP;;OAEG;IACH,iBAAiB;IAqBjB;;OAEG;IACH,uBAAuB;IAQvB;;OAEG;IACH,WAAW;IAML,KAAK,CAAC,OAAO,MAAO;IAkBpB,WAAW;IAejB,eAAe,CAAC,cAAc,EAAE,MAAM,EAAE;IAmBxC,GAAG,CAAC,MAAM,KAAA;IAIV,cAAc;IAKd,WAAW,CAAC,MAAM,KAAA,EAAE,UAAU,KAAA;IAU9B,aAAa,CAAC,KAAK,KAAA,EAAE,QAAQ,KAAA;IAM7B,UAAU,CAAC,MAAM,EAAE,GAAG;IAatB,SAAS,CAAC,GAAG,EAAE,GAAG;IAWlB,UAAU,CAAC,IAAI,KAAA;IA4Bf,OAAO,CAAC,MAAM,KAAA;IAyBd,aAAa,CAAC,MAAM,KAAA;IAyBpB,eAAe,CAAC,QAAQ,KAAA;IAOxB,cAAc,CAAC,OAAO,KAAA;IAOtB,eAAe,CAAC,QAAQ,KAAA;IAMxB,MAAM,CAAC,MAAM,KAAA;IAKb;;OAEG;IACH,WAAW;IAeX;;OAEG;IACH,oBAAoB;IAUpB,MAAM;CAWP;AAED,eAAe,oBAAoB,CAAC"}