년도 타일 url 수정
This commit is contained in:
@@ -142,8 +142,8 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom {
|
|||||||
Projections.constructor(
|
Projections.constructor(
|
||||||
LayerDto.TileUrlDto.class,
|
LayerDto.TileUrlDto.class,
|
||||||
mapSheetMngTileEntity.mngYyyy,
|
mapSheetMngTileEntity.mngYyyy,
|
||||||
mapSheetMngTileEntity.tag,
|
|
||||||
mapSheetMngTileEntity.url,
|
mapSheetMngTileEntity.url,
|
||||||
|
mapSheetMngTileEntity.tag,
|
||||||
mapSheetMngTileEntity.minLon,
|
mapSheetMngTileEntity.minLon,
|
||||||
mapSheetMngTileEntity.minLat,
|
mapSheetMngTileEntity.minLat,
|
||||||
mapSheetMngTileEntity.maxLon,
|
mapSheetMngTileEntity.maxLon,
|
||||||
@@ -168,8 +168,8 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom {
|
|||||||
Projections.constructor(
|
Projections.constructor(
|
||||||
LayerDto.TileUrlDto.class,
|
LayerDto.TileUrlDto.class,
|
||||||
mapSheetMngTileEntity.mngYyyy,
|
mapSheetMngTileEntity.mngYyyy,
|
||||||
mapSheetMngTileEntity.tag,
|
|
||||||
mapSheetMngTileEntity.url,
|
mapSheetMngTileEntity.url,
|
||||||
|
mapSheetMngTileEntity.tag,
|
||||||
mapSheetMngTileEntity.minLon,
|
mapSheetMngTileEntity.minLon,
|
||||||
mapSheetMngTileEntity.minLat,
|
mapSheetMngTileEntity.minLat,
|
||||||
mapSheetMngTileEntity.maxLon,
|
mapSheetMngTileEntity.maxLon,
|
||||||
@@ -202,8 +202,8 @@ public class MapLayerRepositoryImpl implements MapLayerRepositoryCustom {
|
|||||||
Projections.constructor(
|
Projections.constructor(
|
||||||
LayerDto.TileUrlDto.class,
|
LayerDto.TileUrlDto.class,
|
||||||
mapSheetMngTileEntity.mngYyyy,
|
mapSheetMngTileEntity.mngYyyy,
|
||||||
mapSheetMngTileEntity.tag,
|
|
||||||
mapSheetMngTileEntity.url,
|
mapSheetMngTileEntity.url,
|
||||||
|
mapSheetMngTileEntity.tag,
|
||||||
mapSheetMngTileEntity.minLon,
|
mapSheetMngTileEntity.minLon,
|
||||||
mapSheetMngTileEntity.minLat,
|
mapSheetMngTileEntity.minLat,
|
||||||
mapSheetMngTileEntity.maxLon,
|
mapSheetMngTileEntity.maxLon,
|
||||||
|
|||||||
Reference in New Issue
Block a user