1.把excel文件导入pg数据库
2.pg数据库开启postgis功能 create extension postgis
3.将shp文件导入数据库
4.update gis a set name =t.name from (select * from public.water )t where a.osmid=t.osmid
1.把excel文件导入pg数据库
2.pg数据库开启postgis功能 create extension postgis
3.将shp文件导入数据库
4.update gis a set name =t.name from (select * from public.water )t where a.osmid=t.osmid