![]() |
2006-05-17
, 07:39
|
Posts: 6 |
Thanked: 0 times |
Joined on May 2006
|
#112
|
If I understand right, there is field for time in GPX trace format:
<trkpt lat="59.889397" lon="10.522553">
<ele>76</ele>
<time>2003-05-02T10:44:52Z</time>
<fix>3d</fix>
</trkpt>
I would like to get that <time> info to trace file, so I can later use that info for various countings like speed, awg. speed and like diary, time when I started my journey, etc...
Am I a bit control freak, or what????
![]() |
2006-05-17
, 16:37
|
Posts: 14 |
Thanked: 0 times |
Joined on Nov 2005
@ USA
|
#113
|
Run this command in XTerm (which will clear your settings in GConf) and re-start Maemo Mapper:
Code:gconftool-2 --recursive-unset "/apps/maemo-mapper"
![]() |
2006-05-17
, 16:50
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2006
|
#114
|
Sadly this still doesn't work for me. Still just a black screen, l've also tried the alternative URL. Hope someone can help!
![]() |
2006-05-17
, 18:01
|
Posts: 114 |
Thanked: 11 times |
Joined on Oct 2005
|
#115
|
![]() |
2006-05-17
, 18:01
|
Posts: 2 |
Thanked: 0 times |
Joined on Mar 2006
|
#116
|
![]() |
2006-05-17
, 18:03
|
Posts: 2 |
Thanked: 0 times |
Joined on Mar 2006
|
#117
|
![]() |
2006-05-18
, 05:45
|
Posts: 18 |
Thanked: 0 times |
Joined on May 2006
|
#118
|
![]() |
2006-05-18
, 06:48
|
Posts: 47 |
Thanked: 3 times |
Joined on Apr 2006
|
#119
|
It would be nice to have Web Map Service client on nokia 770. Is it too difficult to implement it part of maemo-mapper? Specification can be found on OGC's website (http://www.opengeospatial.org/). With WMS support it will be possible to create own servers with MapServer (http://mapserver.gis.umn.edu/) or any other WMS compatible server and put your own maps online. https://www.osgeo.org/ could be good starting point to Open Source GIS.
![]() |
2006-05-18
, 08:29
|
Posts: 2 |
Thanked: 0 times |
Joined on May 2006
@ Helsinki, Finland
|
#120
|
If I understand right, there is field for time in GPX trace format:
<trkpt lat="59.889397" lon="10.522553">
<ele>76</ele>
<time>2003-05-02T10:44:52Z</time>
<fix>3d</fix>
</trkpt>
I would like to get that <time> info to trace file, so I can later use that info for various countings like speed, awg. speed and like diary, time when I started my journey, etc...
Am I a bit control freak, or what????