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
# 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
cd /home/user/MyDocs/.maps/OpenStreetMap I/ find . | head -n 20