成果管理-影像-跳转坐标转化公式修改

hefeichangfeng
滕嵩 2025-01-24 14:15:04 +08:00
parent 2626430c64
commit df314c9ad6
1 changed files with 2 additions and 1 deletions

View File

@ -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: {