Hi, <br><br>I&#39;m trying to load offset X, Y data from the postgis database.<br><br>Each feature has an offset value defined there.<br><br>My mapfile (relevant part) looks like this:<br><br>In the layer:<br>                DATA                    &quot;geom_mercator from map_links using unique Id using SRID=900913&quot;<br>
<br>                        STYLE<br>                                WIDTH 6<br>                                COLOR 0 255 0<br>                                ANTIALIAS TRUE<br>                                ANGLE AUTO<br>
                                OFFSET [offsetX] [offsetY]<br>                        END<br><br>Please don&#39;t tell me the offsetX, Y values cannot be read from the database. That would be a huge issue for me.<br><br>Thank you for your time.<br>
<br>Best regards<br>