diff options
Diffstat (limited to 'astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py')
-rw-r--r-- | astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py | 16 |
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, |