Ticket #2055 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Polygons are filled with SVG

Reported by: peter.hopfgartner@r3-gis.com Assigned to: assefa
Priority: high Milestone: 5.0 release
Component: Output-SVG Version: 4.10
Severity: normal Keywords:
Cc: dmorissette

Description (Last modified by dmorissette)

Changing the IMAGETYPE to SVG makes all my polygons get filled.

peter@lemur: ~$ /usr/lib/cgi-bin/mapserv -v
MapServer version 4.10.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP
OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER
SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER
SUPPORTS=THREADS SUPPORTS=GEOS INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL
INPUT=SHAPEFILE DEBUG=MSDEBUG

Attachments

map-svg.map (0.6 kB) - added by peter.hopfgartner@r3-gis.com on 03/30/07 12:47:47.
Map file for SVG output
mapsvg.diff (1.1 kB) - added by hopfgartner on 04/19/07 04:28:15.

Change History

03/30/07 12:47:47 changed by peter.hopfgartner@r3-gis.com

  • attachment map-svg.map added.

Map file for SVG output

04/19/07 04:28:15 changed by hopfgartner

  • attachment mapsvg.diff added.

04/19/07 04:29:46 changed by hopfgartner

The tiny patch above solves this problem for me.

Regards,

Peter

05/03/07 10:04:21 changed by dmorissette

  • owner changed from mapserverbugs to assefa.
  • cc set to dmorissette.
  • description changed.
  • milestone set to 5.0 release.

Assefa, this is a very simple patch. Can you please review it and if it's okay then apply it in trunk and branch-4-10?

05/03/07 12:07:40 changed by assefa

  • status changed from new to closed.
  • resolution set to fixed.

commited in trunck (r6083) and backported to 4.10.x branch (r6084).

Thanks Peter.