|
2011-01-04
, 17:20
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#452
|
ModRana stores all map data in .MyDocs/.maps and shares the tile images with Mappero and Maep. If you enable sqlite storage in modRana, it currently does not share the database with anybody - I have designed the database to be easily shared with other programs but no other software has implemented it yet.
The Following User Says Thank You to zimon For This Useful Post: | ||
|
2011-01-05
, 01:28
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#453
|
Do you have any documentation available for this sqlite map database strategy, or is currently the only documentation for this in the source code?
The documentation could be there http://nlp.fi.muni.cz/trac/gps_navig...EN#Datastorage
|
2011-01-05
, 06:33
|
Posts: 739 |
Thanked: 114 times |
Joined on Sep 2009
|
#454
|
The Following User Says Thank You to romanianusa For This Useful Post: | ||
|
2011-01-05
, 10:28
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#455
|
I tested out Modrana offline....obviously i can route it ONCE with the use of internet initially and can take on the trip and will have to stick with that route already calculated. So without internet, i can not do re-routing which is understandable.
But the problem i have is that this program doe not give me the closest route to my destination. For example, while driving to work, i use local way and it's much faster, but Modrana tells me to use freeway which is a long drive....no way!! There ought to be options for closest route or some other method as i am sure most GPS have that option.
The Following User Says Thank You to Wikiwide For This Useful Post: | ||
|
2011-01-06
, 03:33
|
Posts: 739 |
Thanked: 114 times |
Joined on Sep 2009
|
#456
|
The Following User Says Thank You to romanianusa For This Useful Post: | ||
|
2011-01-06
, 19:12
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#457
|
I don't know about Google Maps knowing local. I tested on Google.com w/ map and found it gives me the same route using freeway. I found out that using freeway is 2miles longer than if using local. I actually turn off highway in Modrana and found that it gives me local in a different way which i don't take but still it'll be nice to have different routing options.
The Following User Says Thank You to MartinK For This Useful Post: | ||
|
2011-01-09
, 17:18
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#458
|
## this is a modRana theme configuration file ## (for the "default" theme) ## intended usage is for configuring per theme visual variables ## ## nesting is indicated by number of [] ## ## everything that starts with at least one # is a comment ## ** Color config start ** ## ## dont forget to enclose the color information to parentheses ## color names as specified in the X11 rgb.txt can be also used ## the float value after the color string is the alpha/tranpsarency value of the color [colors] main_fill="#92aaf3",1.0 main_outline="#3c60fa",1.0 main_text="#00004d",1.0 widget_background="#0000ff",0.45 widget_text="#ffffff",0.95 navigation_box_background="blue",0.30 navigation_box_text="white",1.0 center_button_circle ="#0000ff",0.45 ## ** Color config end ** ##
The Following 10 Users Say Thank You to MartinK For This Useful Post: | ||
|
2011-01-09
, 17:35
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#459
|
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|
Explanation: zoomlevellike16or18 is actually a number between 1 and 20.
x is actually a number anywhere between 1 and 999999, depends on zoom level and longitude.
y is actually a number anywhere between 1 and 999999, depends on zoom level and latitude.
So, you might have:
/home/user/MyDocs/.maps/Google Maps/1/1/1.png
/home/user/MyDocs/.maps/Google Maps/2/1/1.png
/home/user/MyDocs/.maps/Google Maps/2/1/2.png
/home/user/MyDocs/.maps/Google Maps/2/2/1.png
/home/user/MyDocs/.maps/Google Maps/2/2/2.png
etc.
The GMapCatcher (I haven't used it) has folders sat_tiles, ter_tiles, hyb_tiles, tiles, you say? Choose one of them ('tiles') and look inside it. Most likely, it has structure
tiles/zoomlevellike16or18/x/y.png
If so, then it will be easy to move the folder (/home/user/MyDocs/.maps/tiles) and rename it (/home/user/MyDocs/.maps/Google Maps).