Hi umberto, thx for response. If I try to do a help(mapscript.styleObject)
I can see in the list of availables: a pattern and a patternlength attributes. So I wrongly guess they are available. > Actually it is not hard to do it, just provide a getPattern/setPattern > index-based function > in mapscript/swiginc/style.i > and, of course, rebuild mapscript. You could use the get/setBinding > functions as a starting point and I could help you, if you want. thx for your help. Andrea 2014-06-17 17:02 GMT+02:00 Umberto Nicoletti <[email protected]>: > Andrea, > it seems we never got around to properly wrap styleObj.pattern in mapscript. > > Actually it is not hard to do it, just provide a getPattern/setPattern > index-based function > in mapscript/swiginc/style.i > and, of course, rebuild mapscript. You could use the get/setBinding > functions as a starting point and I could help you, if you want. > > /Umberto > > > > On Tue, Jun 17, 2014 at 3:53 PM, Andrea Peri <[email protected]> wrote: >> >> Hi, >> >> it seem to exist, >> but every sintax I try , I'm have an error. >> like this: >> >> new_style.pattern = [1.0, 2.0] >> >> >Traceback (most recent call last): >> > File "generator.py", line 136, in <module> >> > new_style.pattern = [1.0, 2.0] >> > File >> > "C:\my-programs\osgeo4w\apps\Python27\lib\site-packages\mapscript.py", li >> >ne 538, in <lambda> >> > __setattr__ = lambda self, name, value: _swig_setattr(self, styleObj, >> > name, >> >value) >> > File >> > "C:\my-programs\osgeo4w\apps\Python27\lib\site-packages\mapscript.py", li >> >ne 48, in _swig_setattr >> > return _swig_setattr_nondynamic(self,class_type,name,value,0) >> > File >> > "C:\my-programs\osgeo4w\apps\Python27\lib\site-packages\mapscript.py", li >> >ne 41, in _swig_setattr_nondynamic >> > if method: return method(self,value) >> >TypeError: in method 'styleObj_pattern_set', argument 2 of type 'double >> > [MS_MAXP >> >ATTERNLENGTH]' >> >> I don't understand if is a bug or a my wrong on python use ff pattern. >> >> Unfortunately it seem not documentated at all. >> >> any help is welcome, thx. >> >> Andrea. >> >> >> 2014-06-17 11:42 GMT+02:00 Andrea Peri <[email protected]>: >> > Hi, >> > >> > Is available the style pattern in mapscript ? >> > >> > Thx, >> > >> > -- >> > ----------------- >> > Andrea Peri >> > . . . . . . . . . >> > qwerty àèìòù >> > ----------------- >> >> >> >> -- >> ----------------- >> Andrea Peri >> . . . . . . . . . >> qwerty àèìòù >> ----------------- >> _______________________________________________ >> mapserver-users mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/mapserver-users > > -- ----------------- Andrea Peri . . . . . . . . . qwerty àèìòù ----------------- _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
