[Pkg-osm-commits] [SCM] imposm branch, master, updated. debian/2.4.0+dfsg-0.1-8-ge03391a
David Paleino
dapal at debian.org
Wed Dec 12 21:24:21 UTC 2012
The following commit has been merged in the master branch:
commit e5dea87b79a5e803d69887c1849a259f53acefa4
Author: David Paleino <dapal at debian.org>
Date: Wed Dec 12 22:04:07 2012 +0100
Patch refreshed
diff --git a/debian/patches/00-fix_sql_path.patch b/debian/patches/00-fix_sql_path.patch
index d0dc370..952752f 100644
--- a/debian/patches/00-fix_sql_path.patch
+++ b/debian/patches/00-fix_sql_path.patch
@@ -9,12 +9,12 @@ Forwarded: no
--- imposm.orig/imposm/psqldb.py
+++ imposm/imposm/psqldb.py
-@@ -88,7 +88,7 @@ def main():
+@@ -116,7 +116,7 @@ def main():
'password': options.password,
}
-
+
- mapping['epsg900913_sql'] = join(dirname(__file__), '900913.sql')
+ mapping['epsg900913_sql'] = '/usr/share/python-imposm/900913.sql'
- find_sql_files(options.pg_version, mapping)
-
- template = string.Template(db_create_template)
+ find_sql_files(options.pg_version, options.postgis_version, mapping)
+
+ if options.postgis_version == '2.0':
--
Python importer for OpenStreetMap data
More information about the Pkg-osm-commits
mailing list