@xyo-network/react-map 4.4.9 → 4.4.11

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 (117) hide show
  1. package/dist/browser/Components/AnimatedHeatMap.d.ts +13 -0
  2. package/dist/browser/Components/AnimatedHeatMap.d.ts.map +1 -0
  3. package/dist/browser/Components/AnimatedHeatMapLoaded.d.ts +8 -0
  4. package/dist/browser/Components/AnimatedHeatMapLoaded.d.ts.map +1 -0
  5. package/dist/browser/Components/FeaturesToLayersMap.d.ts +7 -0
  6. package/dist/browser/Components/FeaturesToLayersMap.d.ts.map +1 -0
  7. package/dist/browser/Components/HeatMapSettings.d.ts +3 -0
  8. package/dist/browser/Components/HeatMapSettings.d.ts.map +1 -0
  9. package/dist/browser/Components/LayerAnimator.d.ts +12 -0
  10. package/dist/browser/Components/LayerAnimator.d.ts.map +1 -0
  11. package/dist/browser/Components/Legend.d.ts +5 -0
  12. package/dist/browser/Components/Legend.d.ts.map +1 -0
  13. package/dist/browser/Components/Legends/ColorGradient.d.ts +5 -0
  14. package/dist/browser/Components/Legends/ColorGradient.d.ts.map +1 -0
  15. package/dist/browser/Components/Legends/index.d.ts +2 -0
  16. package/dist/browser/Components/Legends/index.d.ts.map +1 -0
  17. package/dist/browser/Components/MapBox.d.ts +11 -0
  18. package/dist/browser/Components/MapBox.d.ts.map +1 -0
  19. package/dist/browser/Components/MapBoxHeat.d.ts +4 -0
  20. package/dist/browser/Components/MapBoxHeat.d.ts.map +1 -0
  21. package/dist/browser/Components/MapBoxPoints.d.ts +9 -0
  22. package/dist/browser/Components/MapBoxPoints.d.ts.map +1 -0
  23. package/dist/browser/Components/MapSettingsComponents/Setting.d.ts +8 -0
  24. package/dist/browser/Components/MapSettingsComponents/Setting.d.ts.map +1 -0
  25. package/dist/browser/Components/MapSettingsComponents/SettingsBox.d.ts +7 -0
  26. package/dist/browser/Components/MapSettingsComponents/SettingsBox.d.ts.map +1 -0
  27. package/dist/browser/Components/MapSettingsComponents/index.d.ts +3 -0
  28. package/dist/browser/Components/MapSettingsComponents/index.d.ts.map +1 -0
  29. package/dist/browser/Components/index.d.ts +12 -0
  30. package/dist/browser/Components/index.d.ts.map +1 -0
  31. package/dist/browser/Contexts/HeatMapInitializer/Context.d.ts +4 -0
  32. package/dist/browser/Contexts/HeatMapInitializer/Context.d.ts.map +1 -0
  33. package/dist/browser/Contexts/HeatMapInitializer/Provider.d.ts +16 -0
  34. package/dist/browser/Contexts/HeatMapInitializer/Provider.d.ts.map +1 -0
  35. package/dist/browser/Contexts/HeatMapInitializer/State.d.ts +7 -0
  36. package/dist/browser/Contexts/HeatMapInitializer/State.d.ts.map +1 -0
  37. package/dist/browser/Contexts/HeatMapInitializer/index.d.ts +4 -0
  38. package/dist/browser/Contexts/HeatMapInitializer/index.d.ts.map +1 -0
  39. package/dist/browser/Contexts/HeatMapInitializer/useHeatMapInitializer.d.ts +3 -0
  40. package/dist/browser/Contexts/HeatMapInitializer/useHeatMapInitializer.d.ts.map +1 -0
  41. package/dist/browser/Contexts/MapBoxInstance/Context.d.ts +4 -0
  42. package/dist/browser/Contexts/MapBoxInstance/Context.d.ts.map +1 -0
  43. package/dist/browser/Contexts/MapBoxInstance/Provider.d.ts +4 -0
  44. package/dist/browser/Contexts/MapBoxInstance/Provider.d.ts.map +1 -0
  45. package/dist/browser/Contexts/MapBoxInstance/State.d.ts +8 -0
  46. package/dist/browser/Contexts/MapBoxInstance/State.d.ts.map +1 -0
  47. package/dist/browser/Contexts/MapBoxInstance/index.d.ts +4 -0
  48. package/dist/browser/Contexts/MapBoxInstance/index.d.ts.map +1 -0
  49. package/dist/browser/Contexts/MapBoxInstance/useMapBoxInstance.d.ts +3 -0
  50. package/dist/browser/Contexts/MapBoxInstance/useMapBoxInstance.d.ts.map +1 -0
  51. package/dist/browser/Contexts/MapSettings/Context.d.ts +4 -0
  52. package/dist/browser/Contexts/MapSettings/Context.d.ts.map +1 -0
  53. package/dist/browser/Contexts/MapSettings/Provider.d.ts +11 -0
  54. package/dist/browser/Contexts/MapSettings/Provider.d.ts.map +1 -0
  55. package/dist/browser/Contexts/MapSettings/State.d.ts +7 -0
  56. package/dist/browser/Contexts/MapSettings/State.d.ts.map +1 -0
  57. package/dist/browser/Contexts/MapSettings/index.d.ts +4 -0
  58. package/dist/browser/Contexts/MapSettings/index.d.ts.map +1 -0
  59. package/dist/browser/Contexts/MapSettings/useMapSettings.d.ts +3 -0
  60. package/dist/browser/Contexts/MapSettings/useMapSettings.d.ts.map +1 -0
  61. package/dist/browser/Contexts/index.d.ts +4 -0
  62. package/dist/browser/Contexts/index.d.ts.map +1 -0
  63. package/dist/browser/Layers/Builders/LocationHeatMapLayerBuilder.d.ts +13 -0
  64. package/dist/browser/Layers/Builders/LocationHeatMapLayerBuilder.d.ts.map +1 -0
  65. package/dist/browser/Layers/Builders/LocationHeatMapLayerBuilderAnimated.d.ts +3 -0
  66. package/dist/browser/Layers/Builders/LocationHeatMapLayerBuilderAnimated.d.ts.map +1 -0
  67. package/dist/browser/Layers/Builders/LocationPointsMapLayerBuilder.d.ts +7 -0
  68. package/dist/browser/Layers/Builders/LocationPointsMapLayerBuilder.d.ts.map +1 -0
  69. package/dist/browser/Layers/Builders/index.d.ts +4 -0
  70. package/dist/browser/Layers/Builders/index.d.ts.map +1 -0
  71. package/dist/browser/Layers/CircleLayer.d.ts +9 -0
  72. package/dist/browser/Layers/CircleLayer.d.ts.map +1 -0
  73. package/dist/browser/Layers/Configs/HeatMapFillLayerConfig.d.ts +3 -0
  74. package/dist/browser/Layers/Configs/HeatMapFillLayerConfig.d.ts.map +1 -0
  75. package/dist/browser/Layers/Configs/HeatMapLineLayerConfig.d.ts +3 -0
  76. package/dist/browser/Layers/Configs/HeatMapLineLayerConfig.d.ts.map +1 -0
  77. package/dist/browser/Layers/Configs/HeatMapSymbolLayerConfig.d.ts +3 -0
  78. package/dist/browser/Layers/Configs/HeatMapSymbolLayerConfig.d.ts.map +1 -0
  79. package/dist/browser/Layers/Configs/LocationPointLayerConfig.d.ts +3 -0
  80. package/dist/browser/Layers/Configs/LocationPointLayerConfig.d.ts.map +1 -0
  81. package/dist/browser/Layers/Configs/index.d.ts +5 -0
  82. package/dist/browser/Layers/Configs/index.d.ts.map +1 -0
  83. package/dist/browser/Layers/FillLayer.d.ts +9 -0
  84. package/dist/browser/Layers/FillLayer.d.ts.map +1 -0
  85. package/dist/browser/Layers/LineLayer.d.ts +9 -0
  86. package/dist/browser/Layers/LineLayer.d.ts.map +1 -0
  87. package/dist/browser/Layers/MapLayer.d.ts +6 -0
  88. package/dist/browser/Layers/MapLayer.d.ts.map +1 -0
  89. package/dist/browser/Layers/SymbolLayer.d.ts +9 -0
  90. package/dist/browser/Layers/SymbolLayer.d.ts.map +1 -0
  91. package/dist/browser/Layers/index.d.ts +8 -0
  92. package/dist/browser/Layers/index.d.ts.map +1 -0
  93. package/dist/browser/MapBoxClasses/MapBase.d.ts +16 -0
  94. package/dist/browser/MapBoxClasses/MapBase.d.ts.map +1 -0
  95. package/dist/browser/MapBoxClasses/MapHeat.d.ts +16 -0
  96. package/dist/browser/MapBoxClasses/MapHeat.d.ts.map +1 -0
  97. package/dist/browser/MapBoxClasses/MapPoints.d.ts +14 -0
  98. package/dist/browser/MapBoxClasses/MapPoints.d.ts.map +1 -0
  99. package/dist/browser/MapBoxClasses/MapSettings.d.ts +31 -0
  100. package/dist/browser/MapBoxClasses/MapSettings.d.ts.map +1 -0
  101. package/dist/browser/MapBoxClasses/index.d.ts +5 -0
  102. package/dist/browser/MapBoxClasses/index.d.ts.map +1 -0
  103. package/dist/browser/hooks/index.d.ts +4 -0
  104. package/dist/browser/hooks/index.d.ts.map +1 -0
  105. package/dist/browser/hooks/useDynamicMapResize.d.ts +7 -0
  106. package/dist/browser/hooks/useDynamicMapResize.d.ts.map +1 -0
  107. package/dist/browser/hooks/useDynamicPositioning.d.ts +6 -0
  108. package/dist/browser/hooks/useDynamicPositioning.d.ts.map +1 -0
  109. package/dist/browser/hooks/useQuadKeyPayloadsToFeatures.d.ts +9 -0
  110. package/dist/browser/hooks/useQuadKeyPayloadsToFeatures.d.ts.map +1 -0
  111. package/dist/browser/index.d.ts +6 -255
  112. package/dist/browser/index.d.ts.map +1 -0
  113. package/dist/browser/lib/MapBoxBaseProps.d.ts +19 -0
  114. package/dist/browser/lib/MapBoxBaseProps.d.ts.map +1 -0
  115. package/dist/browser/lib/index.d.ts +2 -0
  116. package/dist/browser/lib/index.d.ts.map +1 -0
  117. package/package.json +15 -15
@@ -0,0 +1,13 @@
1
+ import type { AnimatedHeatMapColorProps, MapSetting } from '@xyo-network/react-map-model';
2
+ import type { Feature, Polygon } from 'geojson';
3
+ import type { PropsWithChildren } from 'react';
4
+ import React from 'react';
5
+ export interface AnimatedHeatMapProps {
6
+ accessToken: string;
7
+ animatedFeatureSets: Feature<Polygon>[][];
8
+ defaultMapSettings?: MapSetting;
9
+ heatMapColorProps: AnimatedHeatMapColorProps;
10
+ staticFeatureSet: Feature<Polygon>[];
11
+ }
12
+ export declare const AnimatedHeatMap: React.FC<PropsWithChildren<AnimatedHeatMapProps>>;
13
+ //# sourceMappingURL=AnimatedHeatMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedHeatMap.d.ts","sourceRoot":"","sources":["../../../src/Components/AnimatedHeatMap.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAA;AACzF,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAAmB,MAAM,OAAO,CAAA;AASvC,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,MAAM,CAAA;IACnB,mBAAmB,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,EAAE,CAAA;IACzC,kBAAkB,CAAC,EAAE,UAAU,CAAA;IAC/B,iBAAiB,EAAE,yBAAyB,CAAA;IAC5C,gBAAgB,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,CAAA;CACrC;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,CAqC7E,CAAA"}
@@ -0,0 +1,8 @@
1
+ import type { FlexBoxProps } from '@xylabs/react-flexbox';
2
+ import React from 'react';
3
+ export interface AnimatedHeatMapLoadedProps extends FlexBoxProps {
4
+ accessToken: string;
5
+ archivistNameOrAddress: string;
6
+ }
7
+ export declare const AnimatedHeatMapLoaded: React.FC<AnimatedHeatMapLoadedProps>;
8
+ //# sourceMappingURL=AnimatedHeatMapLoaded.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedHeatMapLoaded.d.ts","sourceRoot":"","sources":["../../../src/Components/AnimatedHeatMapLoaded.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AASzD,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,MAAM,WAAW,0BAA2B,SAAQ,YAAY;IAC9D,WAAW,EAAE,MAAM,CAAA;IACnB,sBAAsB,EAAE,MAAM,CAAA;CAC/B;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAuCtE,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { Feature, Polygon } from 'geojson';
2
+ import type { MapLayer } from '../Layers/index.ts';
3
+ export interface FeaturesToLayersMap {
4
+ features: Feature<Polygon>[];
5
+ layers: MapLayer[];
6
+ }
7
+ //# sourceMappingURL=FeaturesToLayersMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeaturesToLayersMap.d.ts","sourceRoot":"","sources":["../../../src/Components/FeaturesToLayersMap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAElD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,CAAA;IAC5B,MAAM,EAAE,QAAQ,EAAE,CAAA;CACnB"}
@@ -0,0 +1,3 @@
1
+ declare const HeatMapSettings: import("@xyo-network/react-map-model").MapSetting;
2
+ export { HeatMapSettings };
3
+ //# sourceMappingURL=HeatMapSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeatMapSettings.d.ts","sourceRoot":"","sources":["../../../src/Components/HeatMapSettings.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,eAAe,mDAAuB,CAAA;AAQ5C,OAAO,EAAE,eAAe,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import type { Map } from 'mapbox-gl';
2
+ import type { PropsWithChildren } from 'react';
3
+ import React from 'react';
4
+ import type { MapboxFlexBoxProps } from '../lib/index.ts';
5
+ export interface LayerAnimatorProps {
6
+ animateLayers?: boolean;
7
+ layers: MapboxFlexBoxProps['layers'];
8
+ layersInitialized: boolean;
9
+ map: Map | undefined;
10
+ }
11
+ export declare const LayerAnimator: React.FC<PropsWithChildren<LayerAnimatorProps>>;
12
+ //# sourceMappingURL=LayerAnimator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LayerAnimator.d.ts","sourceRoot":"","sources":["../../../src/Components/LayerAnimator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAA;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAEN,MAAM,OAAO,CAAA;AAGd,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEzD,MAAM,WAAW,kBAAkB;IACjC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC,CAAA;IACpC,iBAAiB,EAAE,OAAO,CAAA;IAC1B,GAAG,EAAE,GAAG,GAAG,SAAS,CAAA;CACrB;AAKD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,CAkGzE,CAAA"}
@@ -0,0 +1,5 @@
1
+ import type { ColorGradientLegendProps } from '@xyo-network/react-map-model';
2
+ import React from 'react';
3
+ declare const AnimatedHeatMapLegend: React.FC<ColorGradientLegendProps>;
4
+ export { AnimatedHeatMapLegend };
5
+ //# sourceMappingURL=Legend.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Legend.d.ts","sourceRoot":"","sources":["../../../src/Components/Legend.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAA;AAC5E,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA0B7D,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -0,0 +1,5 @@
1
+ import type { ColorGradientLegendProps } from '@xyo-network/react-map-model';
2
+ import React from 'react';
3
+ declare const ColorGradientLegend: React.FC<ColorGradientLegendProps>;
4
+ export { ColorGradientLegend };
5
+ //# sourceMappingURL=ColorGradient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorGradient.d.ts","sourceRoot":"","sources":["../../../../src/Components/Legends/ColorGradient.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAA;AAC5E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA2B3D,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './ColorGradient.tsx';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Legends/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,11 @@
1
+ import 'mapbox-gl/dist/mapbox-gl.css';
2
+ import type { MapOptions } from 'mapbox-gl';
3
+ import React from 'react';
4
+ export interface MapBoxProps {
5
+ accessToken: string;
6
+ darkMode?: boolean;
7
+ options?: Partial<MapOptions>;
8
+ zoom?: number;
9
+ }
10
+ export declare const MapBox: React.FC<MapBoxProps>;
11
+ //# sourceMappingURL=MapBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MapBox.d.ts","sourceRoot":"","sources":["../../../src/Components/MapBox.tsx"],"names":[],"mappings":"AACA,OAAO,8BAA8B,CAAA;AAGrC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,OAAO,KAEN,MAAM,OAAO,CAAA;AAKd,MAAM,WAAW,WAAW;IAC1B,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAA;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA2DxC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { MapboxFlexBoxProps } from '../lib/index.ts';
3
+ export declare const MapboxHeatFlexBox: React.FC<MapboxFlexBoxProps>;
4
+ //# sourceMappingURL=MapBoxHeat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MapBoxHeat.d.ts","sourceRoot":"","sources":["../../../src/Components/MapBoxHeat.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAIzD,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAW1D,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { Feature, Point } from 'geojson';
2
+ import React from 'react';
3
+ import type { MapboxFlexBoxProps } from '../lib/index.ts';
4
+ export interface MapboxPointsFlexBoxProps extends MapboxFlexBoxProps {
5
+ accessToken: string;
6
+ features?: Feature<Point>[];
7
+ }
8
+ export declare const MapboxPointsFlexBox: React.FC<MapboxPointsFlexBoxProps>;
9
+ //# sourceMappingURL=MapBoxPoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MapBoxPoints.d.ts","sourceRoot":"","sources":["../../../src/Components/MapBoxPoints.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,KAEN,MAAM,OAAO,CAAA;AAGd,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAKzD,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,CAAA;CAC5B;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA+ElE,CAAA"}
@@ -0,0 +1,8 @@
1
+ import type { SwitchProps } from '@mui/material';
2
+ import React from 'react';
3
+ export interface MapSettingSwitchProps extends SwitchProps {
4
+ developerMode?: boolean;
5
+ field: string;
6
+ }
7
+ export declare const MapSettingSwitch: React.FC<MapSettingSwitchProps>;
8
+ //# sourceMappingURL=Setting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Setting.d.ts","sourceRoot":"","sources":["../../../../src/Components/MapSettingsComponents/Setting.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAEhD,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,MAAM,WAAW,qBAAsB,SAAQ,WAAW;IACxD,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAwB5D,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { FlexBoxProps } from '@xylabs/react-flexbox';
2
+ import React from 'react';
3
+ export interface MapSettingsBoxProps extends FlexBoxProps {
4
+ developerMode?: boolean;
5
+ }
6
+ export declare const MapSettingsBox: React.FC<MapSettingsBoxProps>;
7
+ //# sourceMappingURL=SettingsBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingsBox.d.ts","sourceRoot":"","sources":["../../../../src/Components/MapSettingsComponents/SettingsBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACvD,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAoBxD,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './Setting.tsx';
2
+ export * from './SettingsBox.tsx';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/MapSettingsComponents/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1,12 @@
1
+ export * from './AnimatedHeatMap.tsx';
2
+ export * from './AnimatedHeatMapLoaded.tsx';
3
+ export * from './FeaturesToLayersMap.ts';
4
+ export * from './HeatMapSettings.ts';
5
+ export * from './LayerAnimator.tsx';
6
+ export * from './Legend.tsx';
7
+ export * from './Legends/index.ts';
8
+ export * from './MapBox.tsx';
9
+ export * from './MapBoxHeat.tsx';
10
+ export * from './MapBoxPoints.tsx';
11
+ export * from './MapSettingsComponents/index.ts';
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Components/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,0BAA0B,CAAA;AACxC,cAAc,sBAAsB,CAAA;AACpC,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAC5B,cAAc,oBAAoB,CAAA;AAClC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;AAClC,cAAc,kCAAkC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { HeatMapInitializerState } from './State.ts';
2
+ declare const HeatMapInitializerContext: import("react").Context<HeatMapInitializerState>;
3
+ export { HeatMapInitializerContext };
4
+ //# sourceMappingURL=Context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/HeatMapInitializer/Context.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAA;AAEzD,QAAA,MAAM,yBAAyB,kDAA6C,CAAA;AAE5E,OAAO,EAAE,yBAAyB,EAAE,CAAA"}
@@ -0,0 +1,16 @@
1
+ import type { AnimatedHeatMapColorProps, HeatMapColorProps } from '@xyo-network/react-map-model';
2
+ import type { Feature, Polygon } from 'geojson';
3
+ import type { PropsWithChildren } from 'react';
4
+ import React from 'react';
5
+ import type { MapLayer } from '../../Layers/index.ts';
6
+ export interface MapInitializerProviderProps {
7
+ featureSets?: Feature<Polygon>[][];
8
+ featureSetsLayers?: MapLayer[];
9
+ features?: Feature<Polygon>[];
10
+ fitToPadding?: number;
11
+ heatMapColorProps: HeatMapColorProps | AnimatedHeatMapColorProps;
12
+ layers?: MapLayer[];
13
+ zoom?: number;
14
+ }
15
+ export declare const HeatMapInitializerProvider: React.FC<PropsWithChildren<MapInitializerProviderProps>>;
16
+ //# sourceMappingURL=Provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/HeatMapInitializer/Provider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChG,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAA6B,MAAM,OAAO,CAAA;AAGjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAOrD,MAAM,WAAW,2BAA2B;IAC1C,WAAW,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,EAAE,CAAA;IAClC,iBAAiB,CAAC,EAAE,QAAQ,EAAE,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,CAAA;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,iBAAiB,EAAE,iBAAiB,GAAG,yBAAyB,CAAA;IAChE,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,2BAA2B,CAAC,CAoE/F,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { HeatMapColorProps } from '@xyo-network/react-map-model';
2
+ import type { MapHeat } from '../../MapBoxClasses/index.ts';
3
+ export interface HeatMapInitializerState {
4
+ MapHeat?: MapHeat;
5
+ heatMapColorProps?: HeatMapColorProps;
6
+ }
7
+ //# sourceMappingURL=State.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/HeatMapInitializer/State.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAA;AAE3D,MAAM,WAAW,uBAAuB;IACtC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,iBAAiB,CAAC,EAAE,iBAAiB,CAAA;CACtC"}
@@ -0,0 +1,4 @@
1
+ export * from './Provider.tsx';
2
+ export * from './State.ts';
3
+ export * from './useHeatMapInitializer.tsx';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/HeatMapInitializer/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,6BAA6B,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const useHeatMapInitializer: () => import("./State.ts").HeatMapInitializerState;
2
+ export { useHeatMapInitializer };
3
+ //# sourceMappingURL=useHeatMapInitializer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeatMapInitializer.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/HeatMapInitializer/useHeatMapInitializer.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,qBAAqB,oDAK1B,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { MapBoxInstanceState } from './State.ts';
2
+ declare const MapBoxInstanceContext: import("react").Context<MapBoxInstanceState>;
3
+ export { MapBoxInstanceContext };
4
+ //# sourceMappingURL=Context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapBoxInstance/Context.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAErD,QAAA,MAAM,qBAAqB,8CAAyC,CAAA;AAEpE,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PropsWithChildren } from 'react';
2
+ import React from 'react';
3
+ export declare const MapBoxInstanceProvider: React.FC<PropsWithChildren>;
4
+ //# sourceMappingURL=Provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapBoxInstance/Provider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAEN,MAAM,OAAO,CAAA;AAId,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAiB9D,CAAA"}
@@ -0,0 +1,8 @@
1
+ import type { Map } from 'mapbox-gl';
2
+ import type { Dispatch, SetStateAction } from 'react';
3
+ export interface MapBoxInstanceState {
4
+ map?: Map;
5
+ mapInitialized?: boolean;
6
+ setMapBoxInstance?: Dispatch<SetStateAction<Map | undefined>>;
7
+ }
8
+ //# sourceMappingURL=State.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapBoxInstance/State.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAA;AACpC,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAErD,MAAM,WAAW,mBAAmB;IAClC,GAAG,CAAC,EAAE,GAAG,CAAA;IACT,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,iBAAiB,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,GAAG,GAAG,SAAS,CAAC,CAAC,CAAA;CAC9D"}
@@ -0,0 +1,4 @@
1
+ export * from './Provider.tsx';
2
+ export * from './State.ts';
3
+ export * from './useMapBoxInstance.tsx';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapBoxInstance/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,yBAAyB,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const useMapBoxInstance: () => import("./State.ts").MapBoxInstanceState;
2
+ export { useMapBoxInstance };
3
+ //# sourceMappingURL=useMapBoxInstance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMapBoxInstance.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapBoxInstance/useMapBoxInstance.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,iBAAiB,gDAKtB,CAAA;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { MapSettingsState } from './State.ts';
2
+ declare const MapSettingsContext: import("react").Context<MapSettingsState>;
3
+ export { MapSettingsContext };
4
+ //# sourceMappingURL=Context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapSettings/Context.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAElD,QAAA,MAAM,kBAAkB,2CAAsC,CAAA;AAE9D,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1,11 @@
1
+ import type { MapSetting } from '@xyo-network/react-map-model';
2
+ import type { PropsWithChildren } from 'react';
3
+ import React from 'react';
4
+ export interface MapSettingsProviderProps {
5
+ debugLayerName?: string;
6
+ defaultMapSettings?: MapSetting;
7
+ requestLocation?: boolean;
8
+ zoom?: number;
9
+ }
10
+ export declare const MapSettingsProvider: React.FC<PropsWithChildren<MapSettingsProviderProps>>;
11
+ //# sourceMappingURL=Provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapSettings/Provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAA;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAEN,MAAM,OAAO,CAAA;AAOd,MAAM,WAAW,wBAAwB;IACvC,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,kBAAkB,CAAC,EAAE,UAAU,CAAA;IAC/B,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,CAwBrF,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { MapSetting } from '@xyo-network/react-map-model';
2
+ import type { Dispatch } from 'react';
3
+ export interface MapSettingsState {
4
+ mapSettings?: MapSetting;
5
+ setMapSettings?: Dispatch<React.SetStateAction<MapSetting>>;
6
+ }
7
+ //# sourceMappingURL=State.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapSettings/State.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAA;AAC9D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAErC,MAAM,WAAW,gBAAgB;IAC/B,WAAW,CAAC,EAAE,UAAU,CAAA;IACxB,cAAc,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAA;CAC5D"}
@@ -0,0 +1,4 @@
1
+ export * from './Provider.tsx';
2
+ export * from './State.ts';
3
+ export * from './useMapSettings.tsx';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapSettings/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const useMapSettings: () => import("./State.ts").MapSettingsState;
2
+ export { useMapSettings };
3
+ //# sourceMappingURL=useMapSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMapSettings.d.ts","sourceRoot":"","sources":["../../../../src/Contexts/MapSettings/useMapSettings.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,cAAc,6CAInB,CAAA;AAED,OAAO,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from './HeatMapInitializer/index.ts';
2
+ export * from './MapBoxInstance/index.ts';
3
+ export * from './MapSettings/index.ts';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { FillLayerBuilder } from '../FillLayer.ts';
2
+ import { LineLayerBuilder } from '../LineLayer.ts';
3
+ import { SymbolLayerBuilder } from '../SymbolLayer.ts';
4
+ export declare const MapHeatConstants: {
5
+ LocationDebugLayerId: string;
6
+ LocationDebugLayerSource: string;
7
+ LocationFillLayerId: string;
8
+ LocationFillLayerSource: string;
9
+ LocationLineLayerId: string;
10
+ LocationLineLayerSource: string;
11
+ };
12
+ export declare const LocationHeatMapLayerBuilder: (color: string, alternateColor?: string) => (FillLayerBuilder | LineLayerBuilder | SymbolLayerBuilder)[];
13
+ //# sourceMappingURL=LocationHeatMapLayerBuilder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationHeatMapLayerBuilder.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Builders/LocationHeatMapLayerBuilder.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAEtD,eAAO,MAAM,gBAAgB;;;;;;;CAO5B,CAAA;AAED,eAAO,MAAM,2BAA2B,GAAI,OAAO,MAAM,EAAE,uBAAuB,iEAmBjF,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { FillLayerBuilder } from '../FillLayer.ts';
2
+ export declare const LocationHeatMapLayerBuilderAnimated: (color: string, index: number, type?: string) => FillLayerBuilder;
3
+ //# sourceMappingURL=LocationHeatMapLayerBuilderAnimated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationHeatMapLayerBuilderAnimated.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Builders/LocationHeatMapLayerBuilderAnimated.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAWlD,eAAO,MAAM,mCAAmC,GAAI,OAAO,MAAM,EAAE,OAAO,MAAM,EAAE,aAAS,qBAQ1F,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { CircleLayerBuilder } from '../CircleLayer.ts';
2
+ export declare const MapPointsConstants: {
3
+ LocationDotsLayerId: string;
4
+ LocationDotsLayerSource: string;
5
+ };
6
+ export declare const LocationPointsMapLayerBuilder: (color: string, circleRadius?: number, circleOpacity?: number) => CircleLayerBuilder[];
7
+ //# sourceMappingURL=LocationPointsMapLayerBuilder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationPointsMapLayerBuilder.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Builders/LocationPointsMapLayerBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAGtD,eAAO,MAAM,kBAAkB;;;CAG9B,CAAA;AAED,eAAO,MAAM,6BAA6B,GAAI,OAAO,MAAM,EAAE,qBAAgB,EAAE,sBAAmB,yBAQjG,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from './LocationHeatMapLayerBuilder.ts';
2
+ export * from './LocationHeatMapLayerBuilderAnimated.ts';
3
+ export * from './LocationPointsMapLayerBuilder.ts';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Builders/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA;AAChD,cAAc,0CAA0C,CAAA;AACxD,cAAc,oCAAoC,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { LayerBase } from '@xyo-network/sdk-geo';
2
+ import type { CircleLayerSpecification } from 'mapbox-gl';
3
+ export declare class CircleLayerBuilder extends LayerBase<CircleLayerSpecification> {
4
+ CircleLayerOptions: Partial<CircleLayerSpecification>;
5
+ type: 'circle';
6
+ constructor(id: string, source: string, CircleLayerOptions?: Partial<CircleLayerSpecification>);
7
+ buildLayer(): CircleLayerSpecification;
8
+ }
9
+ //# sourceMappingURL=CircleLayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CircleLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/CircleLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAChD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAEzD,qBAAa,kBAAmB,SAAQ,SAAS,CAAC,wBAAwB,CAAC;IACzE,kBAAkB,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAA;IAGrD,IAAI,EAAE,QAAQ,CAAoB;gBAEtB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,OAAO,CAAC,wBAAwB,CAAC;IAO9F,UAAU,IAAI,wBAAwB;CAcvC"}
@@ -0,0 +1,3 @@
1
+ import type { FillLayerSpecification } from 'mapbox-gl';
2
+ export declare const HeatMapFillLayerConfig: (color: string) => Partial<FillLayerSpecification>;
3
+ //# sourceMappingURL=HeatMapFillLayerConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeatMapFillLayerConfig.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Configs/HeatMapFillLayerConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAEvD,eAAO,MAAM,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,sBAAsB,CAUpF,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { LineLayerSpecification } from 'mapbox-gl';
2
+ export declare const HeatMapLineLayerConfig: (color: string) => Partial<LineLayerSpecification>;
3
+ //# sourceMappingURL=HeatMapLineLayerConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeatMapLineLayerConfig.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Configs/HeatMapLineLayerConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAEvD,eAAO,MAAM,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,sBAAsB,CAUpF,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SymbolLayerSpecification } from 'mapbox-gl';
2
+ export declare const HeatMapSymbolLayerConfig: (color: string) => Partial<SymbolLayerSpecification>;
3
+ //# sourceMappingURL=HeatMapSymbolLayerConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeatMapSymbolLayerConfig.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Configs/HeatMapSymbolLayerConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,wBAAwB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,wBAAwB,CAexF,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { CircleLayerSpecification } from 'mapbox-gl';
2
+ export declare const LocationPointLayerConfig: (color: string, circleRadius: number, circleOpacity: number) => Partial<CircleLayerSpecification>;
3
+ //# sourceMappingURL=LocationPointLayerConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationPointLayerConfig.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Configs/LocationPointLayerConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,wBAAwB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,OAAO,CAAC,wBAAwB,CAYtI,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from './HeatMapFillLayerConfig.ts';
2
+ export * from './HeatMapLineLayerConfig.ts';
3
+ export * from './HeatMapSymbolLayerConfig.ts';
4
+ export * from './LocationPointLayerConfig.ts';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Layers/Configs/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { LayerBase } from '@xyo-network/sdk-geo';
2
+ import type { FillLayerSpecification } from 'mapbox-gl';
3
+ export declare class FillLayerBuilder extends LayerBase<FillLayerSpecification> {
4
+ FillLayerOptions: Partial<FillLayerSpecification>;
5
+ type: 'fill';
6
+ constructor(id: string, source: string, FillLayerOptions?: Partial<FillLayerSpecification>);
7
+ buildLayer(): FillLayerSpecification;
8
+ }
9
+ //# sourceMappingURL=FillLayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FillLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/FillLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAChD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAEvD,qBAAa,gBAAiB,SAAQ,SAAS,CAAC,sBAAsB,CAAC;IACrE,gBAAgB,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAA;IAGjD,IAAI,EAAE,MAAM,CAAkB;gBAElB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC;IAK1F,UAAU,IAAI,sBAAsB;CAQrC"}
@@ -0,0 +1,9 @@
1
+ import { LayerBase } from '@xyo-network/sdk-geo';
2
+ import type { LineLayerSpecification } from 'mapbox-gl';
3
+ export declare class LineLayerBuilder extends LayerBase<LineLayerSpecification> {
4
+ LineLayerOptions: Partial<LineLayerSpecification>;
5
+ type: 'line';
6
+ constructor(id: string, source: string, LineLayerOptions?: Partial<LineLayerSpecification>);
7
+ buildLayer(): LineLayerSpecification;
8
+ }
9
+ //# sourceMappingURL=LineLayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/LineLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAChD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAEvD,qBAAa,gBAAiB,SAAQ,SAAS,CAAC,sBAAsB,CAAC;IACrE,gBAAgB,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAA;IAGjD,IAAI,EAAE,MAAM,CAAkB;gBAElB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC;IAK1F,UAAU,IAAI,sBAAsB;CASrC"}
@@ -0,0 +1,6 @@
1
+ import type { LayerBase } from '@xyo-network/sdk-geo';
2
+ import type { Layer, LayerSpecification } from 'mapbox-gl';
3
+ export interface MapLayer extends Layer {
4
+ update: LayerBase<LayerSpecification>['update'];
5
+ }
6
+ //# sourceMappingURL=MapLayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MapLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/MapLayer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AACrD,OAAO,KAAK,EAAE,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE1D,MAAM,WAAW,QAAS,SAAQ,KAAK;IACrC,MAAM,EAAE,SAAS,CAAC,kBAAkB,CAAC,CAAC,QAAQ,CAAC,CAAA;CAChD"}
@@ -0,0 +1,9 @@
1
+ import { LayerBase } from '@xyo-network/sdk-geo';
2
+ import type { SymbolLayerSpecification } from 'mapbox-gl';
3
+ export declare class SymbolLayerBuilder extends LayerBase<SymbolLayerSpecification> {
4
+ SymbolLayerOptions: Partial<SymbolLayerSpecification>;
5
+ type: 'symbol';
6
+ constructor(id: string, source: string, SymbolLayerOptions?: Partial<SymbolLayerSpecification>);
7
+ buildLayer(): SymbolLayerSpecification;
8
+ }
9
+ //# sourceMappingURL=SymbolLayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SymbolLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/SymbolLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAChD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAEzD,qBAAa,kBAAmB,SAAQ,SAAS,CAAC,wBAAwB,CAAC;IACzE,kBAAkB,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAA;IAGrD,IAAI,EAAE,QAAQ,CAAoB;gBAEtB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,OAAO,CAAC,wBAAwB,CAAC;IAK9F,UAAU,IAAI,wBAAwB;CAQvC"}
@@ -0,0 +1,8 @@
1
+ export * from './Builders/index.ts';
2
+ export * from './CircleLayer.ts';
3
+ export * from './Configs/index.ts';
4
+ export * from './FillLayer.ts';
5
+ export * from './LineLayer.ts';
6
+ export * from './MapLayer.ts';
7
+ export * from './SymbolLayer.ts';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Layers/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;AAClC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA"}