From 9dd439b92093fd4007a50044faf8b914ca421f43 Mon Sep 17 00:00:00 2001 From: "gayoun.park" Date: Fri, 30 Jan 2026 18:09:13 +0900 Subject: [PATCH] =?UTF-8?q?bbox=205186=20=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../postgres/repository/layer/MapLayerRepositoryImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/kamco/cd/kamcoback/postgres/repository/layer/MapLayerRepositoryImpl.java b/src/main/java/com/kamco/cd/kamcoback/postgres/repository/layer/MapLayerRepositoryImpl.java index 98145e04..a99a2a0a 100644 --- a/src/main/java/com/kamco/cd/kamcoback/postgres/repository/layer/MapLayerRepositoryImpl.java +++ b/src/main/java/com/kamco/cd/kamcoback/postgres/repository/layer/MapLayerRepositoryImpl.java @@ -107,7 +107,7 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom { mapLayerEntity.minZoom, mapLayerEntity.maxZoom, Expressions.stringTemplate( - "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 4326))", + "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 5186))", mapLayerEntity.minLon, mapLayerEntity.minLat, mapLayerEntity.maxLon, @@ -137,7 +137,7 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom { mapSheetMngTileEntity.minZoom, mapSheetMngTileEntity.maxZoom, Expressions.stringTemplate( - "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 4326))", + "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 5186))", mapSheetMngTileEntity.minLon, mapSheetMngTileEntity.minLat, mapSheetMngTileEntity.maxLon, @@ -161,7 +161,7 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom { mapSheetMngTileEntity.minZoom, mapSheetMngTileEntity.maxZoom, Expressions.stringTemplate( - "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 4326))", + "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 5186))", mapSheetMngTileEntity.minLon, mapSheetMngTileEntity.minLat, mapSheetMngTileEntity.maxLon, @@ -189,7 +189,7 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom { mapSheetMngTileEntity.minZoom, mapSheetMngTileEntity.maxZoom, Expressions.stringTemplate( - "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 4326))", + "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 5186))", mapSheetMngTileEntity.minLon, mapSheetMngTileEntity.minLat, mapSheetMngTileEntity.maxLon,