summaryrefslogtreecommitdiff
path: root/astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-12-12 09:48:16 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-12-12 09:48:16 +0000
commit611982da4be949064a6fe8bc528152be45c4a8df (patch)
tree459cc2c69ae2d6a507226ef002258d59a2a7e3cb /astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py
parentFix build with databases/db5. (diff)
Update to 0.8.0.0
Diffstat (limited to 'astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py')
-rw-r--r--astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py b/astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py
index 1a6eb691da81..5d06dd885401 100644
--- a/astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py
+++ b/astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py
@@ -1,6 +1,6 @@
---- gmapcatcher/mapArgs.py.orig 2012-04-28 21:35:10.000000000 +0800
-+++ gmapcatcher/mapArgs.py 2012-09-07 10:57:29.000000000 +0800
-@@ -45,10 +45,10 @@
+--- gmapcatcher/mapArgs.py.orig 2012-10-17 02:09:15.000000000 +0800
++++ gmapcatcher/mapArgs.py 2012-12-12 13:58:33.000000000 +0800
+@@ -46,10 +46,10 @@
print ' very useful to download maps of entire world'
print ' '
print 'SAMPLE USAGE'
@@ -15,12 +15,12 @@
def __init__(self, arrArgs=()):
if len(arrArgs) > 1:
-@@ -96,7 +96,7 @@
+@@ -99,7 +99,7 @@
self.lng_range = 179
def __str__(self):
-- return ("download.py --max-zoom=%s --min-zoom=%s" \
-+ return ("mapdownloader --max-zoom=%s --min-zoom=%s" \
- + " --latitude=%s --longitude=%s" \
- + " --width=%s --height=%s") % \
+- return ("download.py --max-zoom=%s --min-zoom=%s" +
++ return ("mapdownloader --max-zoom=%s --min-zoom=%s" +
+ " --latitude=%s --longitude=%s" +
+ " --width=%s --height=%s") % \
(self.max_zl, self.min_zl,