The Following User Says Thank You to dwaradzyn For This Useful Post: | ||
![]() |
2011-10-30
, 09:08
|
Posts: 317 |
Thanked: 787 times |
Joined on Oct 2009
@ Krakow, Poland
|
#372
|
![]() |
2011-11-08
, 20:26
|
Posts: 11 |
Thanked: 5 times |
Joined on Aug 2010
@ RO
|
#373
|
![]() |
2011-11-09
, 07:16
|
Posts: 317 |
Thanked: 787 times |
Joined on Oct 2009
@ Krakow, Poland
|
#374
|
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?
# 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
![]() |
2011-11-09
, 16:09
|
Posts: 11 |
Thanked: 5 times |
Joined on Aug 2010
@ RO
|
#375
|
You can find a hint in /opt/cloudgps/providers.ini:
So for example the tile with whole world on zoom 0 should be named: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
/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
![]() |
2011-11-09
, 16:20
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#376
|
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
The Following 2 Users Say Thank You to Rob1n For This Useful Post: | ||
![]() |
2011-11-09
, 16:21
|
Posts: 317 |
Thanked: 787 times |
Joined on Oct 2009
@ Krakow, Poland
|
#377
|
The Following User Says Thank You to dwaradzyn For This Useful Post: | ||
![]() |
2011-11-09
, 16:28
|
Posts: 11 |
Thanked: 5 times |
Joined on Aug 2010
@ RO
|
#378
|
There is not a single *.png file in this list - maybe you only have directories there?
![]() |
2011-11-09
, 16:35
|
Posts: 317 |
Thanked: 787 times |
Joined on Oct 2009
@ Krakow, Poland
|
#379
|
there are the png files there
now i have another problem
it say's " 2 batteries founddrawGLScene GL_ERROR: 500
it stars but after 2 minutes it crash
any idea?
The Following User Says Thank You to dwaradzyn For This Useful Post: | ||
![]() |
2011-11-09
, 16:47
|
Posts: 11 |
Thanked: 5 times |
Joined on Aug 2010
@ RO
|
#380
|
Please do the following:
1. Paste here the contents of your /home/user/.cloudgps/config.ini.
2. Delete/rename above mentioned file and start CloudGPS again. Post back here if it helped.
The Following User Says Thank You to _invisible_ For This Useful Post: | ||
![]() |
Tags |
best gps app |
Thread Tools | |
|
The fix time is significantly longer if there is no Internet connection while starting GPS module. AGPS in practice timeouts getting the data before N900 is able to make the connection. This affects all GPS apps. A workaround for that is to restart the GPS app and the AGPS module will work as intended.