vaginessa / gmapcatcher

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

The ".googlemaps" folder #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Email from Kevin Lo

Since we use Yahoo maps by default, here's a trivial diff to change
tiles path to ".yahoomaps" instead of ".googlemaps".
Does it make sense to you? If so, I'll commit it, thanks.

Original issue reported on code.google.com by heldersepu on 20 Jul 2011 at 12:36

Attachments:

GoogleCodeExporter commented 9 years ago
Please do not commit just yet, that will create a backward
compatibility issue...

The ".googlemaps" folder holds all settings from the user:
 - gmapcatcher.conf
 - locations
 - markers

...and we already have an option to keep all tiles in individual
folders, see attached image.
it will create a tree structure similar to this:
+---.googlemaps
|   +---cloudmadeTiles
|   +---download
|   +---hyb_tiles
|   +---vemap
|   +---yahoohyb
|   +---yahoomap

The way I see it ".googlemaps" folder is a container for everything in
the application, and it should probably be called something else like
".GMapCatcher"

Original comment by heldersepu on 20 Jul 2011 at 12:37

Attachments:

GoogleCodeExporter commented 9 years ago
I just commit some changes r1146 now new installations will use ".GMapCatcher"

Original comment by heldersepu on 2 Aug 2011 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by heldersepu on 27 Feb 2012 at 2:00