[MapServer-users] getting incomplete parts of a geometry

Eloi Ribeiro mail at eloiribeiro.eu
Wed Jan 31 09:27:17 PST 2024


Hi all,

I'm using Mapserver 8.0 and I'm getting incomplete parts of a geometry, either if is TYPE LINE or POLYGON. Please, see pictures https://pasteboard.co/ToPTZ6OnjPaJ.png.
I wonder if I'm missing something in the mapfile. The LAYER part of the mapfile looks like this:

LAYER
TEMPLATE "XXXXX.tmpl"
NAME "Food_Forest"
STATUS ON
TYPE LINE
PROJECTION #source
"init=epsg:28992"
END # PROJECTION
CONNECTIONTYPE POSTGIS
CONNECTION "host=XXXXX port=XXXXX dbname=XXXXX user=XXXXX password=XXXXX"
DATA "geom FROM XXXXX.XXXXX USING UNIQUE XXXXX_id USING srid=28992"
EXTENT 194914 420110 195152 420307
PROCESSING "CLOSE_CONNECTION=DEFER"
CLASS
NAME "Food_Forest"
STYLE
COLOR 255 0 0
OUTLINEWIDTH 1
END # STYLE
END # CLASS END # LAYER

Thanks!

Cheers,
Eloi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20240131/62d7aa91/attachment.htm>


More information about the MapServer-users mailing list