View Single Post
Posts: 317 | Thanked: 787 times | Joined on Oct 2009 @ Krakow, Poland
#374
Originally Posted by _invisible_ View Post
First thanks for the good job .
I have this problem.
I have created a map with mobile atlas creator using setting "OSMTracker tile storage" and copied the tile to /home/user/MyDocs/.maps/<Provider Name>, where <provider name> is : - OpenStreetMap I. I have put the tiles there but there aren't shoing in the cloudgps. Does the folder name has to be a specific name? I've read through the post's and didn't find and answer. Can you guys give me a little help?
You can find a hint in /opt/cloudgps/providers.ini:
Code:
# fileFormat and urlFormat are used with sprintf with three integers: zoom, x, y
        
[OpenStreetMap I]

fileFormat=/home/user/MyDocs/.maps/OpenStreetMap I/%d/%d/%d.png
So for example the tile with whole world on zoom 0 should be named:
/home/user/MyDocs/.maps/OpenStreetMap I/0/0/0.png

It would be very helpful to show us your file structure. You could for example run those commands in x-terminal and paste the output here:
Code:
cd /home/user/MyDocs/.maps/OpenStreetMap I/
find . | head -n 20