bbox 5186 으로 변환 #26
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user