PiRSquared17 / gccv2

Automatically exported from code.google.com/p/gccv2
0 stars 0 forks source link

Problems with displaying maps #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've Problems with displaying maps:
I'm using the applications OSMTracker or runsat with osm mapnik tiles via PDA 
TileManager - this works very well, but the structure of GCC seems to be better 
to handle for my use.

GCC 4.3_2 runs without problems on my Samsung omnia II i8000 with WM 6.5, i 
also get GPS fix.
My Problem is to display a map.

The Tiles I already use with runsat or OSMtracker are stroed on my memory card 
in \Speicherkarte\OSMtracker\Tiles"
With settings in 
1.
Options\Map screen: Multi maps off, Download off
Options\Options\Maps files location:  \Speicherkarte\OSMtracker\Tiles
there is "no Map" in display

2.
Options\Map screen: Multi maps off, Download Mapnik
Options\Options\Maps files location:  \Speicherkarte\OSMtracker\Tiles
there is "download error" in display

If I create a new folder "Mapnik" or "Tiles" for downloading new tiles I also 
get a "Download Error"

3.
Options\Map screen: Multi maps off, Download Osmarender
Options\Options\Maps files location new folder:  "Osmarender"

The download seems to work, I get some parts of a map downloaded, but with 
scrolling arround and zooming in and out it doesn't work very well. The 
zoomlevels aren's displayed correctly,
there are black parts in the Display and the map-parts are fuzzy and not sharp.

Any advice?
Greetings from Germany
tom 

Original issue reported on code.google.com by tom.nieb...@gmail.com on 24 Aug 2010 at 9:09

GoogleCodeExporter commented 9 years ago
Hello Tom,
1+2: You must select the parent folder of the zoom levels as map directory in 
GCC.
In your example the map tiles must look like:
\Speicherkarte\OSMtracker\Tiles\16\34436\22550.png
There must not be other files or other subdirectories in the map directory.
I'm in doubt, there may be a bug which requires that the map directory must not 
be empty, must not contain empty directories and must contain at least one tile 
with the correct file extension.
3. for osm maps you should always select multi maps on.
BTW in the forum there is version 4.4beta1 which doesn't require to choose the 
number of maps to display.

Greetings
Klaus

Original comment by kmb...@gmx.de on 24 Aug 2010 at 9:15

GoogleCodeExporter commented 9 years ago
Hello Klaus,

gcc accepts the folder now and the Mapnik map is displayed!

I had a zoomlevel 19 and a config-file for another gps program stored in the 
"tiles" folder. I deposited them to another place and updated to Version 
4.4beta1.

The Map is displayd, but on first attempt the width-to-height-ratio was not 
correct - width was bigger than height? So the map looked "pressed".
But with opening a "Track2Follow" and/or gps fix the width-to-height-ratio is 
ok now. 

Seems to work!

Thank you very much for answer!
tom

Original comment by tom.nieb...@gmail.com on 25 Aug 2010 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by kmb...@gmx.de on 30 Jul 2011 at 8:37