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
202 stars 53 forks source link

Get more details for a place #10

Closed FireLizard closed 8 years ago

FireLizard commented 8 years ago

By fixing/adding the "addressdetails" flag of Nominatim, the details for a place can be gathered.

kenguest commented 8 years ago

Hi @FireLizard, thanks for that. It looks good, and it's cool that you've updated the docblocks. It'd be nice to have some additional unit tests to cover your additions but I can take care of that myself ;-)

FireLizard commented 8 years ago

You're welcome! I see you've just added the unit tests :+1: Have you updated your packagist repository?

kenguest commented 8 years ago

I've released a new version - v0.5.0 in the last hour or so - updated on packagist and on pear.php.net as well.