Thread: Evopedia
View Single Post
Posts: 58 | Thanked: 42 times | Joined on Jan 2010
#25
Originally Posted by RDJEHV View Post
don't thank me, thank you!
The offline maps work in maep, but they don't seem to work in evopedia. Do you know how many maps (mb) are saved in maep?
The problem could be that since rc2 there is a new entry in the configuration file (~/.evopediarc) that is not automatically added if the file is already there (will be fixed in rc3 / final). It should contain

Code:
maptile_repositories = [OpenStreetMap I|http://tile.openstreetmap.org/%d/%d/%d.png|/home/user/MyDocs/.maps/OpenStreetMap I/|0,OpenStreetMap II|http://tah.openstreetmap.org/Tiles/tile/%d/%d/%d.png|/home/user/MyDocs/.maps/OpenStreetMap II/|0,OpenCycleMap|http://c.andy.sandbox.cloudmade.com/tiles/cycle/%d/%d/%d.png|/home/user/MyDocs/.maps/OpenCycleMap/|0,Public Transport|http://tile.xn--pnvkarte-m4a.de/tilegen/%d/%d/%d.png|/home/user/MyDocs/.maps/Public Transport/|0]
(without line breaks)

You can simply add it (under [evopedia]) or delete the whole file - it should be automatically created in that case.

I don't know if maep imposes a size bound on the tile cache - evopedia does not.