From 1a8f8b6273afa869ff8c197ab8ed9407f1bb906d 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: Wed, 2 Oct 2024 17:02:53 +0900 Subject: [PATCH] =?UTF-8?q?pois=5Fclick=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Examples/pois_click/index.html | 101 +++++++++++++++++++++++++++++ src/components/Example/Example.jsx | 1 + 2 files changed, 102 insertions(+) create mode 100644 Examples/pois_click/index.html diff --git a/Examples/pois_click/index.html b/Examples/pois_click/index.html new file mode 100644 index 0000000..fd8b3a6 --- /dev/null +++ b/Examples/pois_click/index.html @@ -0,0 +1,101 @@ + + + + + + + [pois] + + + + + + +
+ + + + + diff --git a/src/components/Example/Example.jsx b/src/components/Example/Example.jsx index b78d159..05e59c5 100644 --- a/src/components/Example/Example.jsx +++ b/src/components/Example/Example.jsx @@ -13,6 +13,7 @@ const Example = () => { 'mapOption', 'objects', 'pois', + 'pois_click', 'controls', 'focus', 'mapContext',