Opened 8 years ago
Last modified 8 years ago
#13788 new enhancement
Opening individual tracks from openstreetmap.org/user/<Username>/traces/ via remote control
Reported by: | simon04 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | Aun, Johnsen, lists@…, Klumbumbus |
Description
Split from #13749:
Replying to Aun Johnsen:
When opening the edit link from the trace page, I am bounced by the OSM map page to JOSM (default editor), where JOSM downloads the area, but the link has an additional gpx=* argument with the ID of the trace in OSM database. Would be good if JOSM could download this trace and make it visible as well, as that is actually why I push that button.
Currently I think only iD respond with loading that individual trace.
Example URL: http://www.openstreetmap.org/edit?gpx=2277313#map=14/-20.7321/-40.5328
Replying to simon04:
This requires a change in https://github.com/openstreetmap/openstreetmap-website as well since opening http://www.openstreetmap.org/edit?gpx=2277313#map=14/-20.7321/-40.5328 calls the remote control with
/load_and_zoom?left=-40.58428273925782&top=-20.689704547643732&right=-40.481257574462894&bottom=-20.774431808852707
(note: nogpx
info present).
Replying to Klumbumbus:
I added a comment there: https://github.com/openstreetmap/openstreetmap-website/issues/957