From bae4e701a94bee8e798e3d9e7b5a1ad4ae37d867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clara=28=E1=84=89=E1=85=B5=E1=86=AB=E1=84=89=E1=85=A1?= =?UTF-8?q?=E1=86=BC=E1=84=85=E1=85=B5=E1=86=B7=29?= Date: Thu, 12 Dec 2024 15:44:25 +0900 Subject: [PATCH] =?UTF-8?q?multimap=202=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Examples/multiMap_GeoOn2/index.html | 242 ++++++++++++++++++++++++++++ src/components/Example/Example.jsx | 1 + 2 files changed, 243 insertions(+) create mode 100644 Examples/multiMap_GeoOn2/index.html diff --git a/Examples/multiMap_GeoOn2/index.html b/Examples/multiMap_GeoOn2/index.html new file mode 100644 index 0000000..ba2d11a --- /dev/null +++ b/Examples/multiMap_GeoOn2/index.html @@ -0,0 +1,242 @@ + + + + +
+
+ + + + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + + + diff --git a/src/components/Example/Example.jsx b/src/components/Example/Example.jsx index 39df15a..c719540 100644 --- a/src/components/Example/Example.jsx +++ b/src/components/Example/Example.jsx @@ -26,6 +26,7 @@ const Example = () => { 'navigation_Delay', 'tag', 'multiMap_GeoOn', + 'multiMap_GeoOn2', 'multiMap_GeoOff', 'multiMap_BuildingMask', 'heatmap',