Harman Patil (Editor)

Geo (microformat)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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

Contents

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

  • If latitude is present, so must be longitude, and vice versa.
  • The same number of decimal places should be used in each value, including trailing zeroes.
  • 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

    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:

  • geo-extension - for representing coordinates on other planets, moons etc., and with non-WGS84 schema
  • geo-elevation - for representing altitude
  • geo-waypoint - for representing routes and boundaries, using waypoints
  • Users

    Organisations and websites using Geo include:

  • Flickr - on over three million photo pages
  • Geograph British Isles - on over one million photo pages
  • Google
  • Multimap - all map pages
  • MyMap - example: [1] (Taiwanese language site)
  • OpenStreetMap - wiki pages about places, GPS traces and diary entries
  • Locify - location enhanced browsing on mobile phone
  • Wikipedia - embedded in geo templates of map-link pages
  • German Wikipedia - ditto
  • Dutch Wikipedia - ditto
  • Swedish Wikipedia - ditto
  • Italian Wikipedia
  • Wikivoyage
  • Many of the organisations publishing hCard include a geo as part of that.

    References

    Geo (microformat) Wikipedia


    Similar Topics