三亚实景三维后台管理系统

LAPTOP-BJJ3IV5R\SIWEI a7d9e58804 删除超图引用 hai 1 ano
data 26fec7d876 临时数据 %!s(int64=2) %!d(string=hai) anos
onemap-api 32569119dc 更改算法 hai 1 ano
onemap-auth 3ed6587fc8 更改地址 %!s(int64=2) %!d(string=hai) anos
onemap-common d0371785c6 添加空间工程 hai 1 ano
onemap-gateway 2477604e7b 格式化网关代码 %!s(int64=2) %!d(string=hai) anos
onemap-modules a7d9e58804 删除超图引用 hai 1 ano
sql 84457abf47 添加sql hai 1 ano
.gitignore 760f96ec27 初始化 %!s(int64=2) %!d(string=hai) anos
LICENSE 760f96ec27 初始化 %!s(int64=2) %!d(string=hai) anos
README.md 36c9475e67 根据ewkt计算距离 hai 1 ano
pom.xml 32c14c485b 更新目录结构 hai 1 ano
raster.png a77d37587e 删除没用图片 hai 1 ano
wkt.png a77d37587e 删除没用图片 hai 1 ano

README.md

sanya-data-management-back

实景三维三亚后台管理系统

数据处理

1.污水厂数据

1.污水处理厂的数据,需要提供空间字段,缓冲区字段 2.通过缓冲区字段生成缓冲区导入到数据库

2.插入表格数据

INSERT INTO "base"."t_table" ( "id", "table_name", "table_describe", "table_type", "is_exist", "create_time", "delete_time", "create_user_id", "delete_user_id", "version" )
VALUES
( replace(uuid_generate_v4()::text, '-', ''), 'TB_TYYDCS', '体育运动场所', 0, 0, now(), NULL, '1', NULL, '20240711172001' );