Hi all,
working with MapServer Export PlugIn, I discovered that the STYLE of mapfile
has always OUTLINECOLOR even if the outlinestyle is "Nothing".
I resolved with a control in ms_export.py file.
In writeClassStyleContent, i calculate
outlinestyle = self.getSymbolProperty(symbolNode, 'outlinestyle')
-
-
-
and before writing OUTLINECOLOR, I insert
if 'NoPen' != outlinestyle:
class_def += " OUTLINECOLOR " + outlinecolor + "\n"
I don't know, if it's helpful.
Hi
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer