Changes between Version 12 and Version 13 of Help/Action/OpenLocation


Ignore:
Timestamp:
May 23, 2011 9:14:33 PM (2 years ago)
Author:
kellerma
Comment:

Download older versions of objects

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/OpenLocation

    v12 v13  
    2828TODO: [http://wiki.openstreetmap.org/wiki/Xapi XAPI servers] 
    2929 
     30== Older versions of objects == 
     31You can also load older versions of an object 
     32 * for a node the URL is `http://api.openstreetmap.org/api/0.6/node/<node id>/123` (replace `123` with the version number) 
     33 * for a way the URL is `http://api.openstreetmap.org/api/0.6/way/<way id>/123` (replace `123` with the version number) 
     34 * for a relation the URL is `http://api.openstreetmap.org/api/0.6/relation/<relation id>/123` (replace `123` with the version number) 
    3035 
    3136== See also ==