Hi, First i'm new with GPX. I would like to know if GPX allow to customized the type and the symbol (the display) of waypoints Example : i would like to put a...
1214
Robert Lipe
robertlipe
Mar 6, 2006 5:54 pm
... GPX itself allows just about anything to be in that tag. But the intent isn't for it to be freeform. ... From a GPX perspective, the answer is that the...
1215
lildevil@...
lildevil69rpp
Mar 6, 2006 6:22 pm
... ExpertGPS only shows you the symbols that your GPS unit supports. Use the Preferences window to select a different GPS unit and then you will be able to...
1216
Dan Foster
topografix
Mar 6, 2006 6:22 pm
Hello, ... R> We do, however, have a reason to believe in the case of ExpertGPS that R> you'll be taken care of. ExpertGPS uses a private extension to the GPX...
1217
subhro roy
subhro16
Mar 10, 2006 11:37 am
Hi, I’ll send the GPS data (latitude and longitude) to a third party server and it’ll return the street address. If any body has any information about a...
1218
Robert Lipe
robertlipe
Mar 10, 2006 3:18 pm
... Not knowing what country of data you're looking for, it's hard to give precise recommendations, but the process you're looking for (hint: google keyword...
1219
subhro roy
subhro16
Mar 11, 2006 4:18 am
Hi Robert, Thank u for ur suggestion. Actually I'm interested about USA. I've already searched google using geocode,geocode is just the reverse which...
1220
Rich Gibson
period3equals
Mar 11, 2006 4:29 am
Hi Subhro (and Robert :-) You want reverse geocoding. I run geocoder.us, which is regular geocoding. Schuyler and I have frequently thought about doing...
1221
Goran Pavelic
g_pavelic
Mar 11, 2006 5:26 pm
I must admit that I didn't have much time to look into general XML issues so this might be a stupid question, sorry if that's the case. I am creating a small...
1222
Dan Foster
topografix
Mar 11, 2006 6:02 pm
Hello, Saturday, March 11, 2006, 12:26:09 PM, Goran wrote: G> I am creating a small GPS log visualizer in VS.NET 2005. I used VS to G> automaticaly create...
1223
Kaz Okuda
kazokuda
Mar 13, 2006 7:52 am
Hey all, I'm new to this group and this is my first post. I apologize if anything I'm asking has been discussed before. I have been using the GPX file format...
1224
azbithead
Mar 14, 2006 2:59 am
... Actually, the GPX schema does define a method for extending its content. It is the <extensions> tag. ... Adding this tag will cause the GPX file to be...
1225
Robert Lipe
robertlipe
Mar 14, 2006 5:26 am
... Yes, it's called out as such in the recent O Reilly book "Google Mapping Hacks" ... <extensions> allows you a way to do that, but <html> isn't it. If...
1226
Mark Wigmore
wiggers2uk
Mar 15, 2006 4:09 pm
My current project has a module for writing data out to a custom XML file and I want to modify it to write GPX. The previous author is no longer around so I'm...
1227
Jan Pieters
jkpieters
Mar 15, 2006 4:31 pm
Hi, Maybe I can be of help for you. First of all I understand that you have some data stored. in what form is this data available? can you give me an overview...
1228
Dave Patton
canadadcp
Mar 15, 2006 4:48 pm
... Have you tried taking your XML data and using an XSLT transform to convert it to GPX? If you can do that, you only need a few lines of new code to produce...
1229
Mark Wigmore
wiggers2uk
Mar 16, 2006 4:12 pm
... I have tracks with lat, long, altitude and time that I'm transferring between two programs. I already have a reader for GPX in one program, I just need a...
1230
Mark Wigmore
wiggers2uk
Mar 16, 2006 4:15 pm
... I don't have any XML data, it is in binary form and I want to write it as GPX. Thanks, Mark...
1231
Dave Patton
canadadcp
Mar 16, 2006 4:46 pm
... In your first email, you said: My current project has a module for writing data out to a custom XML file and I want to modify it to write GPX. Sounds to me...
1232
Mark Wigmore
wiggers2uk
Mar 16, 2006 5:03 pm
... Sorry for the confusion. That XML writer is designed to work on different source data and is used in a different way to what I'm doing. ... [snip] ... ...
1233
Mark Wigmore
wiggers2uk
Mar 16, 2006 5:24 pm
... OK I've found some header stuff from a MapSource output: <gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MapSource 6.5" version="1.1" ...
1234
Leif Gregory
ldgregory69
Mar 16, 2006 6:44 pm
Hello Mark, ... I know your pain. When I wrote the GPX Generator for Geocaching, I hard a bit of a time trying to put it all together. If you want, you can...
1235
Dave Patton
canadadcp
Mar 16, 2006 7:04 pm
... You can use the DCP Search webpage to generate a GPX file, and copy the headers that I use, which use URLs from topografix.com. I don't know that they are...
1236
Poco
kazokuda
Mar 18, 2006 12:38 am
... recognizes a ... Thanks. I started this almost a year ago and haven't done much with it since then. I recently started up again by posting it publicly ...
1237
Mhaxx
mhaxx_me
Mar 21, 2006 12:08 pm
Is there possibility to store velocity and direction on a GPX file? Which tags? Mhaxx...
1238
Chris Ainslie
thekrustyshow
Mar 21, 2006 12:44 pm
There is very little point as the rest of the data in the file will give you the tools to calculate both velocity and direction. It would be redundant ...
1239
Robert Lipe
robertlipe
Mar 21, 2006 2:25 pm
... GPX 1.0 has a "speed" and "course" tags: http://www.topografix.com/gpx_manual.asp Unfortunately, these were accidentally left out of 1.1. ...
1240
James Carlyle
jamescarlyle
Mar 21, 2006 2:30 pm
Hi I've been building a website that allows people to register and share GPS routes. It uses the GPX format for both input and output, and provides various...
1241
Jan Pieters
jkpieters
Mar 21, 2006 2:48 pm
i think the idea is pretty good. I like that you want to adhere to something like GPX. that makes life easier. I wonder though when ther eare many routes how...
1242
Doug Adomatis
gps_maps
Mar 21, 2006 6:47 pm
... Welcome James, When I got started a few years ago I kept a list of sites related to this subject. I've not been very diligent keeping up with new sites, ...