![]() |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
More to the point, what was in the file and how did it get there? |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Code:
# migrate options.bin Notice how there is no / after .modrana ? :D Well, still better than the bumblebee disaster. :) I'll release a version with updated postinst shortly (and add a fix that fixes all those .modrana files). :) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Bleeding edge really bleeding for someone right now :O) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Your idea of a hash-like index using separators seems a good idea. My only other thought was to force each of the x,y,z elements to a fixed length (perhaps by adding 1000000 to each, depending on what the biggest number each one could possibly be). But your method makes it more compact. Then for version 2, your lookup table could be: Code:
CREATE TABLE tiles (z INTEGER, x INTEGER, y INTEGER, store_filename STRING, extension varchar(10), unix_epoch_timestamp INTEGER, store_tilenumber INTEGER, lookup STRING, PRIMARY KEY(lookup)); Version 2 of the tile store could be: Code:
CREATE TABLE tiles (z INTEGER, x INTEGER, y INTEGER, tile BLOB, extension VARCHAR(10), unix_epoch_timestamp INTEGER, id INTEGER AUTO INCREMENT, PRIMARY KEY(id)); So you'd insert the tile in the store first, then retrieve the value of the id column to populate the store_tilenumber column in the lookup table. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
1 Attachment(s)
Had error message when tried to upgrade modrana install. Look attachment.
|
Re: [Announce] modRana: a flexible GPS navigation system
Hi, I really like this app very much and most of it I like the downloading function. But what I'm currently missing is a layer for public transport. I guess for most countrys these data exist but I don't know whether there is one map that covers all i.e. globe. But if it was possible in any way to add a layer for public transport this would be amazing. Travelling to foreign countries is made much easier if one can use a map with highlighted transportation. Maybe you can have a look at maep which offers this layer but sadly lacks downloading ability.
Another question (I guess this is already answered but I didn't find): Is there an easy way to download all needed tiles for an area externally and afterwards just throw them into correct folder on N900? downloading a bunch of some 20k tiles at once is quite hard. My N900 gets quite hot when using 3G-connection that intense. |
Re: [Announce] modRana: a flexible GPS navigation system
There are other interesting layers too: rain radar, traffic jams,...
|
All times are GMT. The time now is 12:13. |
vBulletin® Version 3.8.8