View Single Post
Posts: 11 | Thanked: 5 times | Joined on Aug 2010 @ RO
#375
Originally Posted by dwaradzyn View Post
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
Hy thanks for the help
this is the output for the command


/home/user/MyDocs/.maps/OpenStreetMap I # find . | head -n 20
.
./14
./14/9356
./14/9355
./14/9357
./14/9358
./14/9359
./14/9360
./0
./0/0
./1
./1/1
./1/0
./2
./2/2
./2/3
./2/1
./2/0
./4
./4/9
/home/user/MyDocs/.maps/OpenStreetMap I # 2