tedsteiner / OpenStreetMap.jl

Julia OpenStreetMap Package
Other
52 stars 18 forks source link

Find Nodes Within Range #43

Closed tedsteiner closed 9 years ago

tedsteiner commented 9 years ago

Add function to return nodes within a given range of a location. Include qualifiers such as "highway," "feature," or "building." May be useful for finding points of interest or landmarks along a route.

tedsteiner commented 9 years ago

Thank you to @yeesian for adding this feature. Rather than using direct qualifiers, instead you give it a list of vertices it can search over. I like this approach better, as it is more general.