set the minimum_version of mapnik to 0.7.2 for the upgrade script so that we don't break styles that will likely be compatible with 0.7.2 - thanks ebrelsford for reporting this issue

This commit is contained in:
Dane Springmeyer 2010-12-02 00:33:25 +00:00
parent 0eb3718934
commit 798c1d3aba

View file

@ -107,7 +107,7 @@ if __name__ == "__main__":
root.attrib.pop('bgcolor')
# set new minimum_version
root.set('minimum_version','0.8.0')
root.set('minimum_version','0.7.2')
styles = root.findall('Style')
if not len(styles):