
DATABASE POSTGIS
liqiangcskm
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
shp2pgsql shpfile 导入到 postgis
shp2pgsql -W GBK(中文不乱码) Road(shpfile名称不用扩展名)tb_Road(表名)mydb (数据库名)| psql -d mydb(数据库名)原创 2012-05-20 15:38:23 · 419 阅读 · 1 评论 -
Installing PostGIS 2.0 on ubuntu
Installing PostGIS 2.0 on ubuntu 首先,卸载掉原有的postgis和postgresql-9.1-postgis,不然你就用1.5版好了~ 1 sudo dpkg --purge postgis postgresql-9.1-postgis 然后,添加相应的repository 并安装PostGIS 1 sudo apt-ad...原创 2013-06-30 17:41:24 · 140 阅读 · 0 评论