Why not ask your question on the new OpenStreetMap Community Forum?

I'm trying to import tracks logged with Marble on Nokia N900 but OSM doesn't accept nor KML neither GPX with no <time> tags that I'm getting after converting with gpsbabel.

asked 24 Oct '12, 18:30

int_ua's gravatar image

int_ua
26091220
accept rate: 0%

closed 10 Mar '13, 21:32

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

The question has been closed for the following reason "Duplicate Question. See https://help.openstreetmap.org/search/?q=time+gpx&t=question - E.g. https://help.openstreetmap.org/questions/20213/problem-with-gps-trace-upload-disappears-from-the-page-after-being-listed-as-waiting" by aseerel4c26 10 Mar '13, 21:32


I've used faketime option while converting:

for file in *; do gpsbabel -i kml -f $file -x track,faketime=20120901000001 -o gpx -F ${file}.gpx; done

permanent link

answered 24 Oct '12, 18:57

int_ua's gravatar image

int_ua
26091220
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×252
×195
×49

question asked: 24 Oct '12, 18:30

question was seen: 3,584 times

last updated: 10 Mar '13, 21:32

powered by OSQA