Re: [mapserver-users] create hatch symbol with python mapscript?

2011-09-02 Thread Michael Schulz
Thanks Thomas, that did the trick. Cheers, Michael 2011/9/1 thomas bonfort thomas.bonf...@gmail.com: You should also set the style size which is the spacing between hatches. It should be larger than the style width. Thomas Le 1 sept. 2011 17:11, Michael Schulz mandsch...@googlemail.com a

[mapserver-users] create hatch symbol with python mapscript?

2011-09-01 Thread Michael Schulz
Hi, I just tried to create a hatch type symbol only thru python mapscript, but failed. Could someone have a quick look and discover what I might be missing? ... hatch = mapscript.symbolObj(hatch) hatch.type = mapscript.MS_SYMBOL_HATCH sindex = m.symbolset.appendSymbol(hatch) stylePoly.symbol =

Re: [mapserver-users] create hatch symbol with python mapscript?

2011-09-01 Thread thomas bonfort
You should also set the style size which is the spacing between hatches. It should be larger than the style width. Thomas Le 1 sept. 2011 17:11, Michael Schulz mandsch...@googlemail.com a écrit : Hi, I just tried to create a hatch type symbol only thru python mapscript, but failed. Could