So the reason for this was that I used the tables primary key instead of the
OID. So changing  
DATA "geometry from data.table using unique id using srid=4326" 
to
DATA "geometry from data.table using unique oid using srid=4326" 
fixed the problem. 

Can anybody explain why?


Regards,
Erik



--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to