|
il y a 9 mois | |
---|---|---|
data | il y a 10 mois | |
onemap-api | il y a 9 mois | |
onemap-auth | il y a 10 mois | |
onemap-common | il y a 9 mois | |
onemap-gateway | il y a 10 mois | |
onemap-modules | il y a 9 mois | |
sql | il y a 9 mois | |
.gitignore | il y a 1 an | |
LICENSE | il y a 1 an | |
README.md | il y a 9 mois | |
pom.xml | il y a 9 mois | |
raster.png | il y a 9 mois | |
wkt.png | il y a 9 mois |
实景三维三亚后台管理系统
1.污水处理厂的数据,需要提供空间字段,缓冲区字段 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' );