Hi all!

After al long time i have a new problem.
I updated to UMN Mapserver 5.0.2 some time ago an after that all the  
PrimaGIS maps are aiout of order.
They show a errorimage and in the error log is the following:

Traceback (innermost last):
   Module ZPublisher.Publish, line 115, in publish
   Module ZPublisher.mapply, line 88, in mapply
   Module ZPublisher.Publish, line 41, in call_object
   Module Products.ZCO.Symbolizer, line 387, in overview
   Module Products.ZCO.MapRenderer, line 206, in draw
   Module cartography.engine.mapserver.rendering, line 245, in draw
   Module cartography.engine.mapserver.rendering, line 422, in _buildInMarks
   Module mapscript, line 1689, in add
TypeError: argument number 1: a 'lineObj *' is expected,  
'lineObj(<cartography.engine.mapserver.msbridge.lineObj; proxy of C  
lineObj instance at _7067f90a00000000_p_lineObj>)' is received


I 've read here about some other issues, but just dont get any hints how  
to solve the Problem.

System is Plone 2.1.4 and 2.5.5, Zope 2.9.7, PCL 0.10, ZCO 0.7.3, PrimaGIS  
0.5.1

Thanks in advance

Uwe Seher
------------------------------------------------------
www.gispunkt.de
------------------------------------------------------
# the china-modul china.py

class bag(object):

     def __init__(self, content='rice'):
         self.content = content

     def fallover(self):
         print 'China: a bag of %s is fallen over' % self.content
-- 
--------------------------------------------
www.gispunkt.de
--------------------------------------------
# Das China-Modul china.py

class Sack(object):

     def __init__(self, inhalt='Reis'):
         self.inhalt = inhalt

     def umfall(self):
         print 'China: a bag of %s is fallen over' % self.inhalt
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to