首页 > 数据库技术 > 详细

osm2pgsql导入少字段

时间:2017-01-21 17:25:03      阅读:345      评论:0      收藏:0      [点我收藏+]

Explanation: osm2pgsql imports normally the data in a static database schema. The tags without a corresponding column are ignored. By adding the option -k or --hstore, osm2pgsql will add a new hstore column tags to each table and save there all tags without column.

Another way:

The default.style file https://github.com/openstreetmap/osm2pgsql/blob/master/default.style does not pick all fields into its own column,so edit default.style what you want.

参考: http://stackoverflow.com/questions/31264674/osm2pgsql-data-converting-lost-columns

http://gis.stackexchange.com/questions/135715/osm2pgsql-cant-find-maxspeed-tag-after-import

osm2pgsql导入少字段

原文:http://www.cnblogs.com/BigFishFly/p/6337275.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!