Hello, this is a very weird behaviour I stumbled upon.
When adding a layer from a subquery (geom from (select geom,oid,bla from bla2
where blu) as foo using unique oid using srid=-1), AND the FORCE parameter of a
label in a class of that layer is set to TRUE AND/OR POSITION is set to AUTO,
labels get drawn twice. If I set POSITION to UC,CC, etc OR FORCE to FALSE, the
labels appear only once as supposed. What's weird about this is that when using
the same layer but from a shapefile (obtained through pgsql2shp) or in a direct
query (geom from bla), the labels always appear right.
I'll attach the mapfile, the sql dump and the shapefile