Modify

Ticket #5429 (closed enhancement: needinfo)

Opened 17 months ago

Last modified 4 months ago

Wish: get the name of the gpx-source

Reported by: Lübeck Owned by: Lübeck
Priority: normal Component: Core
Version: Keywords:
Cc:

Description

it is possible to load the gpx-data of the area i open in josm.

now it was interessed the source of this data - like to open the website with more informations of the track.

a function like this should be exist in mercator.

german: wenn ich veröffentlichte gpx-punkte in josm über das downloadfenster einbinde dann sind diese so anonym das ich nicht weis aus welcher datei im upload-bereich diese stammen.

ein rückschluss auf diese datei(en) - wie wohl schon in mercator vorhanden - wäre schön.

Attachments

Change History

comment:1 Changed 17 months ago by stoecker

  • Owner changed from team to Lübeck
  • Status changed from new to needinfo

I can't believ there is such a method in mercator, as we don't get track information from the server API. We only get the GPS points. Luckily they are sorted by time, so tracks can usually be reconstructed.

Provide more information how getting more information for these points can be possible.

comment:2 Changed 17 months ago by stoecker

  • Status changed from needinfo to closed
  • Resolution set to wontfix

comment:3 Changed 17 months ago by bastiK

  • Status changed from closed to reopened
  • Resolution wontfix deleted

It is possible:

$ wget "http://api.openstreetmap.org/api/0.6/trackpoints?bbox=0,51.5,0.25,51.75&page=0" -O out
$ cat out
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0" creator="OpenStreetMap.org" xmlns="http://www.topografix.com/GPX/1/0/">
  <trk>
    <name>20100830.gpx</name>
    <desc>lakes3</desc>
    <url>http://api.openstreetmap.org/trace/819748/view</url>
    <trkseg>
      <trkpt lat="51.7147" lon="3.0e-06">
        <time>2010-08-30T13:37:17Z</time>
      </trkpt>
      <trkpt lat="51.714742" lon="3.1e-05">
        <time>2010-08-30T13:37:18Z</time>
      </trkpt>
...

You can also get metadata using

GET /api/0.6/gpx/<id>/data

comment:4 Changed 6 months ago by xeen

  • Status changed from reopened to needinfo

Are you looking for (right click on GPX Layer) → Info? It lists all known metadata.

comment:5 Changed 5 months ago by simon04

  • Type changed from defect to enhancement

comment:6 Changed 5 months ago by akks

There is also InfoMode plugin that displays clickable links. Maybe links in GPXLayer->Info panel should be clickable?

comment:7 Changed 4 months ago by stoecker

  • Status changed from needinfo to closed
  • Resolution set to needinfo
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
as The resolution will be set. Next status will be 'closed'
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.