ఓపెన్‌స్ట్రీట్‌మాప్ చిహ్నం OpenStreetMap

Changeset ఎప్పుడు వ్యాఖ్య
38979377 9 సంవత్సరాలకు పైబడిన సమయం క్రితం

My changeset comment was completely wrong. Sorry for the noise.

29183314 10 సంవత్సరాలకు పైబడిన సమయం క్రితం

If you try to execute the following request in overpass-turbo, you'll get all the country capitals of the world.
Yesterday, only some capitals from South America were missing.
If I don't use the "admin_level" filter, I get way too much nodes back.

[out:json]
[timeout:25]
;
(
node
["capital"="yes"]
["admin_level"="2"];
);
out body;
>;
out skel qt;