maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] modRana: a flexible GPS navigation system (https://talk.maemo.org/showthread.php?t=58861)

Reeby 2010-08-02 06:37

Re: [Announce] modRana: a flexible GPS navigation system
 
I also didn't quite get it: do I or do not see the track on the map while on it? So far I haven't seen a single line.
Speaking generally and expressing an opinion of grass-root, not-a-comp-geek user, I have to resume - so far the only thing about the app is the interface and tile download.
No tracks to see as you progress
No distance measuring tool (wouldn't it be nice to point-measure the distance?)
No navigation (in my case at least)
No poi (in my case at least) or no POI usage from another platforms (hope it's coming)
Address search. Despite my best efforts (again, regular user's efforts) I couldn't find, say, Moscow.
So, every time I try to do some stated feature, I already know it's not gonna work for me....it the things like that, that make regular people give up on any apps.

bonsai009 2010-08-02 06:51

Re: [Announce] modRana: a flexible GPS navigation system
 
Hi MartinK,

thanks for the nice app. I have a question about tile map dir. Why do not you use the same folder as MEAP or mappero, the ..map_tile_cache?

Best regards

Wikiwide 2010-08-02 07:43

Re: [Announce] modRana: a flexible GPS navigation system
 
Quick reply...
Quote:

Originally Posted by Reeby (Post 772697)
I also didn't quite get it: do I or do not see the track on the map while on it? So far I haven't seen a single line.
...
No tracks to see as you progress
...

There is a ticket for it, I have already requested it and MartinK is going to implement it.
Right now you can see a log only after you have finished recording it.
Menu->tracklogs->...->log_->show on map

MartinK 2010-08-02 11:16

Re: [Announce] modRana: a flexible GPS navigation system
 
Quote:

Originally Posted by Garfield007 (Post 772151)
Ty for response, just about the 2) i was not enough clear :

2) While i was walking i not got the trace from where i started recording on map, wich options i missed ?

If i start log from a place called x and walk to another place called y, on map there is no line traced between x and Y while i m walking and log still recording.

Well, thats because its not implemented yet. :) Of course, it is possible to draw the points that are being stored anyway, but there are performance considerations:
  • by default, every second a point is logged
  • so for example, after logging for 1 hour = 3600 points
  • to draw a point/line line segment, you have to get its screen coordinates
  • which can be quite costly time wise + you need to do it for all points, even the ones that you don't see
  • every time the map moves, this needs to be done again
Of course, this is a simple implementation without any optimization. When drawing the tracklogs, the points are geographically clustered and only visible clusters are drawn, but this is done only after the tracklog is finished and loaded/processed.

So for now, I'll implement it the simple way + add an option for drawing all/last100/las500/last1000 points. that should work for now.

Quote:

Originally Posted by Garfield007 (Post 772151)
Not look alot, but there is option for change track s color ?

Like i import one log on map in blue and when i walk and record , my way is in red on map.

Ty for your patience :D

Thats what I did yesterday. :) It is now possible to choose a color for a track + all tracks get an initial color from a (short) list of distinct colors.

Quote:

Originally Posted by Reeby (Post 772697)
Speaking generally and expressing an opinion of grass-root, not-a-comp-geek user, I have to resume - so far the only thing about the app is the interface and tile download.
No tracks to see as you progress
No distance measuring tool (wouldn't it be nice to point-measure the distance?)
No navigation (in my case at least)
No poi (in my case at least) or no POI usage from another platforms (hope it's coming)
Address search. Despite my best efforts (again, regular user's efforts) I couldn't find, say, Moscow.
So, every time I try to do some stated feature, I already know it's not gonna work for me....it the things like that, that make regular people give up on any apps.

ModRana is currently in heavy development (its in Extras-devel after all) and many features are not complete.
  • draw a trace when logging -> see previous reply, will be added in next version
  • distance measurement -> definitely planed + area measurement, etc.
  • POI -> currently not much usable, a few concepts for the planed rework can be found in the thread somewhere
  • turn-by-turn navigation -> planed, big part already in place code-wise
  • address search will get a list of possible locations for every address entered (like in Google Directions, basically)

    See the active ticket list for short-term planed features.

Quote:

Originally Posted by bonsai009 (Post 772700)
Hi MartinK,

thanks for the nice app. I have a question about tile map dir. Why do not you use the same folder as MEAP or mappero, the ..map_tile_cache?

Best regards

OK, I'll look into this. If the folder structure is the same , it should be possible to share the tiles. Do MEAP/mappero use similar folder names for map layers ?

bonsai009 2010-08-02 13:52

Re: [Announce] modRana: a flexible GPS navigation system
 
@MartinK,

sorry, the name from the folder is /home/user/MyDocs/.maps and I think, the structure is the same.

Best regards

Garfield007 2010-08-02 20:04

Re: [Announce] modRana: a flexible GPS navigation system
 
Hello, big problem here,

Yesterday i download tiles for 40 km around and all parameter at max, was like 90 000 tiles for around 12 hour of download.

Download finished without probleme but when i launch Modrana 95% of times i got a big gray screen instead of map and i don t even have modrana interface's buton.

And sometimes i got map with all button but it s go gray like 5s after.

bonsai009 2010-08-03 07:34

Re: [Announce] modRana: a flexible GPS navigation system
 
1 Attachment(s)
Hi MartinK,

I have found in your user_config.conf the place for changing the map-tile-cache. I have change it to /home/user/.Mydocs/.maps. Then I have change in the map_config.conf all the folder_prefixes to my structure. My question is, mapnik and OpenStreetMap, is this the same? Meap use this foldernames shown in the picture.

Best regards

MartinK 2010-08-03 15:10

Re: [Announce] modRana: a flexible GPS navigation system
 
Quote:

Originally Posted by Garfield007 (Post 773453)
Download finished without probleme but when i launch Modrana 95% of times i got a big gray screen instead of map and i don t even have modrana interface's buton.

And sometimes i got map with all button but it s go gray like 5s after.

Seems like an error occurring in the drawing pipeline. The buttons are drawn last, over the map and possible a possible overlay, so if something goes horribly wrong earlier in the pipeline, the buttons are not drawn.
Can you possibly run modRana from the terminal ? There can be some clues about what went wrong.

Quote:

Originally Posted by bonsai009 (Post 773957)
Hi MartinK,
My question is, mapnik and OpenStreetMap, is this the same? Meap use this foldernames shown in the picture.
Best regards

Mapnik is the name of the default OpenStreatMap renderer. There is also the Tiles@Home project, which uses another renderer, called Osmarender. So, basically:
default OpenStrertmap=mapnik=Open Streat Map I
T@H=osmarender=Open Street Map II.

Concerning the .maps folder, It seems both programs use the same folder names for layers, with the exception of Google Maps vs GoogleVector.

So changing the defaults for tile folder + layer folders should make modRana compatible for most layers with both.

Garfield007 2010-08-03 16:00

Re: [Announce] modRana: a flexible GPS navigation system
 
Bah i erased all folder on modrana_tiles, downladed like 20k of tiles again, but there are nowhere in modrana_tiles folder.

Gonna desinstall and reinstall for see if it s solve the problem.

Garfield007 2010-08-03 21:17

Re: [Announce] modRana: a flexible GPS navigation system
 
problem seem come from google staellite map, each time i try put them as map i got grey instead of map


All times are GMT. The time now is 14:46.

vBulletin® Version 3.8.8