bbox 5186 으로 변환

This commit is contained in:
2026-01-30 18:09:13 +09:00
parent a42729a475
commit 9dd439b920

View File

@@ -107,7 +107,7 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom {
mapLayerEntity.minZoom, mapLayerEntity.minZoom,
mapLayerEntity.maxZoom, mapLayerEntity.maxZoom,
Expressions.stringTemplate( Expressions.stringTemplate(
"ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 4326))", "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 5186))",
mapLayerEntity.minLon, mapLayerEntity.minLon,
mapLayerEntity.minLat, mapLayerEntity.minLat,
mapLayerEntity.maxLon, mapLayerEntity.maxLon,
@@ -137,7 +137,7 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom {
mapSheetMngTileEntity.minZoom, mapSheetMngTileEntity.minZoom,
mapSheetMngTileEntity.maxZoom, mapSheetMngTileEntity.maxZoom,
Expressions.stringTemplate( Expressions.stringTemplate(
"ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 4326))", "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 5186))",
mapSheetMngTileEntity.minLon, mapSheetMngTileEntity.minLon,
mapSheetMngTileEntity.minLat, mapSheetMngTileEntity.minLat,
mapSheetMngTileEntity.maxLon, mapSheetMngTileEntity.maxLon,
@@ -161,7 +161,7 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom {
mapSheetMngTileEntity.minZoom, mapSheetMngTileEntity.minZoom,
mapSheetMngTileEntity.maxZoom, mapSheetMngTileEntity.maxZoom,
Expressions.stringTemplate( Expressions.stringTemplate(
"ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 4326))", "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 5186))",
mapSheetMngTileEntity.minLon, mapSheetMngTileEntity.minLon,
mapSheetMngTileEntity.minLat, mapSheetMngTileEntity.minLat,
mapSheetMngTileEntity.maxLon, mapSheetMngTileEntity.maxLon,
@@ -189,7 +189,7 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom {
mapSheetMngTileEntity.minZoom, mapSheetMngTileEntity.minZoom,
mapSheetMngTileEntity.maxZoom, mapSheetMngTileEntity.maxZoom,
Expressions.stringTemplate( Expressions.stringTemplate(
"ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 4326))", "ST_AsGeoJSON(ST_MakeEnvelope({0}, {1}, {2}, {3}, 5186))",
mapSheetMngTileEntity.minLon, mapSheetMngTileEntity.minLon,
mapSheetMngTileEntity.minLat, mapSheetMngTileEntity.minLat,
mapSheetMngTileEntity.maxLon, mapSheetMngTileEntity.maxLon,