Show
Ignore:
Timestamp:
03/02/10 10:26:18 (2 years ago)
Author:
elemoine
Message:

apply patches from
https://trac.mapfish.org/trac/mapfish/ticket/550
https://trac.mapfish.org/trac/mapfish/ticket/553
https://trac.mapfish.org/trac/mapfish/ticket/550
https://trac.mapfish.org/trac/mapfish/ticket/560

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/server/branches/1.2/mapfish/lib/protocol.py

    r3083 r3388  
    349349            if obj is None: 
    350350                obj = self.mapped_class() 
    351                 obj.geometry = asShape(feature.geometry) 
    352351                create = True 
     352            obj.geometry = asShape(feature.geometry) 
    353353            for key in feature.properties: 
    354354                obj[key] = feature.properties[key]