pear / Services_Openstreetmap

Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
https://pear.php.net/package/Services_OpenStreetMap/
BSD 3-Clause "New" or "Revised" License
200 stars 53 forks source link

Add support for retrieving notes via the /api/0.6/notes/search endpoint. #38

Closed kenguest closed 5 years ago

kenguest commented 5 years ago

It is currently only possible to retrieve notes via bounding box - expand API/V06.php to also retrieve notes via the /notes/search endpoint which is described at https://wiki.openstreetmap.org/wiki/API_v0.6#Search_for_notes:_GET_.2Fapi.2F0.6.2Fnotes.2Fsearch

LiamBailey commented 5 years ago

I feel I would be able to make this happen for you - can I take it?

kenguest commented 5 years ago

Yes please. Just ensure coding standards and such are adhered to.

LiamBailey commented 5 years ago

HI @kenguest

I have submitted a pull request for this one:

https://github.com/pear/Services_Openstreetmap/pull/44

Thanks

kenguest commented 5 years ago

Looks good - am closing this out as done.