我想将OSM地图导入postgis,所以在windows cmd控制台中使用了以下命令:
osm2pgsql -U postgres -d osm -hstore -s _S ./default.style ./xxxx.osm
但是“非法选项--t”错误发生: osm2pgsql非法选项--t 使用错误。
我不知道“非法选项-t”的含义是什么,不知道如何处理它。 我看过几篇文章但没找到任何答案。 感谢。
p.s我已经安装了postgis 2.1.7和postgresql 9.4和hstore。
答案 0 :(得分:3)
您的命令str2=':'.join(lst) #str2='a:b:c'
中至少有2个错误,而不是-hstore
和--hstore
而不是_S
。
所以:
-S