Open GoogleCodeExporter opened 9 years ago
That is an excellent idea!
More than one user already mention that they run out of space quickly.
Original comment by heldersepu
on 4 May 2010 at 6:04
It should be configurable. User should get an option to download maps for a
certain zoom levels only. In between the user selected zoom levels, display the
high zoom level images in some bigger shape (not detail and clear but looks
good) as used in google earth.
Original comment by prasenji...@gmail.com
on 8 Jul 2010 at 9:02
Issue 286 has been merged into this issue.
Original comment by heldersepu
on 20 Oct 2011 at 8:49
How and where to change maps url? Thanks!
Original comment by dannyc...@gmail.com
on 21 Oct 2011 at 8:26
How and Where! good questions!
I'm going to assume that you have some programming skills and know some Python.
Here are instructions on HOW to setup the a Python + PyGTK:
http://code.google.com/p/gmapcatcher/wiki/devEnv
The WHERE is a bit more complicated, for now I give you a link to the code:
http://gmapcatcher.googlecode.com/svn/trunk/gmapcatcher/mapServers/
in that folder we keep all the "maps url", you might want to start with a
simple one like OSM:
http://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/mapServers/
openStreetMaps.py
Here is Yahoo:
http://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/mapServers/
yahoo.py
Original comment by heldersepu
on 21 Oct 2011 at 8:52
Original issue reported on code.google.com by
wing...@gmail.com
on 4 May 2010 at 5:29