当前位置:操作系统 > Unix/Linux >>

qgis Shapefile cannot be saved if joined table ...解决

qgis Shapefile cannot be saved if joined table ...解决
 
这是由于表中字段名称超过了10个字符,Qgis 无法处理,所以暂时更改表中字段名称即可。
 
ALTER TABLE sea_make 
--ALTER COLUMN feature_type
RENAME COLUMN feature_type TO feat_type;
ALTER TABLE sea_make
--ALTER COLUMN display_class
RENAME COLUMN display_class  TO disp_class

 

 
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,