成果管理-影像-跳转坐标转化公式修改
parent
2626430c64
commit
df314c9ad6
|
|
@ -122,13 +122,14 @@
|
|||
|
||||
proj4.defs(
|
||||
'EPSG:4548',
|
||||
'+proj=tmerc +lat_0=37.56666666666666 +lon_0=126.93333333333333 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-119.819,-78.445,-112.283,0,0,0,0 +units=m +no_defs',
|
||||
'+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs',
|
||||
);
|
||||
|
||||
// 影像管理-----------------------------------------------------------------------------------------------
|
||||
const [registerTable, { reload, getSelectRows }] = useTable({
|
||||
title: '影像管理',
|
||||
api: GeoTiffManagerLoadPage,
|
||||
// dataSource: data,
|
||||
columns: columns,
|
||||
useSearchForm: true,
|
||||
formConfig: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue