This is a draft cheat sheet. It is a work in progress and is not finished yet.
Comments
Single line |
// Don't read the documentation |
Multi line |
/* More unused code to disable */
|
|
|
Common filters
Bounding box |
way({{bbox}});
|
From one user |
way(user:"chatelao");
|
After timestamp |
way(newer:"2018-02-21T00:00:00Z");
|
|
|
Entities
Houses |
way["building"]
|
Streets |
way["highway"]
|
Railroads |
way["railway"]
|
Rivers |
relation["waterway"];
|
Boudaries |
relation["boundary"][admin_level];
|
Lakes |
relation["water"];
|
|