Not, strictly speaking, on-charter for this group, but you people know all about this stuff. What with the explosion of devices which can tell you your...
1859
Robert Lipe
robertlipe
Jul 3, 2008 4:29 am
... Define "internet messages". (That's not a troll, Simon.) There are a variety of microformats. What's catching on in the GeoRSS world may not be...
1860
Simon Slavin
simonslavin
Jul 3, 2008 9:27 am
... email messages, blog entries and comments, web pages, usenet messages, Instant Messages. If possible, should be useful in SMS as well. ... I have no idea...
1861
Paul Tomblin
canoe
Jul 3, 2008 1:22 pm
On Thu, 3 Jul 2008 10:25:11 +0100 "Simon Slavin" ... I would think <geoloc latitude="NN.NNN" longitude="NN.NNN"/> would be more XML-like, and would make the...
1862
Anthony Cartmell
fonant
Jul 3, 2008 2:06 pm
... Or perhaps borrow from KML, now known as "OpenGISĀ® KML Encoding Standard" (OGC KML). It is now maintained by the Open Geospatial Consortium, Inc. (OGC)...
1863
Simon Slavin
simonslavin
Jul 3, 2008 4:42 pm
... Or I could use GPX. But I've never seen any of these formats used for specifying a location in the middle of a human-readable message. I'm trying to...
1864
Hal Mueller
halmuellermg
Jul 3, 2008 6:57 pm
I think having a standard URI-looking thing is more important than being able to squeeze in every possible parameter. This would be very cool if it caught on....
1865
Anthony Cartmell
fonant
Jul 3, 2008 7:22 pm
... Ah, I see. Do you want that code displayed to the user as-is, or rendered somehow by the browser? If you just want a link, an http URL that returns a KML...
1866
Simon Slavin
simonslavin
Jul 3, 2008 9:24 pm
... That's exactly it. Obviously my first explanation was poor but the second one was understandable. ... Radius is a very good idea. Thank you. And since...
1867
magnells
Jul 5, 2008 12:22 pm
... There is already proposal (internet draft) within the IETF geopriv working group for a geolocation URI. "A Uniform Resource Identifier for Geographic...
1868
Simon Slavin
simonslavin
Jul 5, 2008 1:10 pm
... Thanks very much for bringing this to my attention. I had googled several ways for such a thing but failed to find this document. Simon....
1869
Andy Mabbett
pigsonthewinguk
Jul 12, 2008 6:15 pm
In message <BA8CAEC1-AA91-4824-A011-A95E06050EC9@...>, Simon Slavin <slavins@...> writes ... I can understand having a set of...
1870
Andy Mabbett
pigsonthewinguk
Jul 12, 2008 6:15 pm
In message <5CF6D2BD-1071-493B-8952-66473D7C2B3A@...>, Simon Slavin <slavins@...> writes ... It's unlikely that one "standard...
1871
Simon Slavin
simonslavin
Jul 12, 2008 11:08 pm
... Yes, I've seen that tagging format. Unfortunately, email and web software isn't already programmed to know what to do when it encounters it. That's why I...
1872
Andy Mabbett
pigsonthewinguk
Jul 13, 2008 11:41 am
In message <FAA4D050-0516-4546-9516-57A4DEF5325D@...>, Simon Slavin <slavins@...> writes ... Yes; you said you wanted to be...
1873
Pierpaolo Bernardi
olopierpa@...
Jul 14, 2008 1:12 am
... Why not http://en.wikipedia.org/wiki/Geohash ? Cheers P....
1874
Simon Slavin
simonslavin
Jul 14, 2008 3:23 am
... It doesn't have a place for the other parameters (to which I've since inserted 'radius39; after altitude). Also, I'm reluctant to use geohashing because it's...
1875
Carlos Tejo
megaisotonic
Jul 14, 2008 11:01 am
Hej! ... There is a "tutorial" from the people of RDFa (W3C) about "Adding Geolocation information to HTML" that maybe is useful in that point ...
1876
bobo111059
Jul 14, 2008 4:09 pm
I need to export route that are created in a application using MapInfo to GPX for use with the Garmin Nuvi 760. I was albe to generate KML the represents the...
1877
Robert Lipe
robertlipe
Jul 15, 2008 1:06 pm
... Received: Mon, 14 Jul 2008 11:09:33 AM CDT From: "bobo111059" <bobo111059@...> To: gpsxml@yahoogroups.com Subject: [gpsxml] GPX route for Garmin Nuvi...
1878
bobo111059
Jul 17, 2008 8:39 pm
... understanding ... Can ... not ... for ... in ... Yes, it's ... descriptions ... finding ... metadata, and ... extension. See ... devices/ ... While all...
1879
bobo111059
Jul 17, 2008 8:39 pm
... understanding ... Can ... not ... for ... in ... Yes, it's ... descriptions ... finding ... metadata, and ... extension. See ... devices/ ... While all...
1880
Robert Lipe
robertlipe
Jul 17, 2008 9:03 pm
... Garmin's extensions aren't really well designed in that regard; many of their fields are just hex encodings of what their firmware uses internally and...
1881
Matt Norwood
PMN929
Jul 18, 2008 12:08 am
I'm looking to add a custom element to the extensions type for waypoints. I see the xsd has spots all over it where you can add your own elements, but my...
1882
Matt Norwood
PMN929
Jul 18, 2008 11:16 pm
Anyone? Ultimately I want to create a class to use in vb.net using these extensions. I've found a few examples while searching through the yahoo groups site,...
1883
Paul Tomblin
canoe
Jul 19, 2008 12:58 am
... What are you looking for, information on how to write a schema? How to write a file with an extended schema? If you want an example of a dataset with an...
1884
Matt Norwood
PMN929
Jul 19, 2008 1:06 am
Paul, I've actually been working with that exact example. I guess the main issue I'm having is generating the class for .net using xsd.exe Running xsd gpx.xsd...
1885
Paul Tomblin
canoe
Jul 19, 2008 1:22 am
... Sorry, I have no experience with Windows tools. I wrote my GPX generators and parsers using Unix tools. -- Paul Tomblin <ptomblin@...>...
1886
Matt Norwood
PMN929
Jul 19, 2008 3:01 am
If anybody has any experience with GPX and .Net, your assistance would be greatly appreciated. I can generate standard GPX files all day long using gpx.xsd and...
1887
Simon Slavin
simonslavin
Jul 19, 2008 4:15 am
... Rather than use an XML toolbox you might find it simpler just to generate the .gpx file as a text file. After all, that's all it is. Simon....