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