After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 776826 - Please add a way to display gps tracks
Please add a way to display gps tracks
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2017-01-03 18:06 UTC by Guido Günther
Modified: 2017-06-19 19:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
help-overlay: Add shortcut to open shape layer (1.04 KB, patch)
2017-04-25 20:27 UTC, Marcus Lundblad
committed Details | Review
mainWindow,layersPopover: Add shortcut to open a shape layer (5.98 KB, patch)
2017-04-25 20:28 UTC, Marcus Lundblad
none Details | Review
mainWindow,layersPopover: Add shortcut to open a shape layer (5.97 KB, patch)
2017-04-25 20:40 UTC, Marcus Lundblad
committed Details | Review

Description Guido Günther 2017-01-03 18:06:44 UTC
Hi,
it would be great if gnome-maps could load gpx files and display its content on the maps.
Comment 1 Jonas Danielsson 2017-01-03 18:47:50 UTC
Have you tried dragging and dropping a gpx file to the Maps window?
Comment 2 Jonas Danielsson 2017-01-03 18:51:13 UTC
Should be supported since: https://git.gnome.org/browse/gnome-maps/commit/?id=8c38c4902189b9077e225656bdd9c7bcb2e9da75

Which should be 3.20 also loading via layer popover in top left?
Comment 3 Guido Günther 2017-01-03 19:43:28 UTC
Both of these things work, awesome. I would have expected something like "load track". I also didn't find anything in the keyboard shortcuts so I did not expect it to be there.

So this turns into: "please make loading gps tracks easier to discover". 

Thanks a lot for you quick response.
Comment 4 Marcus Lundblad 2017-02-17 13:37:10 UTC
Maybe we should have a keyboard shortcut for loading a layer (like ctrl+o) and hence show it in the shortcuts overlay?
Comment 5 Mattias Bengtsson 2017-02-17 21:26:04 UTC
I just pressed Ctrl+o and was surprised it didn't open the file chooser dialog so +1 from me. :)
Comment 6 Marcus Lundblad 2017-04-25 20:27:52 UTC
Created attachment 350427 [details] [review]
help-overlay: Add shortcut to open shape layer
Comment 7 Marcus Lundblad 2017-04-25 20:28:07 UTC
Created attachment 350428 [details] [review]
mainWindow,layersPopover: Add shortcut to open a shape layer

Add a shortcut to open a shape layer, also as a consequence move
the shape layer file chooser logic to the MainWindow class.
Comment 8 Marcus Lundblad 2017-04-25 20:30:15 UTC
Note, theese patches assumes the patches in https://bugzilla.gnome.org/show_bug.cgi?id=759574 are already applied (as it touches the same stuff and would probably cause havoc if trying to prepare them one by one…).
Comment 9 Marcus Lundblad 2017-04-25 20:40:37 UTC
Created attachment 350429 [details] [review]
mainWindow,layersPopover: Add shortcut to open a shape layer

Add a shortcut to open a shape layer, also as a consequence move
the shape layer file chooser logic to the MainWindow class.
Comment 10 Marcus Lundblad 2017-06-19 19:54:32 UTC
Attachment 350427 [details] pushed as 258d40e - help-overlay: Add shortcut to open shape layer
Attachment 350429 [details] pushed as 22dc9f5 - mainWindow,layersPopover: Add shortcut to open a shape layer