directions-formats: Difference between revisions
Jump to navigation
Jump to search
m (Reverted edits by TaorrAcchi (Talk) to last version by Tantek) |
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:directions formats}} | |||
Per the microformats [[process]], towards the development of a [[directions]] microformat, this page documents pre-existing formats for directions. | Per the microformats [[process]], towards the development of a [[directions]] microformat, this page documents pre-existing formats for directions. | ||
== Formats == | == Formats == | ||
* Microsoft | * Microsoft itinerary class - in Virtual Earth. | ||
* GPX, the GPS Exchange Format ([http://www.topografix.com/gpx.asp website], [https://en.wikipedia.org/wiki/GPS_eXchange_Format wikipedia]) allows representation of "routes" using the <var>rte</var> and <var>rtept</var> elements. <var>rtept</var> allows a <var>cmt</var> (comment) although it is not known whether GPX implementers are using the comments. [http://map.project-osrm.org/ OSRM] is an OpenStreetMap car routing services that exports GPX tracks in this format. | |||
==See also== | ==See also== |
Latest revision as of 16:21, 18 July 2020
Per the microformats process, towards the development of a directions microformat, this page documents pre-existing formats for directions.
Formats
- Microsoft itinerary class - in Virtual Earth.
- GPX, the GPS Exchange Format (website, wikipedia) allows representation of "routes" using the rte and rtept elements. rtept allows a cmt (comment) although it is not known whether GPX implementers are using the comments. OSRM is an OpenStreetMap car routing services that exports GPX tracks in this format.