This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

TOP N results in Overpass

1

Is there a way to assign only first N elements to .a?

[out:json];
node(around:100, 12.34, 56.78 ) -> .a;
// do sth. with .a
out;

asked 12 Mar '19, 23:48

paulsimmons's gravatar image

paulsimmons
26113
accept rate: 0%

Source code available on GitHub .