All, As of August 5, the data at BearValleyCreek.gpx was correctly updated to reference the stylesheet in the processing instruction, for client-side...
Hello, I've updated the GPX Web site to point to the new GPX 1.1 schema and documentation. I updated the text on most of the GPX Web pages, and gave the site...
Hello, I am a GIS technician for Natural Resources in Nova Scotia. We are using the GPX format as a standard input on a web site, so contractors can create...
Hello, Tuesday, August 10, 2004, 7:59:02 AM, John wrote: j> I noticed the j> GPX version changed to 1.1 as of yesterday. Is there a synopsis of j> the changes...
Howdy All, I would like to load data from GPX files into a PostGIS database. I have 18 lines of Perl which generates SQL insert statements of waypoint data....
I know I'm replying to an old message, but check out geocoder.us This is an absolutely free US geocoder built around the Tiger data by my friend Schuyler Erle....
... If you could explain why the GPX schema for tracks is inadequate, perhaps we could be more helpful. Your perl/sql stuff looks about right for 18 line...
... Well I was referring to the database schema part of things. This is probably an implementation issue, but gpsbabel seems to limit trk's to one trksegment,...
this is for my thesis.........my lecturer give me one project about GPRS....the overview of this project is user can download maps on his mobile using GPRS and...
Hi, I'm joining the group & will now be reading through as much of the list archives as possible. I'm interested decentralizing gpx file searching and reading....
Hi Steve, What sorts of things are you interested in doing in terms of decentralized file searching? What sorts of things do you want to search for? Cheers, ...
... I'd like to see: 1) An easy way to create & publish gpx routes/points, where the creator still has control of the file. 2) An aggregator/portal for finding...
... I think this might take place in a peopleaggregator/plink type of space where people just upload their own generated (foaf in this case) gpx files, and can...
Hello, Wednesday, August 25, 2004, 7:40:51 AM, Steve wrote: S> I'd like to see: S> 1) An easy way to create & publish gpx routes/points, where the creator S>...
... Interesting idea. I currently use Atomz as the keyword search utility at Travel by GPS http://www.travelbygps.com/search.php Atomz seems to be adequate...
Hello, gpsxml member. This company really helped me out. I almost lost my home. I am self employed and I was able to refinance. The best interest rates are...
168@...
Sep 4, 2004 8:09 am
645
I was working with a tool to make my own parser for the gpx file from Geocaching.com. I ran into a problem where the naming of elements included a ":" and the...
... They aren't invalid; they're in a private groundspeak namespace. We "got around it" by implementing that namespace. There are dozens of tools, including...
If you send a snippet of the XML, someone might be able to help you. I'm not sure if you're saying that you're having trouble parsing XML Namespaces in...
Here is the format. I have simplified the data to better show the structure of the XML file. As you can see, once you get to the groundspeak portion they...
They aren't invalid; they're in a private groundspeak namespace. We "got around it" by implementing that namespace. There are dozens of tools, including my...
Hello, Someone pointed out to me off-list that <course> and <speed> were removed from <trkpt> in GPX 1.1. GPX 1.1 defines <wpt>, <rtept>, and <trkpt>...
... Private namespaces allow folks (like Groundspeak) to extend the base spec definitions in a way that won't conflict with others and keeps their peanut...
I, for one, would like to see the changes for <course> and <speed> implemented in GPX 1_1 as this was a very nice feature in 1_0 and I would hate to see us go...
Thanks for the help and the direction to the xml site. Found out why I could not call the groundspeak elements and am able to work with it. Thanks for the...
Here is a quick example of how to extend the GPX_1_0 schema using a Navaid Waypoint Generator File. Note the line starting with xmls:bpt=.... This sets up an...
... I ... applications ... would ... go ... existing .gpx ... An gpx 1.0 file will not validate against the gpx1.1 schema in the very first line, because of...