The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net

[done] Export GPX with picture extension

Something wrong? Report it here
Post Reply
Coder_ak
Posts: 4
Joined: Fri Aug 05, 2016 2:07 pm

[done] Export GPX with picture extension

Post by Coder_ak »

Hello!

In version 1.4 was ability to directly save data to gpx files with pictures as gpx extensions tag. Now in 2.0.2 I can export Landmark file to gpx, but pictures now added to file.

Is it bug or feature and how it possible to export gpx file with associated pictures as:

<wpt lat="61.12527" lon="73.5308448">
<time>2016-08-04T05:20:23Z</time>
<name>Name</name>
<extensions>
<aq:picture xmlns:aq="http://www.psyberia.net/res/GPX/1/1/">2 ... aq:picture>
</extensions>
</wpt>
Psyberia-Support
Site Admin
Posts: 6408
Joined: Wed Apr 14, 2010 9:41 pm

Re: Export GPX with picture extension

Post by Psyberia-Support »

Hi and sorry for the delay.

Yes the GPX has changed in version 2.X (it's a wanted behavior). We've cleaned the export and left only standard data, as the extensions were causing lot of problems in some external applications...

If you need to export pictures (or colors), I advice you to use the KML format, which allows to export this king of things natively. You can also choose the KMZ format to include your pictures within the exported file. You'll then be able to view them with you open your file in Google Earth (and in AlpineQuest too after re-importing the file). Most application using GPX files are also able to open KML files.

It's also possible to export the picture names when choosing the CSV format.

Let me know if you have any question or request.

Best regards
Do you like AlpineQuest ? Leave a small comment on Google Play !
Coder_ak
Posts: 4
Joined: Fri Aug 05, 2016 2:07 pm

Re: Export GPX with picture extension

Post by Coder_ak »

Hello!

But KML export also doesn't include pictures and KMZ not good, because I need to convert data to some other format.
Python gpxpy module work well with extensions and I use it in my converter. Maybe it possible to add option to export GPX with all data?
And there is no option to export Landmark file to CSV :)
Psyberia-Support
Site Admin
Posts: 6408
Joined: Wed Apr 14, 2010 9:41 pm

Re: Export GPX with picture extension

Post by Psyberia-Support »

You're right for the CSV...
For the KML, I thought the picture names would be exported, but maybe not, I haven't double checked.
I just had another idea (just a little bit more complicated): export in .KMZ, rename the .KMZ file in .ZIP, and get the .KML file inside (a KMZ file is a zipped KML file). Then you'll have a KML file with the picture names.

From my side, I'll see what I can do and if I can add an option (but I would like not to make it visible to everyone since it's not a common action...).

Best regards
Do you like AlpineQuest ? Leave a small comment on Google Play !
Coder_ak
Posts: 4
Joined: Fri Aug 05, 2016 2:07 pm

Re: Export GPX with picture extension

Post by Coder_ak »

That more complicated than just use 1.4.22 version :)
Maybe it possible in user_settings. As for me I choose Alpinequest for easy waypoint adding and export to gpx with photo. It's the only app without long and compex way to just add some waypoints and easily export to gpx )
Psyberia-Support
Site Admin
Posts: 6408
Joined: Wed Apr 14, 2010 9:41 pm

Re: Export GPX with picture extension

Post by Psyberia-Support »

Hi again,
I've released version 2.0.2c which allows you to export the picture names using the user setting:

Code: Select all

landmarks.features.offlinelandmarks.formats.gpx.export_pictures=1
Let me know if you need any help to activate it.
Best regards
Do you like AlpineQuest ? Leave a small comment on Google Play !
Coder_ak
Posts: 4
Joined: Fri Aug 05, 2016 2:07 pm

Re: [done] Export GPX with picture extension

Post by Coder_ak »

Hello!
Great news!
Thanks for this improvement.
Post Reply