[Mapserver-users] Please help with Querying a Map (Postgis-Layer)
David Blasby
dblasby at refractions.net
Mon Sep 15 10:00:50 PDT 2003
Antje Rosse wrote:
You are using a very very old version of the postgis connector - I
suggest you upgrade to the CVS version.
>>DATA 'the_geom from punkte_tabelle using unique oid using SRID=-1'
Try:
'the_geom from punkte_tabelle USING UNIQUE OID USING SRID=-1'
If that doesnt work, make sure you have punkte_tabelle properly
registered in the geometry_columns table and use:
'the_geom from punkte_tabelle'
dave
More information about the MapServer-users
mailing list