-
Notifications
You must be signed in to change notification settings - Fork 20
added possibility to load gpx track files #65
Conversation
Maybe better: Add a sidebar entry for »Load GPX file« and make it open a filechooser. Similar how we do in the Mail app for attachments. |
I think loading one file after another is not the best solution supposed the user wants to add several files. |
How about offering all the following:
|
Each file as entry or subfolders as entry?
Sounds good |
I would use only one of these solutions:
I would prefer to use the database as it wouldn't mess up so much and we could extend it much simpler, for example with some metadata, if we want so later. If we should use a folder anyway I would show all items in its root folder in one if these ways:
So allow the files to be saved in up to two levels. |
@jancborchardt Can you comment the corresponding lines? :) |
I splitted the "Show GPX-Tracks" into 3 sub-items
|
@jancborchardt found it! |
Is now split into
@jancborchardt what is the |
Btw, can you contact the author of the GPX viewer app https://apps.owncloud.com/content/show.php?action=content&content=168505 – seems to be @Frank1604 with the app at https://github.com/Frank1604/files_gpxviewer_extended It would be really cool if you could collaborate! :) |
I already wrote him (in a comment on the apps page) and totally forgot to ask him directly. And yes, it would be really cool! :) |
I have just discovered this here. Give me a few days to check out what's the question and what i can do. ;) |
@Frank1604 any news? If you have any questions, you can ask me on the owncloud-dev irc channel (or here) |
No, still nothing new. My son had a serious accident and is in hospital and I have a lot of trouble at the moment. I have not yet managed to look at what I can do for you. Can you please give me a summary? |
Sorry to hear that. Hope he gets well soon! This is an openstreetmap based app which shows addresses, contacts and POIs. |
Yes I hope so too. By the way, never ride a bike on a halfpipe. ;) |
I will create a new PR for this with a branch in this repo, not my fork |
@Frank1604 sounds like your son could like Vittorio Brumotti ;) https://www.youtube.com/watch?v=WhQovX1zP2E Also, basically a short description of this Maps app is that we want to replace the basic use cases of Google Maps. Looking for places, how to get there, storing favorites, etc. |
refs #39
gpx files have to be in
MyTracks
folder (in the files app root) and will be loaded on a click on "Contacts" (I know this is not a good way, but this was only for testing ;))thanks @oparoz for your help! :)