Hi The one function that I want to add to http://routeburner.com is the ability to accept Tracklogs .trl files. Unfortunately this seems to be an undocumented...
1264
runthisriverdry
Apr 6, 2006 11:50 am
Hi guys, Im developing a GPS website and I want the users to have the ability to download the entire GPS db & associated html information files. This I can do...
1265
Poco
kazokuda
Apr 6, 2006 11:21 pm
... It sounds like you are trying to build something like TripTracker http://triptracker.net/ <http://triptracker.net/> ? It looks like they created their...
1266
runthisriverdry
Apr 7, 2006 6:06 pm
thanks for the reply ... Nope, i'm not doing anything particularly like that, I don't think there is anything particularly like what I am doing at the moment ...
1267
cybarber
Apr 15, 2006 1:47 pm
... The option ... and it has ... the ones ... too. :-) ... You could use my GPX2KML transformation tool to convert the GPX to KML instead of openeing GPX in...
1268
cybarber
Apr 15, 2006 1:52 pm
... grade ... My GPX2KML XSLT transformation application calculates slope/grade from the GPX trkpt's. You can checkout the XSLT sheet used to see how it is...
1269
cybarber
Apr 15, 2006 1:54 pm
... ability ... files. ... view ... Just to view your GPS file open it in Google Earth, the best viewer you can imagen. Cybarber...
1270
gpsxml@yahoogroups.com
Apr 15, 2006 2:01 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gpsxml group. File : /XSLT...
1271
hlohi
Apr 18, 2006 10:10 am
Has anyone already made compression systems for the GPX format? My goal is to send GPX data within the SMS message, whith maximum length of 160 characters....
1272
Jan Pieters
jkpieters
Apr 18, 2006 10:39 am
Hi, GPX is nothing more than XML which is basically plain text (with a certain structure) so you can use any available compression tool/format you want e.g. ...
1273
teisha-reifel140@...
Apr 18, 2006 11:31 am
Just wanted to drop in and say hi to everyone around here. And also wanted to say that if any of you guys feel like getting to know me bit better come over and...
1274
Dan Foster
topografix
Apr 18, 2006 11:52 am
Hello, Tuesday, April 18, 2006, 6:39:28 AM, Jan wrote: J> GPX is nothing more than XML which is basically plain text (with a certain J> structure) so you can...
1275
Jan Pieters
jkpieters
Apr 18, 2006 12:05 pm
Dan, I am aware of that. For instance the compressed files for Google Earth (KMZ) is an example of this and is a normal standard zip format. This means only ...
1276
merlin_r68 _-_
merlinr68
Apr 18, 2006 8:02 pm
You might try Huffman encoding the data and then use a base64 encoder to get character data. Justin...
1277
Poco
kazokuda
Apr 18, 2006 8:21 pm
I would expect you could get the data even smaller if you were to encode it differently. Compressing text with a general purpose compression codec will work...
1278
Jan Pieters
jkpieters
Apr 18, 2006 8:26 pm
Hello, The question for sending it in an SMS. SMS canonly contain character data if I am not mistaken. so all kind of exotic stuff is out off the question,...
1279
Hannu Lohi
hlohi
Apr 19, 2006 8:34 am
... encoder to get ... Thanks Justin Now we are getting closer what I am looking for. Do you have any links as refernce, for the components, which could do...
1280
merlin_r68 _-_
merlinr68
Apr 19, 2006 1:00 pm
Hannu, Depending on the application, I usually roll my own codecs. You may look at the following links for help tho: 1. Crypto++ -- Has a base64...
1281
teisha-reifel140@...
Apr 20, 2006 8:12 am
I am really gettin tired of all the same old stuff online now days, so i was pretty suprised when i saw this http://www.chilloverhere.info/fhlx . Looks...
1282
Derek
cabledawgtke
Apr 21, 2006 11:58 am
... days, so i was pretty suprised when i saw this http://www.chilloverhere.info/fhlx . Looks pretty fresh, wat you all reckon. ... NSFW SPAM...
1283
teisha-reifel140@...
Apr 21, 2006 3:32 pm
Hi wats new with everyone? Just wanted to give u all a nice tip. Have a peak over here http://www.gethereandstart.info/eaqy and add me on there. Wanna get...
1284
dragonstun
May 7, 2006 1:42 am
Hello, I'm researching the possibility of inputting GPX data collected with a Gremlin receiver to plot Lats and Longs into AutoCAD... any advise?...
1285
teisha-reifel140@...
May 16, 2006 10:54 am
Hi guys,i just moved into my brand new home thanks to these guys http://www.positionyourself.info/wqva . Everyone else rejected me, but these guys said yes im...
1286
mhoeghgmailcom
May 16, 2006 7:56 pm
Hi James, Nice site! Im working on a similar software project (right now for California, New York and Norway). My initially idea was a trace tool, so it would...
1287
Eric S. Theise
erictheise
May 21, 2006 8:02 pm
Hello, Last fall, I co-taught a class on mapping, broadly defined, at an art school here in San Francisco. We're teaching it again, and I have a window of...
1288
Tom Verbeure
tom_verbeure
May 21, 2006 9:24 pm
You'll have a hard time finding a modern GPS that does *not* support the GPX format. All Garmin units support it through their Mapsource software. I don't have...
1289
Dave Patton
canadadcp
May 21, 2006 10:28 pm
... I would look at things differently, in that I wouldn't bother thinking about whether or not a GPS receiver "uses GPX". What you need is a GPS that will do...
1290
teisha-reifel140@...
Jun 12, 2006 5:25 pm
NO ONE is turned down. Call Now 7 days a week. 801 697-0461 According to the U.S. Census Bureau, with the following degrees, here's how much you can expect to...
1291
ondrej.zara
Jun 15, 2006 5:45 am
Hello, I would like to ask if anyone knows about a mobile (j2me) application which is able to record data recieved from Bluetooth GPS (and save them in mobile...
1292
Keith Baker
light_t3ch
Jun 15, 2006 4:36 pm
While GPX is cool, when I did a gps data recorder (using gumstix, not a modile) I captured the data to a binary format and later converted it back to gpx. I...