Google
  Web www.gpspassion.com


GpsPasSion LIVE!
www.flickr.com
This is a Flickr badge showing public photos from GpsPasSion Live !. Make your own badge here.

www.NaviBlog.com



Versions

Links/Liens




Portal/Portail
Rechercher

- -

Polls/Sondages
Sondage
Pour vous guider sur la Route :
GPS Mobile (SEM)
GPS Intégré
Smartphone
Autre
Voter  -  Résultat des votes
Votes : 1353




Club GpsPasSion
Soutenez le site!

USA: (US$)
EUROPE: (€)
Guide Paypal


GpsPasSion Forums
Home | Profile | Register/Enregist. | Active Topics | Search/Recherche | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 GPS Programming
 "Beta" GPS software
 Graphical GPX Editor - Updated 07/2012
 New Topic  Reply/Répondre
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 29

giacomo.ciani

Italy
15 Posts

Posted - 12 oct. 2009 :  05:58:53  Show Profile  Reply with Quote
Hi Pixel_K,

unfortunately I have not so much time, asn as you may have noticed my participation in the forum, as well as my usage of the software, is all but continuous.

So, after a (long) pause, I started again cleaning up some of my old gps tracks. And, to my surprise, the bottom panel that shows the altitude doesn't work well anymore. Indeed, it shows the altitude in a "step-like" fashion, as if the track was composed of really a few points.

Unfortunately, I don' know how to upload files (if you give me your e-mail, I can send you a sample gpx and a screenshot of how the bootm pane look like).

I would also like to use the occasione to ask if it is possible to make the bottom pane risizable: because sometimes it is a far better way of selecting point instead of the track preview, it woul be nice to make it larger increasing precision...

Thanks

Giacomo
Go to Top of Page

fxx

Germany
1 Posts

Posted - 19 oct. 2009 :  22:53:25  Show Profile  Reply with Quote
I'm new in this forum. I want to thank Pixel_K for the great GPX Editor software.
As I found the source of the GPX Editor, I want to get it run. Now I'm
looking for the special Delphi units; Xpbase, XPDom. Is there a list or a page, where these units are to be found.

thanks
Go to Top of Page

Pixel_K

France
814 Posts

Posted - 20 oct. 2009 :  10:13:52  Show Profile  Visit Pixel_K's Homepage  Reply with Quote
fxx : You'll learn a lot reading the entire topic (yes it's long)
http://www.gpspassion.com/forumsen/topic.asp?whichpage=7&TOPIC_ID=106662#874094

giacomo.ciani : You can upload your file on any of the many existing file upload services on the web (eg : rapidshare, depositfile). You can zoom in into the bottom pane using the mousewheel.

Edited by - Pixel_K on 20 oct. 2009 10:16:36
Go to Top of Page

Pixel_K

France
814 Posts

Posted - 14 nov. 2009 :  06:16:09  Show Profile  Visit Pixel_K's Homepage  Reply with Quote
Version 1.2.21 New settings dialog. Elevation shift (usefull for Garmin eTrex Vista HCx users)
Go to Top of Page

ilg

Romania
2 Posts

Posted - 16 nov. 2009 :  09:30:49  Show Profile  Visit ilg's Homepage  Reply with Quote
One more bug:

The Edit -> AddGPX menu command changes the active file name (the name displayed on the upper bar) to the added file, this has the side effect of damaging the added file on the next Save.

Regards,

Liviu
Go to Top of Page

Leif

Sweden
141 Posts

Posted - 28 nov. 2009 :  21:53:21  Show Profile  Reply with Quote
I think this code in function TGPolyLine.EncodePoints should improve precision in Google Maps.

dlat := Round(late5 - plat);
dlng := Round(lnge5 - plng);
-> plat := plat + dlat;
-> plng := plng + dlng;
s := s + encodeSignedNumber(dlat) + encodeSignedNumber(dlng);

BR
Dennis
Go to Top of Page

Pixel_K

France
814 Posts

Posted - 30 nov. 2009 :  11:17:00  Show Profile  Visit Pixel_K's Homepage  Reply with Quote
Thank you very much Leif, this improves the precision on long tracks a lot (from 73m for a 31000 points 949km track to a few meters).


*** EDIT ***

New Version 1.2.22, includes Leif's fix

Edited by - Pixel_K on 30 nov. 2009 11:25:08
Go to Top of Page

Leif

Sweden
141 Posts

Posted - 30 nov. 2009 :  22:29:57  Show Profile  Reply with Quote
I am happy to see it work as intended. GPX Editor is more useful to me now. Thanks
Dennis
Go to Top of Page

walker2009

5 Posts

Posted - 07 déc. 2009 :  12:23:47  Show Profile  Reply with Quote
I updated russian translation for version 1.2.22. But after compilation the dialog "Shift altitude" remain in english.
Go to Top of Page

walker2009

5 Posts

Posted - 10 déc. 2009 :  13:29:25  Show Profile  Reply with Quote
Looks like missing "TranslateComponent(self)" in ShiftAltitude.pas
Go to Top of Page

Pixel_K

France
814 Posts

Posted - 14 févr. 2010 :  20:22:22  Show Profile  Visit Pixel_K's Homepage  Reply with Quote
Version 1.2.8
- You can now temporarily disable the display of an item (right clic menu in the treeview) The GPX will not be affected.
- After drawing a track in google map, you stay in this tab
- DEL in the point list will delete the selected point.
- Corrects the translation of ShiftAltitude

Edited by - Pixel_K on 14 févr. 2010 20:26:54
Go to Top of Page

garmin76csx

62 Posts

Posted - 15 févr. 2010 :  21:41:59  Show Profile  Reply with Quote
Hi Pixel_K,

It has been a while , but a long time ago (sticked at 1.2.16) I was able to convert that version to Delphi version 2010 at work. Maybe you (or someone else) fancy this sourcecode too.

I will try to convert the current version to 2010 also.
Go to Top of Page

Pixel_K

France
814 Posts

Posted - 15 févr. 2010 :  23:03:40  Show Profile  Visit Pixel_K's Homepage  Reply with Quote
Yes, i'm interested, I may not be able to compile it, but maybe I can make future version more easy to port.
Go to Top of Page

garmin76csx

62 Posts

Posted - 17 févr. 2010 :  21:14:44  Show Profile  Reply with Quote
Hi Pixel_K,

I have ported version 1.2.28 to Rad Studio 2010 by using conditional compiler-directives. Can I have your email-address so I can send it to you? I have no (not yet) website, maybe it is possible you publish it at yours? In that case, one can use just one source for Delhi7 and Rad Studio 2010.
Go to Top of Page

garmin76csx

62 Posts

Posted - 21 févr. 2010 :  17:14:45  Show Profile  Reply with Quote
Here it is: http://rapidshare.com/files/353813724/GPX_Editor_1.2.28_RAD2010.rar.html

You need a new version of the following librarys (unicode)
gnugettext, http://svn.berlios.de/svnroot/repos/dxgettext/trunk/dxgettext/sample/gnugettext.pas
xmlpartner, http://tib.s.songbeamer.eu/downloads/XMLPartner.zip
overbyteICS, http://www.overbyte.be/arch/OverbyteIcsV7.zip

Before compiling, you have to set the library searchpath to the paths of your choice at installation-time! There will be some compilerwarnings in xmlpartner, but you can ignore them.

NOTE: I did not use the unit "Fastcode", because this is not yet available for Unicode. According to some internet-forums, it has (almost) no effect to use the "fastmm" or "fastmm4" in Rad Studio 2010.
Go to Top of Page
Page: of 29 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply/Répondre
 Printer Friendly
Jump To:
GpsPasSion Forums © 2002-2013_GpsPasSion/Manzanite Go To Top Of Page
This page was generated in 0,73 seconds. Powered By: Snitz Forums 2000 Version 3.4.05