Search notes:

Overpass API: convert statement

The documentation(?) says: The statement convert produces one output element for every element in its input set..
Yet, it does not say what this statement is good for.
node(672102338);

convert x
   ::id  = id (),
     lat = lat(),
     lon = lon(),
     nam = t['name'];

out;

See also

Overpass API: statements

Index