Notices


Reply
Thread Tools
Posts: 92 | Thanked: 17 times | Joined on Feb 2010
#71
Originally Posted by MartinK View Post
Concerning tile download from PC:
On the OSM wiki I found the J tile downloader. I used this version and it seem to be working and the folder/filename structure it creates should be compatible with modRana.
[/B]
I can not open it on my XP...where do I go wrong? (sorry for off topic)
 
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#72
Originally Posted by Reeby View Post
I can not open it on my XP...where do I go wrong? (sorry for off topic)
Its a Java program, so make sure you have Java installed. This is how I run it on XP:

I first went to the properties of the .jar file i downloaded from the OSM wiki (JTileDownloader-dev.jar) and selected "open with" and and set "Java SE" or something like that. Then I just double clicked the file and it started the program.

By the way, there seem to be 2 more tile downloading programs mentioned on the wiki: GMapCatcher and OSMtiledownloader.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 2 Users Say Thank You to MartinK For This Useful Post:
Posts: 92 | Thanked: 95 times | Joined on Feb 2010 @ Smyrna, Atlanta / Bangalore, India
#73
hi,

congratulations for the third prize.. !!!! fantastic app

I had modrana working very fine until i fiddled with some menu options and now i get blank screen on startup..

i started modrana from x-term and i see the following logs with dividebyzero excepttion in loop.. can some one help me resolve this?



m.drawMap(cr)
File "/opt/modrana/modules/mod_mapTiles.py", line 135, in drawMap
cx1,cy1 = proj.pxpy2xy(cx,cy)
File "/opt/modrana/modules/mod_projection.py", line 181, in pxpy2xy
x = self.w * (px - self.px1) / self.pdx
ZeroDivisionError: float division
Traceback (most recent call last):
File "./modrana.py", line 210, in do_expose_event
return self._expose_cairo(event, cr)
File "./modrana.py", line 206, in _expose_cairo
self.draw(cr)
File "./modrana.py", line 150, in draw
m.drawMap(cr)
File "/opt/modrana/modules/mod_mapTiles.py", line 135, in drawMap
cx1,cy1 = proj.pxpy2xy(cx,cy)
File "/opt/modrana/modules/mod_projection.py", line 181, in pxpy2xy
x = self.w * (px - self.px1) / self.pdx
ZeroDivisionError: float division
Traceback (most recent call last):
File "./modrana.py", line 210, in do_expose_event
return self._expose_cairo(event, cr)
File "./modrana.py", line 206, in _expose_cairo
self.draw(cr)
File "./modrana.py", line 150, in draw
m.drawMap(cr)
File "/opt/modrana/modules/mod_mapTiles.py", line 135, in drawMap
cx1,cy1 = proj.pxpy2xy(cx,cy)
File "/opt/modrana/modules/mod_projection.py", line 181, in pxpy2xy
x = self.w * (px - self.px1) / self.pdx
ZeroDivisionError: float division
Traceback (most recent call last):
File "./modrana.py", line 210, in do_expose_event
return self._expose_cairo(event, cr)
File "./modrana.py", line 206, in _expose_cairo
self.draw(cr)
File "./modrana.py", line 150, in draw
m.drawMap(cr)
File "/opt/modrana/modules/mod_mapTiles.py", line 135, in drawMap
cx1,cy1 = proj.pxpy2xy(cx,cy)
File "/opt/modrana/modules/mod_projection.py", line 181, in pxpy2xy
x = self.w * (px - self.px1) / self.pdx
ZeroDivisionError: float division
^CTraceback (most recent call last):
File "./modrana.py", line 315, in <module>
program = GuiBase(device)
File "./modrana.py", line 257, in __init__
gtk.main()
KeyboardInterrupt
/opt/modrana $
 
Posts: 32 | Thanked: 5 times | Joined on Jan 2010
#74
Nice app, testing it for my ramble

Some questions :

1) Whats the best map to take ? there is so many hehe

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

3) Where are saved logs ? Pluged N900 to computer and just found folder with map.

4) Anyway to add somewhere in menu, some date like weight etc and have a calorie meter in walk mode ?

Ty for your work.

Last edited by Garfield007; 2010-07-31 at 18:15.
 
Posts: 418 | Thanked: 90 times | Joined on Nov 2009
#75
why did this app install automatically when uninstalled xarchiver???
 
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#76
Originally Posted by Garfield007 View Post
1) Whats the best map to take ?
I use Virtual Earth-Sat for background map (for my part of the world it can zoom in further than Google Earth) and Google Overlay for map (it has remarkable detail).
 

The Following User Says Thank You to kureyon For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#77
Originally Posted by bipinbn View Post
hi,

congratulations for the third prize.. !!!! fantastic app
Thanks!

Originally Posted by bipinbn View Post
I had modrana working very fine until i fiddled with some menu options and now i get blank screen on startup..

i started modrana from x-term and i see the following logs with dividebyzero excepttion in loop.. can some one help me resolve this?
And I thought I fixed this one long ago. It has something to do with converting current position to screen coordinates for drawing. There is a quick workaround for this, just delete:
/opt/modrana/data/options.bin
This basically reverts modrana to the post installation state and unfortunately also resets all settings to their initial state (because all the settings are stored in this file).
I'll try to harden the position-to-screen-coords function a bit.
Also if you can find sequence of steps needed to cause the issue, I'll be very grateful.

Some questions :
Originally Posted by Garfield007 View Post
1) Whats the best map to take ? there is so many hehe
I think this depends pretty much on your current activity.
Also, as kureyon mentioned, you can use the map overlay function. This basically squares the number of available map layers.

Originally Posted by Garfield007 View Post
2) While i was walking i not got the trace from where i started recording on map, wich options i missed ?
Track logging must be explicitely started from the log menu. You should also properly stop the logging, for the log to show up properly in the log category.

Originally Posted by Garfield007 View Post
3) Where are saved logs ? Pluged N900 to computer and just found folder with map.
Right now, the default tracklog folder is in /opt/modrana/tracklogs but I'm considering moving it to MyDocs like the map tiles n the next release.

Originally Posted by Garfield007 View Post
4) Anyway to add somewhere in menu, some date like weight etc and have a calorie meter in walk mode ?
Yeah, this should be doable, I'm adding a feature request. IMHO, this could be also expanded for fuel usage estimation etc.
Maybe even something like:
  • find route
  • enter typical fuel usage of you car
  • fuel amount needed for the trip is estimated

Originally Posted by crail View Post
why did this app install automatically when uninstalled xarchiver???
ModRana has no dependency for xarchiver and I doubt Xarchiver has a dependency for modRana. It is also quite strange that a package would be installed after uninstalling another package.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 2 Users Say Thank You to MartinK For This Useful Post:
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
#78
As I have noticed, "show the log" can hide the log if it is already visible.

Also, is logs categorisation stored in options.bin? Wouldn't it be better just to have separate folders? Then restoring default settings wouldn't get logs back into one category.

Also, I have one large log which always makes the application to hang. I could send it to you, MartinK. It is about 72KB.

And "show all tracks" have never worked for me.
 
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#79
Originally Posted by Wikiwide View Post
As I have noticed, "show the log" can hide the log if it is already visible.
Thanks for noticing, I changed it so it just makes the tracklog visible and doesn't toggle.

Originally Posted by Wikiwide View Post
Also, is logs categorisation stored in options.bin? Wouldn't it be better just to have separate folders? Then restoring default settings wouldn't get logs back into one category.
Currently yes, but I think I'll implement your idea. Separate folders will make everything much simpler and more intuitive.

Originally Posted by Wikiwide View Post
Also, I have one large log which always makes the application to hang. I could send it to you, MartinK. It is about 72KB.
OK, send it to me and I'll look whats wrong.

Originally Posted by Wikiwide View Post
And "show all tracks" have never worked for me.
Does toggling one by one and "no track visible" work ?
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following User Says Thank You to MartinK For This Useful Post:
Posts: 32 | Thanked: 5 times | Joined on Jan 2010
#80
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.


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

Last edited by Garfield007; 2010-08-01 at 22:47.
 
Reply

Tags
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps


 
Forum Jump


All times are GMT. The time now is 12:52.