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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1201 - 1237 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1201
Hi, I would like to receive SMS from my j2me application.But I think it's not possible to listen the default SMS port of the mobile from j2me application(using...
subhro roy
subhro16
Offline Send Email
Feb 7, 2006
6:39 am
1202
I prefer to log my data in UTM and looking through the GPX 1.1 Schema documentation (topographix site)for the first time, I see only mention of lat/long....
peter grasshoppper
ghopdata
Offline Send Email
Feb 10, 2006
1:15 pm
1203
Hello, Friday, February 10, 2006, 8:14:23 AM, peter wrote: p> I prefer to log my data in UTM and looking through the GPX 1.1 Schema p> documentation...
Dan Foster
topografix
Offline Send Email
Feb 10, 2006
1:29 pm
1208
Hi, I have a large MS Access database with a large amount of locations in germany. The database contains all the fields necessary (lat, long etc.). To...
Ralph
ralph_200297
Offline Send Email
Feb 23, 2006
7:43 am
1210
Hi. First, I'm no expert in GPX validation, or XML validation in general, so if I've "missed something", don't be afraid to tell me so ;-) 1) The "Validating...
Dave Patton
canadadcp
Offline Send Email
Feb 27, 2006
5:07 am
1213
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...
gpxuser
Offline Send Email
Mar 6, 2006
5:22 pm
1214
... 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...
Robert Lipe
robertlipe
Offline Send Email
Mar 6, 2006
5:54 pm
1215
... 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...
lildevil@...
lildevil69rpp
Offline Send Email
Mar 6, 2006
6:22 pm
1216
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...
Dan Foster
topografix
Offline Send Email
Mar 6, 2006
6:22 pm
1217
  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...
subhro roy
subhro16
Offline Send Email
Mar 10, 2006
11:37 am
1218
... 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...
Robert Lipe
robertlipe
Offline Send Email
Mar 10, 2006
3:18 pm
1219
  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...
subhro roy
subhro16
Offline Send Email
Mar 11, 2006
4:18 am
1220
Hi Subhro (and Robert :-) You want reverse geocoding. I run geocoder.us, which is regular geocoding. Schuyler and I have frequently thought about doing...
Rich Gibson
period3equals
Offline Send Email
Mar 11, 2006
4:29 am
1221
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...
Goran Pavelic
g_pavelic
Offline Send Email
Mar 11, 2006
5:26 pm
1222
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...
Dan Foster
topografix
Offline Send Email
Mar 11, 2006
6:02 pm
1223
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...
Kaz Okuda
kazokuda
Offline Send Email
Mar 13, 2006
7:52 am
1224
... 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...
azbithead
Offline Send Email
Mar 14, 2006
2:59 am
1225
... 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...
Robert Lipe
robertlipe
Offline Send Email
Mar 14, 2006
5:26 am
1226
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...
Mark Wigmore
wiggers2uk
Offline Send Email
Mar 15, 2006
4:09 pm
1227
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...
Jan Pieters
jkpieters
Offline Send Email
Mar 15, 2006
4:31 pm
1228
... 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...
Dave Patton
canadadcp
Offline Send Email
Mar 15, 2006
4:48 pm
1229
... 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...
Mark Wigmore
wiggers2uk
Offline Send Email
Mar 16, 2006
4:12 pm
1230
... I don't have any XML data, it is in binary form and I want to write it as GPX. Thanks, Mark...
Mark Wigmore
wiggers2uk
Offline Send Email
Mar 16, 2006
4:15 pm
1231
... 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...
Dave Patton
canadadcp
Offline Send Email
Mar 16, 2006
4:46 pm
1232
... 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] ... ...
Mark Wigmore
wiggers2uk
Offline Send Email
Mar 16, 2006
5:03 pm
1233
... 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" ...
Mark Wigmore
wiggers2uk
Offline Send Email
Mar 16, 2006
5:24 pm
1234
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...
Leif Gregory
ldgregory69
Offline Send Email
Mar 16, 2006
6:44 pm
1235
... 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...
Dave Patton
canadadcp
Offline Send Email
Mar 16, 2006
7:04 pm
1236
... 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 ...
Poco
kazokuda
Offline Send Email
Mar 18, 2006
12:38 am
1237
Is there possibility to store velocity and direction on a GPX file? Which tags? Mhaxx...
Mhaxx
mhaxx_me
Offline Send Email
Mar 21, 2006
12:08 pm
Messages 1201 - 1237 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