Geo (microformat)

A Geo microformat, detected on the Wikipedia page for Great Barr, by Firefox's Operator extension. Users may add alternative mapping sources to those shown, which are included by default.

Geo is a microformat used for marking up WGS84 geographical coordinates (latitude;longitude) in (X)HTML.[1] Although termed a "draft" specification, this is a formality, and the format is stable and in widespread use;[2] not least as a sub-set of the published hCalendar[3] and hCard[4] microformat specifications, neither of which is still a draft.[3][4]

Use of Geo allows parsing tools (for example other websites, or Firefox's Operator extension) to extract the locations, and display them using some other website or mapping tool, or to load them into a GPS device, index or aggregate them, or convert them into an alternative format.

Usage

The Geo microformat is applied using three HTML classes. For example, the marked-up text:

<div>Belvide: 52.686; -2.193</div>

becomes:

<div class="geo">Belvide: <span class="latitude">52.686</span>; <span class="longitude">-2.193</span></div>

by adding the class-attribute values "geo", "latitude" and "longitude".

This will display

Belvide: 52.686; -2.193

and a geo microformat for that location, Belvide Reservoir, which will be detected, on this page, by microformat parsing tools.

hCard

Each Geo microformat may be wrapped in an hCard microformat, allowing for the inclusion of personal, organisational or venue names, postal addresses, telephone contacts, URLs, pictures, etc.

Extensions

There are three active proposals, none mutually-exclusive, to extend the geo microformat:

Users

Organisations and websites using Geo include:

Many of the organisations publishing hCard include a geo as part of that.

See also

Notes

  1. Must and should are used per the IETF document RFC 2119

References

  1. "Geo Spec". microformats community. Retrieved 17 August 2010.
  2. "Extending HTML5 — Microformats". HTML5 Doctor. Retrieved 19 August 2010.
  3. 1 2 "hCalendar 1.0 Spec". Microformats community. Retrieved 17 August 2010.
  4. 1 2 "hCard 1.0 Spec". Microformats Community. Retrieved 17 August 2010.
  5. "Microformats in Google Maps". Retrieved 30 April 2016.

External links

This article is issued from Wikipedia - version of the 11/12/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.