[QGIS-trac] [Quantum GIS] #3197: mapserver export, no outline

Quantum GIS qgis at qgis.org
Thu Nov 11 04:13:12 EST 2010


#3197: mapserver export, no outline
------------------------------------------------+---------------------------
   Reporter:  lutra                             |              Owner:  borysiasty   
       Type:  patch                             |             Status:  new          
   Priority:  major: does not work as expected  |          Milestone:  Version 1.6.0
  Component:  Python plugins and bindings       |            Version:  1.5.0        
   Keywords:                                    |   Platform_version:               
   Platform:  All                               |           Must_fix:  No           
Status_info:  0                                 |  
------------------------------------------------+---------------------------
 This has been "intercepted" in the Italian gfoss mailing list. A user said
 that in the mapserver export plugin, when choosing "no outline", he always
 get as result OUTLINECOLOR  0 0 0 in the mapfile.

 Then he wrote again suggesting a working modification to the code


 {{{
 outlinestyle = self.getSymbolProperty(symbolNode, 'outlinestyle')
 ...
 ...
 ...
 if 'NoPen' != outlinestyle:
             class_def += "         OUTLINECOLOR " + outlinecolor + "\n"
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/3197>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list