[Tilecache] Bug in r370

Bruce Rindahl rindahl at lrcwe.com
Tue Dec 16 13:11:21 EST 2008


I am testing SVN 373 and there is a bug in AWSS3.py.  Line 42:
        if self.use_tms_paths == True or self.use_tms_paths = "flipped":
should be
        if self.use_tms_paths == True or self.use_tms_paths == "flipped":

Is this the method of bug submission?
Bruce




More information about the Tilecache mailing list