[TinyOWS-users] INSERT without geometry
Olivier Courtin
olivier.courtin at gmail.com
Wed Dec 16 14:47:54 EST 2009
On Dec 16, 2009, at 6:32 PM, Haftish 21 wrote:
>
> It seems the problem is with the feature id TinyOWS is creating
> (fid), my database table has five columns (geometry column + 4
> attributes). the fid is going to the first column of my table by
> default. Do I have to get one column ready for fid or what?
Yes there's two conditions to make transactional WFS works on a
PostGIS table:
1) Having a geometry column (with a correct entry in
geometry_columns table)
2) Having a Primary Key column defined for the table (as serial or
int type)
--
Olivier
More information about the TinyOWS-users
mailing list