我的问题
无法连接postgresql
解决:
【西安】小南瓜的细心讲解
1.pg里你当前database没有加载postgis扩展
2.测试
createtabletestgis(geomgeometry(point,4326)); insertintotestgisvalues(st_setsrid(st_point(120,30),4326)); insertintotestgisvalues(st_setsrid(st_point(120.1,30.1),4326));