Opened 14 years ago

Closed 14 years ago

#2848 closed bug (fixed)

mapserverexportplugin bugs

Reported by: rduivenvoorde Owned by: rduivenvoorde
Priority: minor: annoyance Milestone: Version 1.6.0
Component: Python plugins and bindings Version:
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

Description

from mailinglist: http://lists.osgeo.org/pipermail/qgis-user/2010-June/009024.html

  • for lines, it takes the color from the fill, not from the outline, so the resultsare different from what expected
  • if one wants to show only the outline of a polygon, the COLOR for interior shouldn't be written to the mapfile
  • for the buffer around labels, after BUFFER 1 one should add OUTLINECOLOR 255 255 255 (or another colour as appropriate).

Attachments (1)

ms_export.py (46.7 KB ) - added by rduivenvoorde 14 years ago.
please test this ms_export.py

Download all attachments as: .zip

Change History (3)

by rduivenvoorde, 14 years ago

Attachment: ms_export.py added

please test this ms_export.py

comment:1 by rduivenvoorde, 14 years ago

please test:

the ms_export.py above should replace the version you have in (on linux):

[yourqgis install dir]/share/qgis/python/plugins/mapserver_export

this file version is not yet in svn

comment:2 by rduivenvoorde, 14 years ago

Resolution: fixed
Status: newclosed

mostly fixed in r13894

styles for mapserver and qgis are more in line now, thought there is still some discrepancy for example around the BUFFER concept.

Note: See TracTickets for help on using tickets.