From 76447207ebff2eb0388017ca1fef47417a0f39b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EC=A7=80=EC=9D=B8?= Date: Thu, 10 Jul 2025 15:15:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=8F=84=20=EB=A1=9C=EB=94=A9=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/proxyo2map.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/proxyo2map.jsp b/src/main/webapp/proxyo2map.jsp index 2e6d5b3d..dfd5bbab 100644 --- a/src/main/webapp/proxyo2map.jsp +++ b/src/main/webapp/proxyo2map.jsp @@ -13,7 +13,7 @@ request.setCharacterEncoding("UTF-8"); final String O2MAP_WMS_URL = EgovProperties.getProperty("O2MAP.wms.url") == null ? null : EgovProperties.getProperty("O2MAP.wms.url").trim(); - final String LOCAL_WMS_URL = EgovProperties.getProperty("LOCAL.wms.url") == null ? null : EgovProperties.getProperty("LOCAL.wms.url").trim(); + final String LOCAL_WMS_URL = "99".equals(EgovProperties.getProperty("LOCAL.wms.url")) ? null : EgovProperties.getProperty("LOCAL.wms.url").trim(); // post, get에서 쓸 url