Feature request #3197
mapserver export, no outline
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Python plugins | ||
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Easy fix?: | No | Copied to github as #: | 13257 |
Description
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 + "\
"
History
#1
Updated by Giovanni Manghi almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
closed by 28605e93 (SVN r14548)