From 2ee0f7d74b4cc664df55d329cff8d8f97204e0a3 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: Mon, 2 Dec 2024 09:20:01 +0900 Subject: [PATCH] =?UTF-8?q?enableGeoreferencing=20option=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Examples/multiMap_GeoOn/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/multiMap_GeoOn/index.html b/Examples/multiMap_GeoOn/index.html index c27a6ae..823bad6 100644 --- a/Examples/multiMap_GeoOn/index.html +++ b/Examples/multiMap_GeoOn/index.html @@ -48,6 +48,7 @@ // mapOption 정의 const mapOption = { camera: '2d', + enableGeoreferencing: true, }; // mapOption으로 mapContainer에 map 그리기