You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a query that gets ways and nodes inside of an area (Blacksburg Municipal Park 'way' is the one here), but it includes all of the park's nodes as well:
[out:json];
way(32515091);
map_to_area -> .a;
way(area.a)[leisure];
/*added by auto repair*/
(._;>;);
/*end of auto repair*/
out;
node(area.a)[leisure];
out;
We want to be able to query OSM Overpass to be able to get all of the amenities inside of the parks to then load into the database.
The text was updated successfully, but these errors were encountered: