BHoM / BHoM/OpenStreetMap_Toolkit

Extend the query builder to include around nodes within area

Open
#5 0 comments 0 reactions 1 assignee Claimed by @rolyhudson View on GitHub
type:feature
Dominant language
C#
Stars
4
Forks
2
Avg merge
10d 18h
Merged PRs (30d)
1

Description

like this
```
area[name="Bonn"];
node(area)[highway=bus_stop]->.bus_stops;
(
way(around.bus_stops:100)[amenity=cinema];
node(around.bus_stops:100)[amenity=cinema];
);
(._;>;);
out meta;
```
From:

https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Relative_to_other_elements_.28around.29

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.