Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gpsxml · GPX Developers Forum

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1253
  • Category: XML
  • Founded: Sep 18, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2095 - 2124 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#2095 From: "chrabers" <chrabers@...>
Date: Tue Mar 2, 2010 3:54 pm
Subject: looking for a XSLT stylesheet for GPX 1.0 to GPX 1.1 transformation
chrabers
Send Email Send Email
 
Does anybody know whether there is a XSLT stylesheet freely available for
transforming gpx 1.0 files into gpx 1.1 files?

Christian

#2096 From: Robert Lipe <robertlipe@...>
Date: Tue Mar 2, 2010 7:10 pm
Subject: Re: looking for a XSLT stylesheet for GPX 1.0 to GPX 1.1 transformation
robertlipe
Send Email Send Email
 
On Tue, Mar 2, 2010 at 7:54 AM, chrabers <chrabers@...> wrote:

> Does anybody know whether there is a XSLT stylesheet freely available for
> transforming gpx 1.0 files into gpx 1.1 files
>

Not a direct answer, but if the GPX 1.0 files don't use extensions, GPSBabel
can rewrite them, recasting things like the tweaked spellings of URLs and
such.

If there are extensions in play, things are more complicated as  you may
have to change the extensions themselves.   I'll venture that an automated
tool for arbitrary extension is a difficult task.

RJL


[Non-text portions of this message have been removed]

#2097 From: "Lynn W. Deffenbaugh (Mr)" <ldeffenb@...>
Date: Tue Mar 2, 2010 7:58 pm
Subject: Re: looking for a XSLT stylesheet for GPX 1.0 to GPX 1.1 transformation
ldeffenb
Send Email Send Email
 
I browsed through a few web sites, but does anyone know if there's a
short list of the differences between 1.0 and 1.1 around anywhere?

Lynn (D) - KJ4ERJ - Working on an Amateur Radio tracking program
(APRSISCE, see the Yahoo Group)

Robert Lipe wrote:
> On Tue, Mar 2, 2010 at 7:54 AM, chrabers <chrabers@...> wrote:
>
>
>> Does anybody know whether there is a XSLT stylesheet freely available for
>> transforming gpx 1.0 files into gpx 1.1 files
>>
>>
>
> Not a direct answer, but if the GPX 1.0 files don't use extensions, GPSBabel
> can rewrite them, recasting things like the tweaked spellings of URLs and
> such.
>
> If there are extensions in play, things are more complicated as  you may
> have to change the extensions themselves.   I'll venture that an automated
> tool for arbitrary extension is a difficult task.
>
> RJL
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
>

#2098 From: Robert Lipe <robertlipe@...>
Date: Tue Mar 2, 2010 8:28 pm
Subject: Re: looking for a XSLT stylesheet for GPX 1.0 to GPX 1.1 transformation
robertlipe
Send Email Send Email
 
On Tue, Mar 2, 2010 at 11:58 AM, Lynn W. Deffenbaugh (Mr) <
ldeffenb@...> wrote:

> I browsed through a few web sites, but does anyone know if there's a
> short list of the differences between 1.0 and 1.1 around anywhere?
>

I don't think we published one in the group here.  The authoratitive answer
would be to compare the XSDs as they're the official word on what comprises
each.





> Lynn (D) - KJ4ERJ - Working on an Amateur Radio tracking program
> (APRSISCE, see the Yahoo Group)
>
> Robert Lipe wrote:
> > On Tue, Mar 2, 2010 at 7:54 AM, chrabers <chrabers@...> wrote:
> >
> >
> >> Does anybody know whether there is a XSLT stylesheet freely available
> for
> >> transforming gpx 1.0 files into gpx 1.1 files
> >>
> >>
> >
> > Not a direct answer, but if the GPX 1.0 files don't use extensions,
> GPSBabel
> > can rewrite them, recasting things like the tweaked spellings of URLs and
> > such.
> >
> > If there are extensions in play, things are more complicated as  you may
> > have to change the extensions themselves.   I'll venture that an
> automated
> > tool for arbitrary extension is a difficult task.
> >
> > RJL
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>


[Non-text portions of this message have been removed]

#2099 From: "chrabers" <chrabers@...>
Date: Tue Mar 2, 2010 10:19 pm
Subject: Re: looking for a XSLT stylesheet for GPX 1.0 to GPX 1.1 transformation
chrabers
Send Email Send Email
 
--- In gpsxml@yahoogroups.com, Robert Lipe <robertlipe@...> wrote:
> Not a direct answer, but if the GPX 1.0 files don't use extensions,
GPSBabel
> can rewrite them, recasting things like the tweaked spellings of URLs
and
> such.
>
> If there are extensions in play, things are more complicated as  you
may
> have to change the extensions themselves.

There are no extensions in my files but GPSBabel has more problems
transforming gpx 1.0 to 1.1. Here is an example:

<?xml version="1.0" encoding="iso-8859-1"?>
<gpx version="1.0" creator="www.tourfinder.net"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
      xsi:schemaLocation="http://www.topografix.com/GPX/1/0
http://www.topografix.com/GPX/1/0/gpx.xsd">

<url>http://www.tourfinder.net/do/tour?action=show&part=overview&\
;id=1172&categoryId=1</url>
      <urlname>Tour: Biotopo Marocce di Dro</urlname>

will be transformed to this:

<?xml version="1.0" encoding="UTF-8"?>
<gpx
   version="1.1"
creator="GPSBabel - http://www.gpsbabel.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/1"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0
http://www.topografix.com/GPX/1/0/gpx.xsd">
<metadata>
<url>http://www.tourfinder.net/do/tour?action=show&part=overview&id=1172\
&categoryId=1</url>
<urlname>Tour: Biotopo Marocce di Dro </urlname>

1) the schema location is that of 1.0 so that there is a mixup between
1.0 and 1.1
2) <url> and <urlname> are not transformed to <link>
3) & is transformed to &
The result is a nonvalid gpx file.

So GPSBabel is no solution.

I also tryed Tourateq QV.
It reads 1.0 files and writes valid 1.1 files but it does not transform
<url> to <link> but deletes <url> and <urlname>.

Any other idea?

Christian




[Non-text portions of this message have been removed]

#2100 From: Robert Lipe <robertlipe@...>
Date: Wed Mar 3, 2010 6:09 am
Subject: Re: Re: looking for a XSLT stylesheet for GPX 1.0 to GPX 1.1 transformation
robertlipe
Send Email Send Email
 
On Tue, Mar 2, 2010 at 2:19 PM, chrabers <chrabers@...> wrote:

>
> --- In gpsxml@yahoogroups.com, Robert Lipe <robertlipe@...> wrote:
> > Not a direct answer, but if the GPX 1.0 files don't use extensions,
> GPSBabel
> > can rewrite them, recasting things like the tweaked spellings of URLs
> and
> > such.
> >
> > If there are extensions in play, things are more complicated as  you
> may
> > have to change the extensions themselves.
>
> There are no extensions in my files but GPSBabel has more problems
> transforming gpx 1.0 to 1.1. Here is an example:
>

Actually, that's part of an example, not a reproducible test case.


>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <gpx version="1.0" creator="www.tourfinder.net"
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns="http://www.topografix.com/GPX/1/0"
>     xsi:schemaLocation="http://www.topografix.com/GPX/1/0
> http://www.topografix.com/GPX/1/0/gpx.xsd">
>
> <url>http://www.tourfinder.net/do/tour?action=show&part=overview&\
> ;id=1172&categoryId=1</url>
>     <urlname>Tour: Biotopo Marocce di Dro</urlname>
>
> will be transformed to this:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <gpx
>  version="1.1"
> creator="GPSBabel - http://www.gpsbabel.org"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns="http://www.topografix.com/GPX/1/1"
> xsi:schemaLocation="http://www.topografix.com/GPX/1/0
> http://www.topografix.com/GPX/1/0/gpx.xsd">
> <metadata>
> <url>http://www.tourfinder.net/do/tour?action=show&part=overview&id=1172\
> &categoryId=1</url>
> <urlname>Tour: Biotopo Marocce di Dro </urlname>
>
> 1) the schema location is that of 1.0 so that there is a mixup between
> 1.0 and 1.1
> 2) <url> and <urlname> are not transformed to <link>
> 3) & is transformed to &
> The result is a nonvalid gpx file.
>
> So GPSBabel is no solution.
>

#1 is indeed a bug that we introduced when trying to preserve headers.

I don't see either #2 or #3.   If you're interested in pursuing that, the
gpsbabel mailing list is probably the place for that.

$ cat blah10.gpx
<?xml version="1.0" encoding="UTF-8"?>
<gpx>
<time>2010-03-03T03:06:31Z</time>
<bounds minlat="35.972033333" minlon="-87.134700000" maxlat="36.112183333"
maxlon="-86.620116667"/>
<wpt lat="35.972033333" lon="-87.134700000">
   <ele>0.000000</ele>
   <name>GCEBB</name>
   <cmt>Mountain Bike Heaven by susy1313</cmt>
   <desc>Mountain Bike Heaven by susy1313</desc>
   <url>
http://www.tourfinder.net/do/tour?action=show&part=overview&id=1172&\
categoryId=1
</url>
   <urlname>Cache Details</urlname>
   <sym>geocache</sym>
</wpt>
</gpx>
dhcp-172-19-0-174:gpsbabel robertlipe$ ./gpsbabel -i gpx -f blah10.gpx -o
gpx,gpxver=1.1 -F -
<?xml version="1.0" encoding="UTF-8"?>
<gpx
   version="1.1"
   creator="GPSBabel - http://www.gpsbabel.org"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns="http://www.topografix.com/GPX/1/1"
   xsi:schemaLocation="http://www.topografix.com/GPX/1/0
http://www.topografix.com/GPX/1/0/gpx.xsd">
<metadata>
<time>2010-03-03T03:31:06Z</time>
<bounds minlat="35.972033333" minlon="-87.134700000" maxlat="35.972033333"
maxlon="-87.134700000"/>
</metadata>
<wpt lat="35.972033333" lon="-87.134700000">
   <ele>0.000000</ele>
   <name>GCEBB</name>
   <cmt>Mountain Bike Heaven by susy1313</cmt>
   <desc>Mountain Bike Heaven by susy1313</desc>
   <link href="
http://www.tourfinder.net/do/tour?action=show&part=overview&id=1172&\
categoryId=1
">
   <text>Cache Details</text>
   </link>
   <sym>geocache</sym>
</wpt>
</gpx>


[Non-text portions of this message have been removed]

#2101 From: "chrabers" <chrabers@...>
Date: Wed Mar 3, 2010 10:23 pm
Subject: Re: looking for a XSLT stylesheet for GPX 1.0 to GPX 1.1 transformation
chrabers
Send Email Send Email
 
> Actually, that's part of an example, not a reproducible test case.

For getting the 3 bugs with GPSBabel 1.3.6 and 1.3.7-beta20100215 (WinXP) I used
the following input:
<?xml version="1.0" encoding="iso-8859-1"?>
<gpx version="1.0" creator="www.tourfinder.net"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
     xsi:schemaLocation="http://www.topografix.com/GPX/1/0
http://www.topografix.com/GPX/1/0/gpx.xsd">
    
<url>http://www.tourfinder.net/do/tour?action=show&part=overview&id=1172\
&categoryId=1</url>
     <urlname>Tour: Biotopo Marocce di Dro</urlname>
     <bounds minlat="45.919353" minlon="10.885391" maxlat="46.018574"
maxlon="10.961266"/>
     <trk>
         <trkseg>
             <trkpt lat="45.924503" lon="10.896528">
                 <ele>290.0</ele>
             </trkpt>
             <trkpt lat="45.924503" lon="10.897515">
                 <ele>144.0</ele>
             </trkpt>
         </trkseg>
     </trk>
</gpx>

GPSBabelGUI for 1.3.6 produced the following command line:
gpsbabel.exe -p "" -w -t -i gpx -f "C:\test\gpx-test-1.0.gpx" -o gpx,gpxver=1.1
-F "C:\test\gpx-test-1.1-by-1.3.6.gpx"

and the GUI for the beta showed the following command:
gpsbabel -w -r -t -i gpx -f C:/test/gpx-test-1.0.gpx -o gpx,gpxver=1.1 -F
C:/test/gpx-test-1.1.gpx

The result is exactly the same for both program versions - ignoring the
generated timestamp:
<?xml version="1.0" encoding="UTF-8"?>
<gpx
   version="1.1"
   creator="GPSBabel - http://www.gpsbabel.org"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns="http://www.topografix.com/GPX/1/1"
   xsi:schemaLocation="http://www.topografix.com/GPX/1/0
http://www.topografix.com/GPX/1/0/gpx.xsd">
<metadata>
<url>http://www.tourfinder.net/do/tour?action=show&part=overview&id=1172&categor\
yId=1</url>
<urlname>Tour: Biotopo Marocce di Dro </urlname>
<time>2010-03-03T22:00:09Z</time>
<bounds minlat="45.924503000" minlon="10.896528000" maxlat="45.924503000"
maxlon="10.897515000"/>
</metadata>
<trk>
<trkseg>
<trkpt lat="45.924503000" lon="10.896528000">
   <ele>290.000000</ele>
</trkpt>
<trkpt lat="45.924503000" lon="10.897515000">
   <ele>144.000000</ele>
</trkpt>
</trkseg>
</trk>
</gpx>

#2102 From: Robert Lipe <robertlipe@...>
Date: Thu Mar 4, 2010 6:09 pm
Subject: Re: Re: looking for a XSLT stylesheet for GPX 1.0 to GPX 1.1 transformation
robertlipe
Send Email Send Email
 
Ah, it's the top level metadata <url> that's getting mangled and not the one
that's in wpt/trk/rte.   That's why I wasn't seeing it.  Thanx for the test
case.

On Wed, Mar 3, 2010 at 2:23 PM, chrabers <chrabers@...> wrote:

> > Actually, that's part of an example, not a reproducible test case.
>
> For getting the 3 bugs with GPSBabel 1.3.6 and 1.3.7-beta20100215 (WinXP) I
> used the following input:
> <?xml version="1.0" encoding="iso-8859-1"?>
> <gpx version="1.0" creator="www.tourfinder.net"
>    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="
> http://www.topografix.com/GPX/1/0"
>    xsi:schemaLocation="http://www.topografix.com/GPX/1/0
> http://www.topografix.com/GPX/1/0/gpx.xsd">
>    <url>
>
http://www.tourfinder.net/do/tour?action=show&part=overview&id=1172&\
categoryId=1
> </url>
>    <urlname>Tour: Biotopo Marocce di Dro</urlname>
>     <bounds minlat="45.919353" minlon="10.885391" maxlat="46.018574"
> maxlon="10.961266"/>
>    <trk>
>        <trkseg>
>            <trkpt lat="45.924503" lon="10.896528">
>                <ele>290.0</ele>
>            </trkpt>
>            <trkpt lat="45.924503" lon="10.897515">
>                <ele>144.0</ele>
>            </trkpt>
>        </trkseg>
>    </trk>
> </gpx>
>
> GPSBabelGUI for 1.3.6 produced the following command line:
> gpsbabel.exe -p "" -w -t -i gpx -f "C:\test\gpx-test-1.0.gpx" -o
> gpx,gpxver=1.1 -F "C:\test\gpx-test-1.1-by-1.3.6.gpx"
>
> and the GUI for the beta showed the following command:
> gpsbabel -w -r -t -i gpx -f C:/test/gpx-test-1.0.gpx -o gpx,gpxver=1.1 -F
> C:/test/gpx-test-1.1.gpx
>
> The result is exactly the same for both program versions - ignoring the
> generated timestamp:
> <?xml version="1.0" encoding="UTF-8"?>
> <gpx
>  version="1.1"
>  creator="GPSBabel - http://www.gpsbabel.org"
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>  xmlns="http://www.topografix.com/GPX/1/1"
>  xsi:schemaLocation="http://www.topografix.com/GPX/1/0
> http://www.topografix.com/GPX/1/0/gpx.xsd">
> <metadata>
> <url>
>
http://www.tourfinder.net/do/tour?action=show&part=overview&id=1172&categoryId=1
> </url>
> <urlname>Tour: Biotopo Marocce di Dro </urlname>
> <time>2010-03-03T22:00:09Z</time>
> <bounds minlat="45.924503000" minlon="10.896528000" maxlat="45.924503000"
> maxlon="10.897515000"/>
> </metadata>
> <trk>
> <trkseg>
> <trkpt lat="45.924503000" lon="10.896528000">
>  <ele>290.000000</ele>
> </trkpt>
> <trkpt lat="45.924503000" lon="10.897515000">
>  <ele>144.000000</ele>
> </trkpt>
> </trkseg>
> </trk>
> </gpx>
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>


[Non-text portions of this message have been removed]

#2103 From: "chris.ahrweiler" <chris.ahrweiler@...>
Date: Mon Mar 29, 2010 7:48 pm
Subject: GPX Analyzer & Elevation Calculator
chris.ahrweiler
Send Email Send Email
 
GPXel is a new web tool to visualize navigation files such as GPX and TCX files.
Upload your own file and get a one page summary of data including distance,
altitude and slope.
Topographic data will be retrieved automatically, if necessary. In addition the
route/track will be shown on a map, accompanied by the elevation and slope
profile.

http://www.gpxel.com/index.php

#2104 From: "Daniel" <fly@...>
Date: Tue Apr 20, 2010 3:36 pm
Subject: GPX file as input into Google Maps for a multi-point route
dpifko
Send Email Send Email
 
Hi guys,

I hope you can help out here.  We're stuck on one issue and could use the
experience of people with more history in pushing around navigation data.

We are exporting a route from a GPX and are trying to have
it display with the driving directions/route correctly overlaid on
Google Maps.

Question: can we use a gpx file as input into Google Maps to show a driving
route given several intermediate points? How?

More fully:

If I just call Google Maps with several route points, it displays the
map correctly.

http://maps.google.com/maps?saddr=34.210214,-118.200274&daddr=34.373063,-117.752\
172%20to:34.365936,-117.652859

(We've exported those coordinates from a gpx file).

But when I try to construct a KML file and have Google Maps point at
the KML file (e.g.
http://maps.google.com/maps?q=http://myserver.com/blahblah.kml), the route shows
up as a straight line between
waypoints. I want the route to follow the road.

What are we doing wrong?

The path ends up looking like http://greatestroad.com/images/straightlines.jpg
. The current kml file looks like this:

<kml>
<Document>
<name>Paths</name>
<description/>
<Placemark>
<name>Rosedale Valley Rd. to ice cream</name>
<description>The long way...</description>
<styleUrl>#roadStyle</styleUrl>
<LineString>
<extrude>1</extrude>
<tessellate>1</tessellate>
<altitudeMode>absolute</altitudeMode>
<coordinates>
-79.388924,43.675508,0
-79.388924,43.675508,0
-79.359655,43.670045,0
-79.359655,43.670045,0
-79.367809,43.67886,0
-79.367809,43.67886,0
-79.362831,43.682708,0
-79.362831,43.682708,0
-79.339845,43.695714,0
-79.339845,43.695714,0
-79.335547,43.700161,0
-79.335547,43.700161,0
-79.356973,43.683819,0
-79.356973,43.683819,0
</coordinates>
</LineString>
</Placemark>
</Document>
</kml>

Thanks for your help,

Daniel Pifko
Greatest Road Software

#2105 From: Clement Fouque <clement.fouque@...>
Date: Wed Apr 21, 2010 10:43 am
Subject: Re: GPX file as input into Google Maps for a multi-point route
clement.fouque
Send Email Send Email
 
Hi,

I'm not really used to kml files, but your path is declared as a
multi-point line built from your waypoints. I think this is the core of
your problem.

Maybe you should use another kml data type to export your waypoints. But
wich one, i can't tell.

Daniel a écrit :
>
>
> Hi guys,
>
> I hope you can help out here. We're stuck on one issue and could use the
> experience of people with more history in pushing around navigation data.
>
> We are exporting a route from a GPX and are trying to have
> it display with the driving directions/route correctly overlaid on
> Google Maps.
>
> Question: can we use a gpx file as input into Google Maps to show a
> driving route given several intermediate points? How?
>
> More fully:
>
> If I just call Google Maps with several route points, it displays the
> map correctly.
>
>
http://maps.google.com/maps?saddr=34.210214,-118.200274&daddr=34.373063,-117.752\
172%20to:34.365936,-117.652859
>
<http://maps.google.com/maps?saddr=34.210214,-118.200274&daddr=34.373063,-117.75\
2172%20to:34.365936,-117.652859>
>
> (We've exported those coordinates from a gpx file).
>
> But when I try to construct a KML file and have Google Maps point at
> the KML file (e.g.
> http://maps.google.com/maps?q=http://myserver.com/blahblah.kml
> <http://maps.google.com/maps?q=http://myserver.com/blahblah.kml>), the
> route shows up as a straight line between
> waypoints. I want the route to follow the road.
>
> What are we doing wrong?
>
> The path ends up looking like
> http://greatestroad.com/images/straightlines.jpg
> <http://greatestroad.com/images/straightlines.jpg>
> . The current kml file looks like this:
>
> <kml>
> <Document>
> <name>Paths</name>
> <description/>
> <Placemark>
> <name>Rosedale Valley Rd. to ice cream</name>
> <description>The long way...</description>
> <styleUrl>#roadStyle</styleUrl>
> <LineString>
> <extrude>1</extrude>
> <tessellate>1</tessellate>
> <altitudeMode>absolute</altitudeMode>
> <coordinates>
> -79.388924,43.675508,0
> -79.388924,43.675508,0
> -79.359655,43.670045,0
> -79.359655,43.670045,0
> -79.367809,43.67886,0
> -79.367809,43.67886,0
> -79.362831,43.682708,0
> -79.362831,43.682708,0
> -79.339845,43.695714,0
> -79.339845,43.695714,0
> -79.335547,43.700161,0
> -79.335547,43.700161,0
> -79.356973,43.683819,0
> -79.356973,43.683819,0
> </coordinates>
> </LineString>
> </Placemark>
> </Document>
> </kml>
>
> Thanks for your help,
>
> Daniel Pifko
> Greatest Road Software
>
>

#2106 From: "tanelilaine" <tanelilaine@...>
Date: Fri Apr 23, 2010 7:26 am
Subject: Is <speed> supported in GPX 1.1?
tanelilaine
Send Email Send Email
 
I can't find <speed> in GPX1.1 schema but in the 1.0 manual it is listed. Does
this mean that I should not use it if I develop an application that exports gpx
files?

#2107 From: Robert Lipe <robertlipe@...>
Date: Fri Apr 23, 2010 4:21 pm
Subject: Re: Is <speed> supported in GPX 1.1?
robertlipe
Send Email Send Email
 
On Fri, Apr 23, 2010 at 12:26 AM, tanelilaine <tanelilaine@...> wrote:

> I can't find <speed> in GPX1.1 schema but in the 1.0 manual it is listed.
> Does this mean that I should not use it if I develop an application that
> exports gpx files?
>

Speed was present in GPX 1.0 and was unintentionally omitted from 1.1.
Since in most cases, speed was merely computed from successive timestamped
positions, it's not a huge deal.   But if you really do need to represent
speed in a valid GPX file, use 1.0 or represent it as an extension in 1.1


[Non-text portions of this message have been removed]

#2108 From: "christian.freisen" <christian.freisen@...>
Date: Sun May 2, 2010 5:49 pm
Subject: Which "Style" should I use for Tracking
christian.fr...
Send Email Send Email
 
Hi Folks,

is there a "best way" for creating GPX-Files for adding Locations to photos?
I tried with only adding waypoints to the file but most Photo-Taggers won't
recognize theme correctly.

Would hope for an fast answer

Chris

#2109 From: Simon Slavin <slavins@...>
Date: Sun May 2, 2010 10:27 pm
Subject: Re: Which "Style" should I use for Tracking
simonslavin
Send Email Send Email
 
On 2 May 2010, at 6:49pm, christian.freisen wrote:

> is there a "best way" for creating GPX-Files for adding Locations to photos?
> I tried with only adding waypoints to the file but most Photo-Taggers won't
recognize theme

The standard called 'EXIF' which is used for adding tags of all types to photos.
It was originally invented for information to do with how the camera was set up:
aparture, flush, etc. but it has been extended to hold many other types of
information including location information.  Photo-geotagging is almost always
done by adding EXIF information.  Take a look at

http://en.wikipedia.org/wiki/Exchangeable_image_file_format#Geolocation

http://en.wikipedia.org/wiki/Geotagging#JPEG_photos

and perhaps EXIF 2.2 at

http://www.exif.org/specifications.html

There's probably a pre-made library and command-line program for your platform
which can be used to add extra tags to an existing image file.  You just call it
and feed it parameters.

Simon.

#2110 From: Dan Foster <egroups@...>
Date: Mon May 3, 2010 12:08 pm
Subject: Re[2]: Which "Style" should I use for Tracking
topografix
Send Email Send Email
 
Hello,

>> is there a "best way" for creating GPX-Files for adding Locations to photos?
>> I tried with only adding waypoints to the file but most Photo-Taggers won't
recognize theme

You can look at how EasyGPS creates GPX 1.1 with geotagged photos.
http://www.easygps.com/download.asp


--
Dan Foster

#2111 From: "christian.freisen" <christian.freisen@...>
Date: Mon May 3, 2010 8:20 am
Subject: Re: Which "Style" should I use for Tracking
christian.fr...
Send Email Send Email
 
Thanks for the answer but I think I misspell my meaning:

I don't want to tag photos by myself. I only wanna create the gpx-files so that
the users can decide which application they use for tagging.

I've tested this with waypoints only but most tagging-programs won't recognize
them.



--- In gpsxml@yahoogroups.com, Simon Slavin <slavins@...> wrote:
>
>
> On 2 May 2010, at 6:49pm, christian.freisen wrote:
>
> > is there a "best way" for creating GPX-Files for adding Locations to photos?
> > I tried with only adding waypoints to the file but most Photo-Taggers won't
recognize theme
>
> The standard called 'EXIF' which is used for adding tags of all types to
photos.  It was originally invented for information to do with how the camera
was set up: aparture, flush, etc. but it has been extended to hold many other
types of information including location information.  Photo-geotagging is almost
always done by adding EXIF information.  Take a look at
>
> http://en.wikipedia.org/wiki/Exchangeable_image_file_format#Geolocation
>
> http://en.wikipedia.org/wiki/Geotagging#JPEG_photos
>
> and perhaps EXIF 2.2 at
>
> http://www.exif.org/specifications.html
>
> There's probably a pre-made library and command-line program for your platform
which can be used to add extra tags to an existing image file.  You just call it
and feed it parameters.
>
> Simon.
>

#2112 From: "Miller, Craig" <craig.miller@...>
Date: Sun May 2, 2010 9:55 pm
Subject: Re: Which "Style" should I use for Tracking
nwoverlander
Send Email Send Email
 
A track.

On Sun, May 2, 2010 at 10:49 AM, christian.freisen <
christian.freisen@...> wrote:

>
>
> Hi Folks,
>
> is there a "best way" for creating GPX-Files for adding Locations to
> photos?
> I tried with only adding waypoints to the file but most Photo-Taggers won't
> recognize theme correctly.
>
> Would hope for an fast answer
>
> Chris
>
>
>



--
Craig Miller
Geospatial Software Architect


[Non-text portions of this message have been removed]

#2113 From: Paul Tomblin <ptomblin@...>
Date: Mon May 17, 2010 11:10 pm
Subject: Visualization help?
canoe
Send Email Send Email
 
If I have 3 GPX files exported from Garmin Training Center or
connect.garmin.com from three GPSes in the same race, is there any way to
put them together to visualize where all three competitors were at each
point of the race?  I've seen them do this on TV with something like an
ocean sailboat race or even for events like bicycle time trials or downhill
ski runs where the competitors weren't on the course at the same time, but
is there any free or cheap software to do it for yourself?


--
http://www.linkedin.com/in/paultomblin
http://careers.stackoverflow.com/ptomblin


[Non-text portions of this message have been removed]

#2114 From: Robert Lipe <robertlipe@...>
Date: Mon May 17, 2010 11:31 pm
Subject: Re: Visualization help?
robertlipe
Send Email Send Email
 
The time control of google Earth will do that.  Just set the throat to be
for a single second then press play.

On May 17, 2010 6:10 PM, "Paul Tomblin" <ptomblin@...> wrote:

If I have 3 GPX files exported from Garmin Training Center or
connect.garmin.com from three GPSes in the same race, is there any way to
put them together to visualize where all three competitors were at each
point of the race?  I've seen them do this on TV with something like an
ocean sailboat race or even for events like bicycle time trials or downhill
ski runs where the competitors weren't on the course at the same time, but
is there any free or cheap software to do it for yourself?


--
http://www.linkedin.com/in/paultomblin
http://careers.stackoverflow.com/ptomblin


[Non-text portions of this message have been removed]



------------------------------------

Yahoo! Groups Links




[Non-text portions of this message have been removed]

#2115 From: "malik.imran110" <malik.imran110@...>
Date: Wed May 19, 2010 5:22 pm
Subject: GPX files
malik.imran110
Send Email Send Email
 
hi all i have to read values from .gpx files using vb.net or developer6i can
any one help me.

#2116 From: Robert Lipe <robertlipe@...>
Date: Wed May 19, 2010 5:46 pm
Subject: Re: GPX files
robertlipe
Send Email Send Email
 
On Wed, May 19, 2010 at 12:22 PM, malik.imran110
<malik.imran110@...>wrote:

>  hi all i have to read values from .gpx files using vb.net or developer6i
> can any one help me.
>

Yes.



(See how productive it is when you don't provide nearly enough information?
:-)


[Non-text portions of this message have been removed]

#2117 From: Rich Knox <rich@...>
Date: Sat May 22, 2010 11:46 pm
Subject: Re: GPX files
drmflyng
Send Email Send Email
 
Maybe this will help you to better frame the question:
http://www.cplusplus.com/articles/how_to_ask/

On Wed, May 19, 2010 at 10:46 AM, Robert Lipe <robertlipe@...> wrote:

>
>
> On Wed, May 19, 2010 at 12:22 PM, malik.imran110
> <malik.imran110@... <malik.imran110%40yahoo.com>>wrote:
>
>
> > hi all i have to read values from .gpx files using vb.net or developer6i
> > can any one help me.
> >
>
> Yes.
>
> (See how productive it is when you don't provide nearly enough information?
> :-)
>
> [Non-text portions of this message have been removed]
>
>
>



--
Rich Knox
Mobile Application Developer
http://www.bikemyway.com
richknox@... | 206-257-9922


[Non-text portions of this message have been removed]

#2118 From: Sunburned Surveyor <sunburned.surveyor@...>
Date: Tue May 25, 2010 6:47 pm
Subject: Re: Visualization help?
sunburned.su...
Send Email Send Email
 
Paul,

You can also use OpenJUMP and my open source GPX plug-in to import and view
GPX files.

Let me know if you want help getting OpenJUMP set-up to do this.

Landon

On Mon, May 17, 2010 at 4:31 PM, Robert Lipe <robertlipe@...> wrote:

>
>
> The time control of google Earth will do that. Just set the throat to be
> for a single second then press play.
>
>
> On May 17, 2010 6:10 PM, "Paul Tomblin"
<ptomblin@...<ptomblin%40gmail.com>>
> wrote:
>
> If I have 3 GPX files exported from Garmin Training Center or
> connect.garmin.com from three GPSes in the same race, is there any way to
> put them together to visualize where all three competitors were at each
> point of the race? I've seen them do this on TV with something like an
> ocean sailboat race or even for events like bicycle time trials or downhill
> ski runs where the competitors weren't on the course at the same time, but
> is there any free or cheap software to do it for yourself?
>
> --
> http://www.linkedin.com/in/paultomblin
> http://careers.stackoverflow.com/ptomblin
>
> [Non-text portions of this message have been removed]
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#2119 From: "deepak_8282" <deepak_8282@...>
Date: Wed Jun 2, 2010 11:21 am
Subject: Hi iam asp.net developer need to validate GPX AND KML files in c#.net
deepak_8282
Send Email Send Email
 
i have a project where users uploads kml and gpx files and i have to validate
there XML in c3.net (asp.net),there are tools which can validate files,but is it
possible through module i can develop in asp.net using c#.am confused because
aima trying it by making DTD file for gpx and kml file but numbers of
tags/attributes are lots and aim not getting all tags.please provide me solution
for this .

Is is possible using coding or i have to buy tool/software for this.
what iam trying is that it can be done throgh custom code in c#.net.


regards
Deepak verma

#2120 From: "no1looser" <no1looser@...>
Date: Mon Jun 7, 2010 8:36 pm
Subject: Re: Hi iam asp.net developer need to validate GPX AND KML files in c#.net
no1looser
Send Email Send Email
 
--- In gpsxml@yahoogroups.com, "deepak_8282" <deepak_8282@...> wrote:
>
> i have a project where users uploads kml and gpx files and i have to validate
there XML in c3.net (asp.net),there are tools which can validate files,but is it
possible through module i can develop in asp.net using c#.am confused because
aima trying it by making DTD file for gpx and kml file but numbers of
tags/attributes are lots and aim not getting all tags.please provide me solution
for this .
>
> Is is possible using coding or i have to buy tool/software for this.
> what iam trying is that it can be done throgh custom code in c#.net.
>
>
> regards
> Deepak verma
>

I searched for some time on this until I read an article on Microsoft website.
Simply take the schema for GPX or KML and using the Visual Studio creat a DLL
from the schema. Then you can attempt to read the XML file and validate its
contents. I created on for both GPX 1.0 and 1.1 formats and now working on a KML
DLL. The code automatically generated will let you read and write these XML
files with little code in your ASPX page.

#2121 From: "the_magicien" <the_magicien@...>
Date: Wed Jun 23, 2010 3:44 am
Subject: Update Map In GPS devices
the_magicien
Send Email Send Email
 
I would like to update the map in GPS devices such as Garmin 60CSX or Garmin
Navigator.What is the file format & how to do that?

Thanks

#2122 From: Robert Lipe <robertlipe@...>
Date: Wed Jun 23, 2010 4:20 pm
Subject: Re: Update Map In GPS devices
robertlipe
Send Email Send Email
 
On Tue, Jun 22, 2010 at 10:44 PM, the_magicien <the_magicien@...>wrote:

> I would like to update the map in GPS devices such as Garmin 60CSX or
> Garmin Navigator.What is the file format & how to do that?
>

Not GPX.

Garmin sells map updates.  A few other groups make free maps.  See
http://www.gpsfaqs.org/faqs/garmin/xseries/g60csx/mapping.html#free_maps

RJL


[Non-text portions of this message have been removed]

#2123 From: Luc Le Blanc <speleoluc@...>
Date: Tue Jul 13, 2010 9:50 am
Subject: <time> not supported in GPX 1.1 ?
lucas_elblanco
Send Email Send Email
 
Hi,

I recently added a timestamp to my GPX export, only to learn it was
rejected by MapSource, and also by the SaxCount.exe validator. My
header goes like this

<?xml version="1.0" encoding="Windows-1252" standalone="no" ?>
<gpx version="1.1" xmlns="http://www.topografix.com/GPX/1/1"
creator="Auriga 1.24a http://www.speleo.qc.ca/Auriga"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1
http://www.topografix.com/GPX/1/1/gpx.xsd">
<time>2010-07-12T13:25:40Z</time>

Oddly, if I switch to GPX 1.0, it works. Is <time> no longer supported in 1.1?

Regards,


--
Luc Le Blanc
http://www.speleo.qc.ca/Auriga

#2124 From: Robert Lipe <robertlipe@...>
Date: Tue Jul 13, 2010 2:16 pm
Subject: Re: <time> not supported in GPX 1.1 ?
robertlipe
Send Email Send Email
 
On Tue, Jul 13, 2010 at 4:50 AM, Luc Le Blanc <speleoluc@...> wrote:

> Hi,
>
> I recently added a timestamp to my GPX export, only to learn it was
> rejected by MapSource, and also by the SaxCount.exe validator. My
> header goes like this
>
> <?xml version="1.0" encoding="Windows-1252" standalone="no" ?>
> <gpx version="1.1" xmlns="http://www.topografix.com/GPX/1/1"
> creator="Auriga 1.24a http://www.speleo.qc.ca/Auriga"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.topografix.com/GPX/1/1
> http://www.topografix.com/GPX/1/1/gpx.xsd">
> <time>2010-07-12T13:25:40Z</time>
>
> Oddly, if I switch to GPX 1.0, it works. Is <time> no longer supported in
> 1.1?


Time is supported.  Look in the XSD.

Most likely, you have it out of order or have created a malformed time
entry, but since you didn't include a full sample, we can't comment
authoritatively.


RJL


[Non-text portions of this message have been removed]

Messages 2095 - 2124 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help