Opened 5 years ago
Last modified 5 years ago
#18731 closed enhancement
[PATCH RFC] There should be a method to search for all primitives inside a bbox — at Initial Version
Reported by: | taylor.smock | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.02 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Currently, if I want to check all primitives in a bbox, I have to create a list and then make a call for searchNodes, searchWays, and searchRelations.
I'm marking this as an RFC since I think it would be better to put this in the OsmData class with a default method, but I don't know if it is worth the effort (I don't know how to cleanly check if N/W/R extend O).
I also haven't implemented any tests for it.
Note:
See TracTickets
for help on using tickets.
Initial patch for
searchPrimitives