[mapserver-users] Wrong getfeatureinfo result from cluster layer
astron
erigul at ra.no
Wed Feb 21 05:36:08 PST 2018
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
More information about the MapServer-users
mailing list