Search the web
Sign In
New User? Sign Up
gpsxml · GPX Developers Forum
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1706 - 1735 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1706
I'm creating a GPX document in .NET, and I am having trouble coding the document (root) element. The document element contains an XSI namespace declaration...
dcveeneman
Offline Send Email
Nov 10, 2007
3:30 am
1707
Hello, I wrote an utility to download tracks from a GPS based on the MTK chip (i-Blue 747 data logger). In the data log there are fields that do not accomodate...
niccolo.rigacci
Offline Send Email
Nov 26, 2007
1:49 pm
1708
... At a glance, very little of this is actually MTK-specific at all; it's closer to "raw" NMEA capture, right? There have been discussions on this list (long...
Robert Lipe
robertlipe
Offline Send Email
Nov 27, 2007
6:46 pm
1709
Hello, ... Yes, please don't call your schema "MTK" - try to create something as generic and reusable as possible. Put the satellite positioning stuff in a...
Dan Foster
topografix
Offline Send Email
Nov 27, 2007
7:07 pm
1710
I am using .NET Frameworks xsd.exe to generate classes for both the 1.1 and 1.0 version of the gpx.xsd. I am not sure how to quickly tell which class I should...
chopsdogg
Offline Send Email
Dec 12, 2007
9:20 pm
1711
Hi, I'm just starting reading GPX data with PHP. I've played with XML before but I'm not a PHP expert by a long shot. I've been able to dump Garmin Training...
Ren
ren_at_home
Offline Send Email
Dec 12, 2007
9:20 pm
1712
... Those are attributes. How you read them depends on which library you're using, but look for the word 'attribute'. XML or XMLReader ? Or are you reading...
Simon Slavin
simonslavin
Offline Send Email
Dec 12, 2007
11:34 pm
1713
... If you are, you're headed down a bad path. If you don't know what XML attributes are, you don't want to be parsing XML. Use an XML parsing library;...
Robert Lipe
robertlipe
Offline Send Email
Dec 13, 2007
1:59 am
1714
passing funny brackets? sounds very painful indeed I've put the source I'm using in the files section "garmin_tcx_simple_parser.php" Its adapted from a...
Ren
ren_at_home
Offline Send Email
Dec 13, 2007
1:25 pm
1715
I'm not a PHP programmer either, but I did find that PHP 5 has an extension named SimpleXML. And as the name implies, it certainly looks like it simplifies...
Ricardo
salcedo
Online Now Send Email
Dec 13, 2007
5:16 pm
1716
Thanks for your input! I found some code to deal with things like <animals pets="dogs">5</animals> <animals pets="cats">3</animals> and it relied on SimpleXML...
Ren
ren_at_home
Offline Send Email
Dec 13, 2007
6:35 pm
1717
I'm a hobby Java GIS Programmer. I've been thinking about writing some simple tools to work with GPS Waypoints. It looks like GPX is the logical format to use,...
sunburnedsurveyor
sunburnedsur...
Offline Send Email
Dec 13, 2007
9:36 pm
1718
... GPX is just another kind of XML. If you have an XML library already, it's hardly worth writing another library on top of that to handle GPX. Libraries...
Simon Slavin
simonslavin
Offline Send Email
Dec 13, 2007
10:07 pm
1719
... Hi Landon. One option would be to look at GPSBabel: http://www.gpsbabel.org/ (can be used from the command line, source is GPL) -- Dave Patton System...
Dave Patton
canadadcp
Offline Send Email
Dec 14, 2007
1:39 am
1720
Looks like Flash is the easier way to go. I'll tweak this example later ///////////////////////////////////////// var doc:XML = new XML("<mytag name='Val'>...
Ren
ren_at_home
Offline Send Email
Dec 14, 2007
7:23 pm
1721
Added the following files to the files section flash_GPX_parser.txt flash_GPX_sample.gpx (co-ordinates have been changed to protect the innocent) copy and...
Ren
ren_at_home
Offline Send Email
Dec 14, 2007
7:23 pm
1722
... Now outputs trackpoint data suitable for pasting into a Garmin Traning Center course file - suitable for uploading to your Forerunner 305 or similar. You...
Ren
ren_at_home
Offline Send Email
Dec 14, 2007
11:22 pm
1723
As has been previously mentioned, XML parsing is fairly difficult, but PHP has reasonable library support for it. Check out the docs at http://us.php.net/xml ...
Steve Lacy
smlacy
Offline Send Email
Dec 15, 2007
12:26 am
1724
Take a look at sourceforge.net/projects/appformap/ In the source tree you can find a lib, which can parse gpx and output a sql for inserting the data in a...
mhoeghgmailcom
Offline Send Email
Dec 15, 2007
12:30 pm
1725
Steve, Martin, thanks for your input, definately what I'm looking for! I'll be sure to have a go at php again once I get the time. ... I partially agree. The...
Ren
ren_at_home
Offline Send Email
Dec 15, 2007
1:39 pm
1726
I've been playing around some more with reading GPX in PHP, and found that PHP has a very nice "SimpleXML" support. Here's some even simpler code for printing...
Steve Lacy
smlacy
Offline Send Email
Dec 22, 2007
1:38 am
1727
Hi, is there a tiny open source lib for GPX for languages Java and Javascript available which can import&export XML and Json? Why is there no speed and course...
Marcel Ruff
marcel.ruff
Offline Send Email
Dec 29, 2007
12:24 pm
1728
Anybody know of a GPX editor? I'm taking pics at my in-laws, and want to tag the photos with the geo info. Problem is, I haven't had the gps receiver running...
Mike Peck
allnight4
Online Now Send Email
Dec 29, 2007
12:30 pm
1729
Hi, is there any free and tiny library to parse and dump GPX 1.1 from/to Java and Javascript with XML and Json and NMEA format? Why is there no markup for...
marcel.ruff
Offline Send Email
Dec 29, 2007
12:31 pm
1730
please, can someone tell me how to upload a gpx file with php? thanks in advance...
kamel
kamel_inct
Offline Send Email
Dec 29, 2007
1:38 pm
1731
While it's not an editor, you might want to look at Robogeo. Since you seem to know the locations that the pictures where taken, it will allow you geocode the...
bobmcm
spyder461
Offline Send Email
Dec 29, 2007
3:53 pm
1732
Oppa. I meant $40 bucks ($39.95). Robert McMahan ... From: gpsxml@yahoogroups.com [mailto:gpsxml@yahoogroups.com] On Behalf Of Mike Peck Sent: Friday,...
bobmcm
spyder461
Offline Send Email
Dec 29, 2007
3:54 pm
1733
Ok, so maybe I didn't/don't understand the format as well as I thought. I re-added all the coords as track points in a track, and then GPicSync did it's...
Mike Peck
allnight4
Online Now Send Email
Dec 29, 2007
4:43 pm
1734
... GPX /is/ XML. XML is a format for data: it allows you to specify field names and values. That's what GPX does. You don't need an importer or exporter to...
Simon Slavin
simonslavin
Offline Send Email
Dec 29, 2007
5:33 pm
1735
... GPX is a kind of XML. You can use any of PHP's XML libraries such as SimpleXML. Alternatively, handle the file as text and write your own GPX...
Simon Slavin
simonslavin
Offline Send Email
Dec 29, 2007
5:34 pm
Messages 1706 - 1735 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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