PostGIS更新SRID


更新table的srid,方法如下

首先更新某個table的geometry column,並且設定srid(e.g. 3826)
select updategeometrysrid('your_table', 'geom_col', );

然後將geometry column設定srid

select setsrid(geom_col, ) from your_table;

留言

這個網誌中的熱門文章

Eclipse WTP 安裝Tip

Srping MultiactionController 使用綁定的設定

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Only RGBA or White color spaces are supported in this situation.'