--- ECHO_content/ECHO_collection.py 2005/02/07 19:40:37 1.210 +++ ECHO_content/ECHO_collection.py 2005/02/08 21:32:36 1.211 @@ -2036,7 +2036,7 @@ class ECHO_collection(Folder, Persistent """Give list of coordinates""" mapColTypes=['ECHO_collection','ECHO_resource'] areas=[] - for entry in self.getSubCols(self,subColTypes=mapColTypes): + for entry in self.getSubCols(subColTypes=mapColTypes): object=entry areas.extend(object.getMapAreas()) return areas