hm90716 / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
0 stars 0 forks source link

Skipping zooms #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?
It would be nice if you can skip some zooms on this program. The most
useful part is zoom 0 (street name level). Then you can skip out to zoom 4
(city level). Then zoom 7 ( country level).

What goal would this enhancement help you achieve?
I hope it can make the cache smaller than caching all the zooms.

Original issue reported on code.google.com by wing...@gmail.com on 4 May 2010 at 5:29

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Issue 286 has been merged into this issue.

Original comment by heldersepu on 20 Oct 2011 at 8:49

GoogleCodeExporter commented 8 years ago
How and where to change maps url? Thanks!

Original comment by dannyc...@gmail.com on 21 Oct 2011 at 8:26

GoogleCodeExporter commented 8 years ago
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