@dxos/react-ui-geo 0.8.4-main.84f28bd → 0.8.4-main.8baae0fced
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/LICENSE +102 -5
- package/data/airports.ts +1 -1
- package/data/cities.ts +1 -1
- package/data/countries-110m.ts +1 -1
- package/data/countries-dots-3.ts +1 -1
- package/data/countries-dots-4.ts +1 -1
- package/dist/lib/browser/{countries-110m-37VAAFCK.mjs → countries-110m-RE5RNRQG.mjs} +1 -1
- package/dist/lib/browser/countries-110m-RE5RNRQG.mjs.map +7 -0
- package/dist/lib/browser/data.mjs +4 -3
- package/dist/lib/browser/data.mjs.map +4 -4
- package/dist/lib/browser/index.mjs +388 -451
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/translations.mjs +19 -0
- package/dist/lib/browser/translations.mjs.map +7 -0
- package/dist/lib/node-esm/{countries-110m-36TTKK5B.mjs → countries-110m-4EDBXSFJ.mjs} +1 -1
- package/dist/lib/node-esm/countries-110m-4EDBXSFJ.mjs.map +7 -0
- package/dist/lib/node-esm/data.mjs +5 -3
- package/dist/lib/node-esm/data.mjs.map +4 -4
- package/dist/lib/node-esm/index.mjs +388 -450
- package/dist/lib/node-esm/index.mjs.map +3 -3
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/translations.mjs +21 -0
- package/dist/lib/node-esm/translations.mjs.map +7 -0
- package/dist/types/data/airports.d.ts +4 -4
- package/dist/types/data/airports.d.ts.map +1 -1
- package/dist/types/data/cities.d.ts.map +1 -1
- package/dist/types/data/countries-110m.d.ts.map +1 -1
- package/dist/types/data/countries-dots-3.d.ts.map +1 -1
- package/dist/types/data/countries-dots-4.d.ts.map +1 -1
- package/dist/types/src/components/Globe/Globe.d.ts +6 -4
- package/dist/types/src/components/Globe/Globe.d.ts.map +1 -1
- package/dist/types/src/components/Globe/Globe.stories.d.ts +27 -9
- package/dist/types/src/components/Globe/Globe.stories.d.ts.map +1 -1
- package/dist/types/src/components/Map/Map.d.ts +44 -18
- package/dist/types/src/components/Map/Map.d.ts.map +1 -1
- package/dist/types/src/components/Map/Map.stories.d.ts +14 -8
- package/dist/types/src/components/Map/Map.stories.d.ts.map +1 -1
- package/dist/types/src/components/Toolbar/Controls.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +0 -1
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/hooks/context.d.ts +6 -8
- package/dist/types/src/hooks/context.d.ts.map +1 -1
- package/dist/types/src/hooks/useDrag.d.ts.map +1 -1
- package/dist/types/src/hooks/useGlobeZoomHandler.d.ts +2 -2
- package/dist/types/src/hooks/useGlobeZoomHandler.d.ts.map +1 -1
- package/dist/types/src/hooks/useMapZoomHandler.d.ts +2 -2
- package/dist/types/src/hooks/useMapZoomHandler.d.ts.map +1 -1
- package/dist/types/src/hooks/useSpinner.d.ts +1 -1
- package/dist/types/src/hooks/useSpinner.d.ts.map +1 -1
- package/dist/types/src/hooks/useTour.d.ts +4 -3
- package/dist/types/src/hooks/useTour.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +1 -2
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +12 -0
- package/dist/types/src/translations.d.ts.map +1 -0
- package/dist/types/src/types.d.ts +2 -1
- package/dist/types/src/types.d.ts.map +1 -1
- package/dist/types/src/util/debug.d.ts.map +1 -1
- package/dist/types/src/util/inertia.d.ts.map +1 -1
- package/dist/types/src/util/path.d.ts +5 -8
- package/dist/types/src/util/path.d.ts.map +1 -1
- package/dist/types/src/util/render.d.ts +4 -4
- package/dist/types/src/util/render.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +44 -35
- package/src/components/Globe/Globe.stories.tsx +82 -35
- package/src/components/Globe/Globe.tsx +133 -81
- package/src/components/Map/Map.stories.tsx +27 -15
- package/src/components/Map/Map.tsx +231 -99
- package/src/components/Toolbar/Controls.tsx +14 -20
- package/src/components/index.ts +0 -2
- package/src/hooks/context.tsx +11 -34
- package/src/hooks/useGlobeZoomHandler.ts +9 -3
- package/src/hooks/useMapZoomHandler.ts +1 -1
- package/src/hooks/useSpinner.ts +1 -1
- package/src/hooks/useTour.ts +10 -8
- package/src/index.ts +1 -2
- package/src/translations.ts +20 -0
- package/src/types.ts +3 -1
- package/src/util/inertia.ts +1 -1
- package/src/util/path.ts +5 -6
- package/src/util/render.ts +4 -3
- package/dist/lib/browser/chunk-CYCBMCOP.mjs +0 -9
- package/dist/lib/browser/chunk-CYCBMCOP.mjs.map +0 -7
- package/dist/lib/browser/countries-110m-37VAAFCK.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-OPJPAAEK.mjs +0 -11
- package/dist/lib/node-esm/chunk-OPJPAAEK.mjs.map +0 -7
- package/dist/lib/node-esm/countries-110m-36TTKK5B.mjs.map +0 -7
- package/dist/types/src/components/types.d.ts +0 -15
- package/dist/types/src/components/types.d.ts.map +0 -1
- package/src/components/types.ts +0 -19
|
@@ -1,45 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
loadTopology
|
|
3
|
-
} from "./chunk-CYCBMCOP.mjs";
|
|
4
|
-
|
|
5
1
|
// src/components/Globe/Globe.tsx
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import React3, { forwardRef, useEffect as useEffect4, useImperativeHandle, useMemo as useMemo2, useRef, useState as useState3 } from "react";
|
|
2
|
+
import { easeLinear, easeSinOut, geoMercator, geoOrthographic, geoPath as geoPath2, geoTransverseMercator, interpolateNumber, transition } from "d3";
|
|
3
|
+
import React2, { forwardRef, useEffect as useEffect4, useImperativeHandle, useMemo as useMemo2, useRef, useState as useState3 } from "react";
|
|
9
4
|
import { useResizeDetector } from "react-resize-detector";
|
|
10
|
-
import { useDynamicRef, useThemeContext } from "@dxos/react-ui";
|
|
11
|
-
import { mx } from "@dxos/
|
|
5
|
+
import { useComposedRefs, useControlledState, useDynamicRef, useThemeContext } from "@dxos/react-ui";
|
|
6
|
+
import { composable, composableProps, mx } from "@dxos/ui-theme";
|
|
12
7
|
|
|
13
8
|
// src/hooks/context.tsx
|
|
14
|
-
import {
|
|
15
|
-
import React, { createContext, useContext } from "react";
|
|
9
|
+
import { createContext, useContext } from "react";
|
|
16
10
|
import { raise } from "@dxos/debug";
|
|
17
|
-
import { useControlledState } from "@dxos/react-ui";
|
|
18
11
|
var GlobeContext = /* @__PURE__ */ createContext(void 0);
|
|
19
|
-
var GlobeContextProvider = ({ children, size, center: _center, scale: _scale, translation: _translation, rotation: _rotation }) => {
|
|
20
|
-
var _effect = _useSignals();
|
|
21
|
-
try {
|
|
22
|
-
const [center, setCenter] = useControlledState(_center);
|
|
23
|
-
const [scale, setScale] = useControlledState(_scale);
|
|
24
|
-
const [translation, setTranslation] = useControlledState(_translation);
|
|
25
|
-
const [rotation, setRotation] = useControlledState(_rotation);
|
|
26
|
-
return /* @__PURE__ */ React.createElement(GlobeContext.Provider, {
|
|
27
|
-
value: {
|
|
28
|
-
size,
|
|
29
|
-
center,
|
|
30
|
-
scale,
|
|
31
|
-
translation,
|
|
32
|
-
rotation,
|
|
33
|
-
setCenter,
|
|
34
|
-
setScale,
|
|
35
|
-
setTranslation,
|
|
36
|
-
setRotation
|
|
37
|
-
}
|
|
38
|
-
}, children);
|
|
39
|
-
} finally {
|
|
40
|
-
_effect.f();
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
12
|
var useGlobeContext = () => {
|
|
44
13
|
return useContext(GlobeContext) ?? raise(new Error("Missing GlobeContext"));
|
|
45
14
|
};
|
|
@@ -64,7 +33,7 @@ var timer = (cb) => {
|
|
|
64
33
|
};
|
|
65
34
|
|
|
66
35
|
// src/util/inertia.ts
|
|
67
|
-
import {
|
|
36
|
+
import { drag, select, timer as timer2 } from "d3";
|
|
68
37
|
import versor from "versor";
|
|
69
38
|
var restrictAxis = (axis) => (original, current) => current.map((d, i) => axis[i] ? d : original[i]);
|
|
70
39
|
var geoInertiaDrag = (target, render, projection, options) => {
|
|
@@ -427,6 +396,7 @@ var cancelDrag = (node) => node.on(".drag", null);
|
|
|
427
396
|
|
|
428
397
|
// src/hooks/useGlobeZoomHandler.ts
|
|
429
398
|
import { useCallback } from "react";
|
|
399
|
+
var ZOOM_FACTOR = 0.1;
|
|
430
400
|
var useGlobeZoomHandler = (controller) => {
|
|
431
401
|
return useCallback((event) => {
|
|
432
402
|
if (!controller) {
|
|
@@ -434,11 +404,15 @@ var useGlobeZoomHandler = (controller) => {
|
|
|
434
404
|
}
|
|
435
405
|
switch (event) {
|
|
436
406
|
case "zoom-in": {
|
|
437
|
-
controller.
|
|
407
|
+
controller.setZoom((zoom) => {
|
|
408
|
+
return zoom * (1 + ZOOM_FACTOR);
|
|
409
|
+
});
|
|
438
410
|
break;
|
|
439
411
|
}
|
|
440
412
|
case "zoom-out": {
|
|
441
|
-
controller.
|
|
413
|
+
controller.setZoom((zoom) => {
|
|
414
|
+
return zoom * (1 - ZOOM_FACTOR);
|
|
415
|
+
});
|
|
442
416
|
break;
|
|
443
417
|
}
|
|
444
418
|
}
|
|
@@ -523,8 +497,8 @@ var useSpinner = (controller, options = {}) => {
|
|
|
523
497
|
};
|
|
524
498
|
|
|
525
499
|
// src/hooks/useTour.ts
|
|
526
|
-
import {
|
|
527
|
-
import { useEffect as useEffect3, useState as useState2
|
|
500
|
+
import { selection as d3Selection, geoDistance, geoInterpolate, geoPath } from "d3";
|
|
501
|
+
import { useEffect as useEffect3, useMemo, useState as useState2 } from "react";
|
|
528
502
|
import versor2 from "versor";
|
|
529
503
|
var TRANSITION_NAME = "globe-tour";
|
|
530
504
|
var defaultDuration = 1500;
|
|
@@ -571,7 +545,7 @@ var useTour = (controller, points, options = {}) => {
|
|
|
571
545
|
{
|
|
572
546
|
context.beginPath();
|
|
573
547
|
context.strokeStyle = options?.styles?.arc?.strokeStyle ?? "yellow";
|
|
574
|
-
context.lineWidth = (options?.styles?.arc?.lineWidth ?? 1.5) * (controller?.
|
|
548
|
+
context.lineWidth = (options?.styles?.arc?.lineWidth ?? 1.5) * (controller?.zoom ?? 1);
|
|
575
549
|
context.setLineDash(options?.styles?.arc?.lineDash ?? []);
|
|
576
550
|
path({
|
|
577
551
|
type: "LineString",
|
|
@@ -583,7 +557,7 @@ var useTour = (controller, points, options = {}) => {
|
|
|
583
557
|
context.stroke();
|
|
584
558
|
context.beginPath();
|
|
585
559
|
context.fillStyle = options?.styles?.cursor?.fillStyle ?? "orange";
|
|
586
|
-
path.pointRadius((options?.styles?.cursor?.pointRadius ?? 2) * (controller?.
|
|
560
|
+
path.pointRadius((options?.styles?.cursor?.pointRadius ?? 2) * (controller?.zoom ?? 1));
|
|
587
561
|
path({
|
|
588
562
|
type: "Point",
|
|
589
563
|
coordinates: ip(t22)
|
|
@@ -597,7 +571,7 @@ var useTour = (controller, points, options = {}) => {
|
|
|
597
571
|
await transition2.end();
|
|
598
572
|
last = next;
|
|
599
573
|
}
|
|
600
|
-
} catch
|
|
574
|
+
} catch {
|
|
601
575
|
} finally {
|
|
602
576
|
setRunning(false);
|
|
603
577
|
}
|
|
@@ -619,9 +593,9 @@ var useTour = (controller, points, options = {}) => {
|
|
|
619
593
|
};
|
|
620
594
|
|
|
621
595
|
// src/components/Toolbar/Controls.tsx
|
|
622
|
-
import
|
|
623
|
-
import
|
|
624
|
-
import {
|
|
596
|
+
import React from "react";
|
|
597
|
+
import { IconButton, Toolbar, useTranslation } from "@dxos/react-ui";
|
|
598
|
+
import { translationKey } from "#translations";
|
|
625
599
|
var controlPositions = {
|
|
626
600
|
topleft: "top-2 left-2",
|
|
627
601
|
topright: "top-2 right-2",
|
|
@@ -629,62 +603,42 @@ var controlPositions = {
|
|
|
629
603
|
bottomright: "bottom-2 right-2"
|
|
630
604
|
};
|
|
631
605
|
var ZoomControls = ({ classNames, onAction }) => {
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
icon: "ph--minus--regular",
|
|
650
|
-
label: "zoom out",
|
|
651
|
-
iconOnly: true,
|
|
652
|
-
size: 5,
|
|
653
|
-
classNames: "px-0 aspect-square",
|
|
654
|
-
onClick: () => onAction?.("zoom-out")
|
|
655
|
-
}));
|
|
656
|
-
} finally {
|
|
657
|
-
_effect.f();
|
|
658
|
-
}
|
|
606
|
+
const { t } = useTranslation(translationKey);
|
|
607
|
+
return /* @__PURE__ */ React.createElement(Toolbar.Root, {
|
|
608
|
+
classNames: [
|
|
609
|
+
"gap-2",
|
|
610
|
+
classNames
|
|
611
|
+
]
|
|
612
|
+
}, /* @__PURE__ */ React.createElement(IconButton, {
|
|
613
|
+
icon: "ph--plus--regular",
|
|
614
|
+
iconOnly: true,
|
|
615
|
+
label: t("zoom-in-icon.button"),
|
|
616
|
+
onClick: () => onAction?.("zoom-in")
|
|
617
|
+
}), /* @__PURE__ */ React.createElement(IconButton, {
|
|
618
|
+
icon: "ph--minus--regular",
|
|
619
|
+
iconOnly: true,
|
|
620
|
+
label: t("zoom-out-icon.button"),
|
|
621
|
+
onClick: () => onAction?.("zoom-out")
|
|
622
|
+
}));
|
|
659
623
|
};
|
|
660
624
|
var ActionControls = ({ classNames, onAction }) => {
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
icon: "ph--globe-hemisphere-west--regular",
|
|
679
|
-
label: "toggle",
|
|
680
|
-
iconOnly: true,
|
|
681
|
-
size: 5,
|
|
682
|
-
classNames: "px-0 aspect-square",
|
|
683
|
-
onClick: () => onAction?.("toggle")
|
|
684
|
-
}));
|
|
685
|
-
} finally {
|
|
686
|
-
_effect.f();
|
|
687
|
-
}
|
|
625
|
+
const { t } = useTranslation(translationKey);
|
|
626
|
+
return /* @__PURE__ */ React.createElement(Toolbar.Root, {
|
|
627
|
+
classNames: [
|
|
628
|
+
"gap-2",
|
|
629
|
+
classNames
|
|
630
|
+
]
|
|
631
|
+
}, /* @__PURE__ */ React.createElement(IconButton, {
|
|
632
|
+
icon: "ph--path--regular",
|
|
633
|
+
iconOnly: true,
|
|
634
|
+
label: t("start-icon.button"),
|
|
635
|
+
onClick: () => onAction?.("start")
|
|
636
|
+
}), /* @__PURE__ */ React.createElement(IconButton, {
|
|
637
|
+
icon: "ph--globe-hemisphere-west--regular",
|
|
638
|
+
iconOnly: true,
|
|
639
|
+
label: t("toggle-icon.button"),
|
|
640
|
+
onClick: () => onAction?.("toggle")
|
|
641
|
+
}));
|
|
688
642
|
};
|
|
689
643
|
|
|
690
644
|
// src/components/Globe/Globe.tsx
|
|
@@ -742,400 +696,384 @@ var getProjection = (type = "orthographic") => {
|
|
|
742
696
|
}
|
|
743
697
|
return type ?? geoOrthographic();
|
|
744
698
|
};
|
|
745
|
-
var
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
699
|
+
var DEFAULT_ZOOM = 1.5;
|
|
700
|
+
var GlobeRoot = composable(({ children, center: centerProp, zoom: zoomProp = DEFAULT_ZOOM, translation: translationProp, rotation: rotationProp, ...props }, forwardedRef) => {
|
|
701
|
+
const localRef = useRef(null);
|
|
702
|
+
const composedRef = useComposedRefs(localRef, forwardedRef);
|
|
703
|
+
const { width, height } = useResizeDetector({
|
|
704
|
+
targetRef: localRef
|
|
705
|
+
});
|
|
706
|
+
const [center, setCenter] = useControlledState(centerProp);
|
|
707
|
+
const [zoom, setZoom] = useControlledState(zoomProp);
|
|
708
|
+
const [translation, setTranslation] = useControlledState(translationProp);
|
|
709
|
+
const [rotation, setRotation] = useControlledState(rotationProp);
|
|
710
|
+
return /* @__PURE__ */ React2.createElement(GlobeContext.Provider, {
|
|
711
|
+
value: {
|
|
753
712
|
size: {
|
|
754
713
|
width,
|
|
755
714
|
height
|
|
756
715
|
},
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
rotation,
|
|
804
|
-
setCenter,
|
|
805
|
-
setScale: (s) => {
|
|
806
|
-
if (typeof s === "function") {
|
|
807
|
-
const is = interpolateNumber(scaleRef.current, s(scaleRef.current));
|
|
808
|
-
transition().ease(zooming.current ? easeLinear : easeSinOut).duration(200).tween("scale", () => (t) => setScale(is(t))).on("end", () => {
|
|
809
|
-
zooming.current = false;
|
|
810
|
-
});
|
|
811
|
-
} else {
|
|
812
|
-
setScale(s);
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
setTranslation,
|
|
816
|
-
setRotation
|
|
817
|
-
};
|
|
818
|
-
}, [
|
|
819
|
-
canvas
|
|
820
|
-
]);
|
|
821
|
-
const generator = useMemo2(() => canvas && projection && geoPath2(projection, canvas.getContext("2d", {
|
|
822
|
-
alpha: false
|
|
823
|
-
})), [
|
|
716
|
+
center,
|
|
717
|
+
zoom,
|
|
718
|
+
translation,
|
|
719
|
+
rotation,
|
|
720
|
+
setCenter,
|
|
721
|
+
setZoom,
|
|
722
|
+
setTranslation,
|
|
723
|
+
setRotation
|
|
724
|
+
}
|
|
725
|
+
}, /* @__PURE__ */ React2.createElement("div", {
|
|
726
|
+
...composableProps(props, {
|
|
727
|
+
classNames: "relative dx-container"
|
|
728
|
+
}),
|
|
729
|
+
ref: composedRef
|
|
730
|
+
}, children));
|
|
731
|
+
});
|
|
732
|
+
var GlobeCanvas = /* @__PURE__ */ forwardRef(({ projection: projectionProp, topology, features, styles: stylesProp }, forwardRef3) => {
|
|
733
|
+
const { themeMode } = useThemeContext();
|
|
734
|
+
const styles = useMemo2(() => stylesProp ?? defaultStyles[themeMode], [
|
|
735
|
+
stylesProp,
|
|
736
|
+
themeMode
|
|
737
|
+
]);
|
|
738
|
+
const [canvas, setCanvas] = useState3(null);
|
|
739
|
+
const canvasRef = (canvas2) => setCanvas(canvas2);
|
|
740
|
+
const projection = useMemo2(() => getProjection(projectionProp), [
|
|
741
|
+
projectionProp
|
|
742
|
+
]);
|
|
743
|
+
const layers = useMemo2(() => {
|
|
744
|
+
return timer(() => createLayers(topology, features, styles));
|
|
745
|
+
}, [
|
|
746
|
+
topology,
|
|
747
|
+
features,
|
|
748
|
+
styles
|
|
749
|
+
]);
|
|
750
|
+
const { size, center, zoom, translation, rotation, setCenter, setZoom, setTranslation, setRotation } = useGlobeContext();
|
|
751
|
+
const zoomRef = useDynamicRef(zoom);
|
|
752
|
+
useEffect4(() => {
|
|
753
|
+
if (center) {
|
|
754
|
+
setRotation(positionToRotation(geoToPosition(center)));
|
|
755
|
+
}
|
|
756
|
+
}, [
|
|
757
|
+
center
|
|
758
|
+
]);
|
|
759
|
+
const zooming = useRef(false);
|
|
760
|
+
useImperativeHandle(forwardRef3, () => {
|
|
761
|
+
return {
|
|
824
762
|
canvas,
|
|
825
|
-
projection
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
projection.scale(Math.min(size.width, size.height) / 2 * scale).translate([
|
|
831
|
-
size.width / 2 + (translation?.x ?? 0),
|
|
832
|
-
size.height / 2 + (translation?.y ?? 0)
|
|
833
|
-
]).rotate(rotation ?? [
|
|
834
|
-
0,
|
|
835
|
-
0,
|
|
836
|
-
0
|
|
837
|
-
]);
|
|
838
|
-
renderLayers(generator, layers, scale, styles);
|
|
839
|
-
});
|
|
840
|
-
}
|
|
841
|
-
}, [
|
|
842
|
-
generator,
|
|
843
|
-
size,
|
|
844
|
-
scale,
|
|
763
|
+
projection,
|
|
764
|
+
center,
|
|
765
|
+
get zoom() {
|
|
766
|
+
return zoomRef.current;
|
|
767
|
+
},
|
|
845
768
|
translation,
|
|
846
769
|
rotation,
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
770
|
+
setCenter,
|
|
771
|
+
setZoom: (state) => {
|
|
772
|
+
if (typeof state === "function") {
|
|
773
|
+
const is = interpolateNumber(zoomRef.current, state(zoomRef.current));
|
|
774
|
+
transition().ease(zooming.current ? easeLinear : easeSinOut).duration(200).tween("scale", () => (t) => setZoom(is(t))).on("end", () => {
|
|
775
|
+
zooming.current = false;
|
|
776
|
+
});
|
|
777
|
+
} else {
|
|
778
|
+
setZoom(state);
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
setTranslation,
|
|
782
|
+
setRotation
|
|
783
|
+
};
|
|
784
|
+
}, [
|
|
785
|
+
canvas
|
|
786
|
+
]);
|
|
787
|
+
const generator = useMemo2(() => canvas && projection && geoPath2(projection, canvas.getContext("2d", {
|
|
788
|
+
alpha: false
|
|
789
|
+
})), [
|
|
790
|
+
canvas,
|
|
791
|
+
projection
|
|
792
|
+
]);
|
|
793
|
+
useEffect4(() => {
|
|
794
|
+
if (canvas && projection) {
|
|
795
|
+
timer(() => {
|
|
796
|
+
projection.scale(Math.min(size.width, size.height) / 2 * zoom).translate([
|
|
797
|
+
size.width / 2 + (translation?.x ?? 0),
|
|
798
|
+
size.height / 2 + (translation?.y ?? 0)
|
|
799
|
+
]).rotate(rotation ?? [
|
|
800
|
+
0,
|
|
801
|
+
0,
|
|
802
|
+
0
|
|
803
|
+
]);
|
|
804
|
+
renderLayers(generator, layers, zoom, styles);
|
|
805
|
+
});
|
|
851
806
|
}
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
807
|
+
}, [
|
|
808
|
+
generator,
|
|
809
|
+
size,
|
|
810
|
+
zoom,
|
|
811
|
+
translation,
|
|
812
|
+
rotation,
|
|
813
|
+
layers
|
|
814
|
+
]);
|
|
815
|
+
if (!size.width || !size.height) {
|
|
816
|
+
return null;
|
|
859
817
|
}
|
|
818
|
+
return /* @__PURE__ */ React2.createElement("canvas", {
|
|
819
|
+
ref: canvasRef,
|
|
820
|
+
width: size.width,
|
|
821
|
+
height: size.height
|
|
822
|
+
});
|
|
860
823
|
});
|
|
861
824
|
var GlobeDebug = ({ position = "topleft" }) => {
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
rotation
|
|
874
|
-
}, null, 2)));
|
|
875
|
-
} finally {
|
|
876
|
-
_effect.f();
|
|
877
|
-
}
|
|
825
|
+
const { size, zoom, translation, rotation } = useGlobeContext();
|
|
826
|
+
return /* @__PURE__ */ React2.createElement("div", {
|
|
827
|
+
className: mx("z-10 absolute w-96 p-2 overflow-hidden border border-green-700 rounded-sm", controlPositions[position])
|
|
828
|
+
}, /* @__PURE__ */ React2.createElement("pre", {
|
|
829
|
+
className: "font-mono text-xs text-green-700"
|
|
830
|
+
}, JSON.stringify({
|
|
831
|
+
size,
|
|
832
|
+
zoom,
|
|
833
|
+
translation,
|
|
834
|
+
rotation
|
|
835
|
+
}, null, 2)));
|
|
878
836
|
};
|
|
879
837
|
var GlobePanel = ({ position, classNames, children }) => {
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
className: mx("z-10 absolute overflow-hidden", controlPositions[position], classNames)
|
|
884
|
-
}, children);
|
|
885
|
-
} finally {
|
|
886
|
-
_effect.f();
|
|
887
|
-
}
|
|
838
|
+
return /* @__PURE__ */ React2.createElement("div", {
|
|
839
|
+
className: mx("z-10 absolute overflow-hidden", controlPositions[position], classNames)
|
|
840
|
+
}, children);
|
|
888
841
|
};
|
|
889
842
|
var CustomControl = ({ position, children }) => {
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
className: mx("z-10 absolute overflow-hidden", controlPositions[position])
|
|
894
|
-
}, children);
|
|
895
|
-
} finally {
|
|
896
|
-
_effect.f();
|
|
897
|
-
}
|
|
843
|
+
return /* @__PURE__ */ React2.createElement("div", {
|
|
844
|
+
className: mx("z-10 absolute overflow-hidden", controlPositions[position])
|
|
845
|
+
}, children);
|
|
898
846
|
};
|
|
847
|
+
var GlobeZoom = ({ onAction, position = "bottomleft", ...props }) => /* @__PURE__ */ React2.createElement(CustomControl, {
|
|
848
|
+
position,
|
|
849
|
+
...props
|
|
850
|
+
}, /* @__PURE__ */ React2.createElement(ZoomControls, {
|
|
851
|
+
onAction
|
|
852
|
+
}));
|
|
853
|
+
var GlobeAction = ({ onAction, position = "bottomright", ...props }) => /* @__PURE__ */ React2.createElement(CustomControl, {
|
|
854
|
+
position,
|
|
855
|
+
...props
|
|
856
|
+
}, /* @__PURE__ */ React2.createElement(ActionControls, {
|
|
857
|
+
onAction
|
|
858
|
+
}));
|
|
899
859
|
var Globe = {
|
|
900
860
|
Root: GlobeRoot,
|
|
901
861
|
Canvas: GlobeCanvas,
|
|
902
|
-
Zoom:
|
|
903
|
-
|
|
904
|
-
try {
|
|
905
|
-
return /* @__PURE__ */ React3.createElement(CustomControl, {
|
|
906
|
-
position,
|
|
907
|
-
...props
|
|
908
|
-
}, /* @__PURE__ */ React3.createElement(ZoomControls, {
|
|
909
|
-
onAction
|
|
910
|
-
}));
|
|
911
|
-
} finally {
|
|
912
|
-
_effect.f();
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
Action: ({ onAction, position = "bottomright", ...props }) => {
|
|
916
|
-
var _effect = _useSignals3();
|
|
917
|
-
try {
|
|
918
|
-
return /* @__PURE__ */ React3.createElement(CustomControl, {
|
|
919
|
-
position,
|
|
920
|
-
...props
|
|
921
|
-
}, /* @__PURE__ */ React3.createElement(ActionControls, {
|
|
922
|
-
onAction
|
|
923
|
-
}));
|
|
924
|
-
} finally {
|
|
925
|
-
_effect.f();
|
|
926
|
-
}
|
|
927
|
-
},
|
|
862
|
+
Zoom: GlobeZoom,
|
|
863
|
+
Action: GlobeAction,
|
|
928
864
|
Debug: GlobeDebug,
|
|
929
865
|
Panel: GlobePanel
|
|
930
866
|
};
|
|
931
867
|
|
|
932
868
|
// src/components/Map/Map.tsx
|
|
933
|
-
import { useSignals as _useSignals4 } from "@preact-signals/safe-react/tracking";
|
|
934
869
|
import "leaflet/dist/leaflet.css";
|
|
870
|
+
import { createContext as createContext2 } from "@radix-ui/react-context";
|
|
935
871
|
import L, { Control, DomEvent, DomUtil, latLngBounds } from "leaflet";
|
|
936
|
-
import
|
|
872
|
+
import React3, { forwardRef as forwardRef2, useEffect as useEffect5, useImperativeHandle as useImperativeHandle2, useRef as useRef2 } from "react";
|
|
937
873
|
import { createRoot } from "react-dom/client";
|
|
938
|
-
import { MapContainer, Marker, Popup, TileLayer, useMap } from "react-leaflet";
|
|
939
|
-
import { useResizeDetector as useResizeDetector2 } from "react-resize-detector";
|
|
940
|
-
import { debounce } from "@dxos/async";
|
|
874
|
+
import { MapContainer, Marker, Popup, TileLayer, useMap, useMapEvents } from "react-leaflet";
|
|
941
875
|
import { ThemeProvider, Tooltip } from "@dxos/react-ui";
|
|
942
|
-
import { defaultTx, mx as mx2 } from "@dxos/
|
|
876
|
+
import { composable as composable2, composableProps as composableProps2, defaultTx, mx as mx2 } from "@dxos/ui-theme";
|
|
943
877
|
var defaults = {
|
|
944
|
-
// TODO(burdon): Guess location.
|
|
945
878
|
center: {
|
|
946
879
|
lat: 51,
|
|
947
880
|
lng: 0
|
|
948
881
|
},
|
|
949
882
|
zoom: 4
|
|
950
883
|
};
|
|
951
|
-
var
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
884
|
+
var [MapContextProvider, useMapContext] = createContext2("Map");
|
|
885
|
+
var MapRoot = composable2(({ children, onChange, ...props }, forwardedRef) => {
|
|
886
|
+
const attention = false;
|
|
887
|
+
return /* @__PURE__ */ React3.createElement(MapContextProvider, {
|
|
888
|
+
attention,
|
|
889
|
+
onChange
|
|
890
|
+
}, /* @__PURE__ */ React3.createElement("div", {
|
|
891
|
+
...composableProps2(props, {
|
|
892
|
+
role: "none",
|
|
893
|
+
classNames: "dx-container grid dx-focus-ring-inset"
|
|
894
|
+
}),
|
|
895
|
+
ref: forwardedRef
|
|
896
|
+
}, children));
|
|
897
|
+
});
|
|
898
|
+
MapRoot.displayName = "Map.Root";
|
|
899
|
+
var MAP_CONTENT_NAME = "Map.Content";
|
|
900
|
+
var MapContent = /* @__PURE__ */ forwardRef2(({ classNames, scrollWheelZoom = true, doubleClickZoom = true, touchZoom = true, center, zoom, children, ...props }, forwardedRef) => {
|
|
901
|
+
const { attention } = useMapContext(MAP_CONTENT_NAME);
|
|
902
|
+
const mapRef = useRef2(null);
|
|
903
|
+
const map = mapRef.current;
|
|
904
|
+
useImperativeHandle2(forwardedRef, () => ({
|
|
905
|
+
getCenter: () => {
|
|
906
|
+
const center2 = mapRef.current?.getCenter();
|
|
907
|
+
return center2 ? {
|
|
908
|
+
lat: center2.lat,
|
|
909
|
+
lng: center2.lng
|
|
910
|
+
} : void 0;
|
|
911
|
+
},
|
|
912
|
+
getZoom: () => mapRef.current?.getZoom(),
|
|
913
|
+
setCenter: (center2, zoom2) => {
|
|
914
|
+
mapRef.current?.setView(center2, zoom2);
|
|
915
|
+
},
|
|
916
|
+
setZoom: (cb) => {
|
|
917
|
+
mapRef.current?.setZoom(cb(mapRef.current?.getZoom() ?? 0));
|
|
918
|
+
}
|
|
919
|
+
}), []);
|
|
920
|
+
useEffect5(() => {
|
|
921
|
+
if (!map) {
|
|
922
|
+
return;
|
|
923
|
+
}
|
|
924
|
+
if (attention) {
|
|
925
|
+
map.scrollWheelZoom.enable();
|
|
926
|
+
} else {
|
|
927
|
+
map.scrollWheelZoom.disable();
|
|
928
|
+
}
|
|
929
|
+
}, [
|
|
930
|
+
map,
|
|
931
|
+
attention
|
|
932
|
+
]);
|
|
933
|
+
return /* @__PURE__ */ React3.createElement(MapContainer, {
|
|
934
|
+
...props,
|
|
935
|
+
className: mx2("group relative grid bg-base-surface!", classNames),
|
|
936
|
+
attributionControl: false,
|
|
937
|
+
zoomControl: false,
|
|
938
|
+
scrollWheelZoom,
|
|
939
|
+
doubleClickZoom,
|
|
940
|
+
touchZoom,
|
|
941
|
+
center: center ?? defaults.center,
|
|
942
|
+
zoom: zoom ?? defaults.zoom,
|
|
943
|
+
whenReady: () => {
|
|
944
|
+
},
|
|
945
|
+
ref: mapRef
|
|
946
|
+
}, children);
|
|
947
|
+
});
|
|
948
|
+
MapContent.displayName = "Map.Content";
|
|
949
|
+
var MAP_TILES_NAME = "Map.Tiles";
|
|
950
|
+
var MapTiles = (_props) => {
|
|
951
|
+
const ref = useRef2(null);
|
|
952
|
+
const { onChange } = useMapContext(MAP_TILES_NAME);
|
|
953
|
+
useMapEvents({
|
|
954
|
+
moveend: (ev) => {
|
|
955
|
+
onChange?.({
|
|
956
|
+
center: ev.target.getCenter(),
|
|
957
|
+
zoom: ev.target.getZoom()
|
|
958
|
+
});
|
|
959
|
+
}
|
|
960
|
+
});
|
|
961
|
+
const { attention } = useMapContext(MAP_TILES_NAME);
|
|
962
|
+
useEffect5(() => {
|
|
963
|
+
if (ref.current) {
|
|
964
|
+
ref.current.getContainer().dataset.attention = attention ? "1" : "0";
|
|
965
|
+
}
|
|
966
|
+
}, [
|
|
967
|
+
attention
|
|
968
|
+
]);
|
|
969
|
+
return /* @__PURE__ */ React3.createElement(React3.Fragment, null, /* @__PURE__ */ React3.createElement(TileLayer, {
|
|
970
|
+
ref,
|
|
971
|
+
"data-attention": attention,
|
|
972
|
+
detectRetina: true,
|
|
973
|
+
className: 'dark:grayscale dark:invert data-[attention="0"]:!opacity-80',
|
|
974
|
+
url: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
975
|
+
keepBuffer: 4
|
|
976
|
+
}));
|
|
967
977
|
};
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
+
MapTiles.displayName = MAP_TILES_NAME;
|
|
979
|
+
var MapMarkers = ({ selected, markers }) => {
|
|
980
|
+
const map = useMap();
|
|
981
|
+
useEffect5(() => {
|
|
982
|
+
if (markers && markers.length > 0) {
|
|
983
|
+
const bounds = latLngBounds(markers.map((marker) => marker.location));
|
|
984
|
+
map.fitBounds(bounds);
|
|
985
|
+
}
|
|
986
|
+
}, [
|
|
987
|
+
markers,
|
|
988
|
+
map
|
|
989
|
+
]);
|
|
990
|
+
return /* @__PURE__ */ React3.createElement(React3.Fragment, null, markers?.map(({ id, title, location: { lat, lng } }) => {
|
|
991
|
+
return /* @__PURE__ */ React3.createElement(Marker, {
|
|
992
|
+
key: id,
|
|
993
|
+
position: {
|
|
994
|
+
lat,
|
|
995
|
+
lng
|
|
978
996
|
},
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
});
|
|
1009
|
-
}, 100);
|
|
1010
|
-
map.on("move", handler);
|
|
1011
|
-
map.on("zoom", handler);
|
|
1012
|
-
return () => {
|
|
1013
|
-
map.off("move", handler);
|
|
1014
|
-
map.off("zoom", handler);
|
|
1015
|
-
};
|
|
1016
|
-
}, [
|
|
1017
|
-
map,
|
|
1018
|
-
onChange
|
|
1019
|
-
]);
|
|
1020
|
-
useEffect5(() => {
|
|
1021
|
-
if (markers.length > 0) {
|
|
1022
|
-
const bounds = latLngBounds(markers.map((marker) => marker.location));
|
|
1023
|
-
map.fitBounds(bounds);
|
|
1024
|
-
} else {
|
|
1025
|
-
map.setView(defaults.center, defaults.zoom);
|
|
1026
|
-
}
|
|
1027
|
-
}, [
|
|
1028
|
-
markers
|
|
1029
|
-
]);
|
|
1030
|
-
return /* @__PURE__ */ React4.createElement("div", {
|
|
1031
|
-
ref,
|
|
1032
|
-
className: "flex w-full h-full overflow-hidden bg-baseSurface"
|
|
1033
|
-
}, /* @__PURE__ */ React4.createElement(TileLayer, {
|
|
1034
|
-
className: "dark:filter dark:grayscale dark:invert",
|
|
1035
|
-
url: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
|
1036
|
-
}), markers?.map(({ id, title, location: { lat, lng } }) => {
|
|
1037
|
-
return /* @__PURE__ */ React4.createElement(Marker, {
|
|
1038
|
-
key: id,
|
|
1039
|
-
position: {
|
|
1040
|
-
lat,
|
|
1041
|
-
lng
|
|
1042
|
-
},
|
|
1043
|
-
icon: (
|
|
1044
|
-
// TODO(burdon): Create custom icon from bundled assets.
|
|
1045
|
-
new L.Icon({
|
|
1046
|
-
iconUrl: "https://dxos.network/marker-icon.png",
|
|
1047
|
-
iconRetinaUrl: "https://dxos.network/marker-icon-2x.png",
|
|
1048
|
-
shadowUrl: "https://dxos.network/marker-shadow.png",
|
|
1049
|
-
iconSize: [
|
|
1050
|
-
25,
|
|
1051
|
-
41
|
|
1052
|
-
],
|
|
1053
|
-
iconAnchor: [
|
|
1054
|
-
12,
|
|
1055
|
-
41
|
|
1056
|
-
],
|
|
1057
|
-
popupAnchor: [
|
|
1058
|
-
1,
|
|
1059
|
-
-34
|
|
1060
|
-
],
|
|
1061
|
-
shadowSize: [
|
|
1062
|
-
41,
|
|
1063
|
-
41
|
|
1064
|
-
]
|
|
1065
|
-
})
|
|
1066
|
-
)
|
|
1067
|
-
}, title && /* @__PURE__ */ React4.createElement(Popup, null, title));
|
|
1068
|
-
}));
|
|
1069
|
-
} finally {
|
|
1070
|
-
_effect.f();
|
|
1071
|
-
}
|
|
1072
|
-
});
|
|
997
|
+
icon: (
|
|
998
|
+
// TODO(burdon): Create custom icon from bundled assets.
|
|
999
|
+
// TODO(burdon): Selection state.
|
|
1000
|
+
new L.Icon({
|
|
1001
|
+
iconUrl: "https://dxos.network/marker-icon.png",
|
|
1002
|
+
iconRetinaUrl: "https://dxos.network/marker-icon-2x.png",
|
|
1003
|
+
shadowUrl: "https://dxos.network/marker-shadow.png",
|
|
1004
|
+
iconSize: [
|
|
1005
|
+
25,
|
|
1006
|
+
41
|
|
1007
|
+
],
|
|
1008
|
+
iconAnchor: [
|
|
1009
|
+
12,
|
|
1010
|
+
41
|
|
1011
|
+
],
|
|
1012
|
+
popupAnchor: [
|
|
1013
|
+
1,
|
|
1014
|
+
-34
|
|
1015
|
+
],
|
|
1016
|
+
shadowSize: [
|
|
1017
|
+
41,
|
|
1018
|
+
41
|
|
1019
|
+
]
|
|
1020
|
+
})
|
|
1021
|
+
)
|
|
1022
|
+
}, title && /* @__PURE__ */ React3.createElement(Popup, null, title));
|
|
1023
|
+
}));
|
|
1024
|
+
};
|
|
1025
|
+
MapMarkers.displayName = "Map.Markers";
|
|
1073
1026
|
var CustomControl2 = ({ position, children }) => {
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
const
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
control.
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
]);
|
|
1100
|
-
return null;
|
|
1101
|
-
} finally {
|
|
1102
|
-
_effect.f();
|
|
1103
|
-
}
|
|
1027
|
+
const map = useMap();
|
|
1028
|
+
useEffect5(() => {
|
|
1029
|
+
const control = new Control({
|
|
1030
|
+
position
|
|
1031
|
+
});
|
|
1032
|
+
control.onAdd = () => {
|
|
1033
|
+
const container = DomUtil.create("div", mx2("m-0!", controlPositions[position]));
|
|
1034
|
+
DomEvent.disableClickPropagation(container);
|
|
1035
|
+
DomEvent.disableScrollPropagation(container);
|
|
1036
|
+
const root = createRoot(container);
|
|
1037
|
+
root.render(/* @__PURE__ */ React3.createElement(ThemeProvider, {
|
|
1038
|
+
tx: defaultTx
|
|
1039
|
+
}, /* @__PURE__ */ React3.createElement(Tooltip.Provider, null, children)));
|
|
1040
|
+
return container;
|
|
1041
|
+
};
|
|
1042
|
+
control.addTo(map);
|
|
1043
|
+
return () => {
|
|
1044
|
+
control.remove();
|
|
1045
|
+
};
|
|
1046
|
+
}, [
|
|
1047
|
+
map,
|
|
1048
|
+
position,
|
|
1049
|
+
children
|
|
1050
|
+
]);
|
|
1051
|
+
return null;
|
|
1104
1052
|
};
|
|
1053
|
+
var MapZoom = ({ onAction, position = "bottomleft", ...props }) => /* @__PURE__ */ React3.createElement(CustomControl2, {
|
|
1054
|
+
position,
|
|
1055
|
+
...props
|
|
1056
|
+
}, /* @__PURE__ */ React3.createElement(ZoomControls, {
|
|
1057
|
+
onAction
|
|
1058
|
+
}));
|
|
1059
|
+
var MapAction = ({ onAction, position = "bottomright", ...props }) => /* @__PURE__ */ React3.createElement(CustomControl2, {
|
|
1060
|
+
position,
|
|
1061
|
+
...props
|
|
1062
|
+
}, /* @__PURE__ */ React3.createElement(ActionControls, {
|
|
1063
|
+
onAction
|
|
1064
|
+
}));
|
|
1105
1065
|
var Map = {
|
|
1106
1066
|
Root: MapRoot,
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
position,
|
|
1113
|
-
...props
|
|
1114
|
-
}, /* @__PURE__ */ React4.createElement(ZoomControls, {
|
|
1115
|
-
onAction
|
|
1116
|
-
}));
|
|
1117
|
-
} finally {
|
|
1118
|
-
_effect.f();
|
|
1119
|
-
}
|
|
1120
|
-
},
|
|
1121
|
-
Action: ({ onAction, position = "bottomright", ...props }) => {
|
|
1122
|
-
var _effect = _useSignals4();
|
|
1123
|
-
try {
|
|
1124
|
-
return /* @__PURE__ */ React4.createElement(CustomControl2, {
|
|
1125
|
-
position,
|
|
1126
|
-
...props
|
|
1127
|
-
}, /* @__PURE__ */ React4.createElement(ActionControls, {
|
|
1128
|
-
onAction
|
|
1129
|
-
}));
|
|
1130
|
-
} finally {
|
|
1131
|
-
_effect.f();
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1067
|
+
Content: MapContent,
|
|
1068
|
+
Tiles: MapTiles,
|
|
1069
|
+
Markers: MapMarkers,
|
|
1070
|
+
Zoom: MapZoom,
|
|
1071
|
+
Action: MapAction
|
|
1134
1072
|
};
|
|
1135
1073
|
export {
|
|
1136
1074
|
ActionControls,
|
|
1137
1075
|
Globe,
|
|
1138
|
-
|
|
1076
|
+
GlobeContext,
|
|
1139
1077
|
Map,
|
|
1140
1078
|
ZoomControls,
|
|
1141
1079
|
closestPoint,
|
|
@@ -1147,7 +1085,6 @@ export {
|
|
|
1147
1085
|
geoPoint,
|
|
1148
1086
|
geoToPosition,
|
|
1149
1087
|
getDistance,
|
|
1150
|
-
loadTopology,
|
|
1151
1088
|
positionToRotation,
|
|
1152
1089
|
renderLayers,
|
|
1153
1090
|
restrictAxis,
|