Home » Web Services » Services_OpenStreetMap
OpenStreetMap Services
Download latest release 1.0.0RC3 (archived versions might be outdated)
License: BSD License
Description
Provide an interface to the OpenStreetMap services.
Maintainers
- Ken Guest (kguest) — lead, active
Dependencies
Required
- PHP (>= 7.1.0)
- PEAR Installer (>= 1.10.1)
- HTTP_Request2 (>= 2.0.0)
- Log (>= 1.12.7)
- Cache (>= 1.5.6)
Releases
- 1.0.0RC3 (beta, 2023-10-04)
Release notes
License: BSD License
* New methods to add custom tags to changeset
- 1.0.0RC2 (beta, 2019-05-28)
Release notes
License: BSD License
* Minimum version of PHP raised to PHP 7.1
* Should be compatible with PHP 7.2
* Retrieval of notes via search endpoint added (thanks to LiamBailey)
* Some key/value checks for max length 255 (thanks to LiamBailey)
* Documentation broken out to separate files (thanks to franciscollanquipichun)
* SSL Options can be configured (Issue #32)
* Support for Wildcard Search has been added (Issue #22)
* Support for OAuth has been added (thanks to khvalov)
* Support for variable times around sunset/sunrise has been added. - 1.0.0RC1 (beta, 2018-02-22)
Release notes
License: BSD License
* Bug #23738/Issue #18: Change openstreetmap.org URLs to use https - thanks to grischard for reporting this requirement.
* Copyright year updates - thanks to Nolwennig.
* Include property "addressdetails" into query builder - thanks to FireLizard
* Include setter/getter for property "addressdetails" - thanks to FireLizard
* Possibility to get further addressdetails on looking for a place - thanks to FireLizard
* Some refactoring and PHP 7 Compatibility work.
* Various dependency updates - thanks to FireLizard. - 0.5.0 (alpha, 2016-05-31)
Release notes
License: BSD License
* Add setAddressDetails method for Nominatim searches so that addresses are returned broken into elements. (With thanks to Sebastian Gierth.)
- 0.4.0 (alpha, 2015-07-17)
Release notes
License: BSD License
* Add being able to set countrycodes for limiting Nominatim resultset.
* Add reverseGeocode method.
* Don't use created_by tag on map objects #4-github.
* The created_by tag is now only added to changesets.* Fix for PEAR Bug #20205 - "Language is not English" at https://pear.php.net/bugs/bug.php?id=20205
* Fixed parameter name (accept-language v accept_language) in Nominatim query.
* Added support for setting accept-language config value.
* Unit tests for Config and Nominatim classes.* More complete Notes functionality.
- 0.3.1 (alpha, 2013-12-18)
Release notes
License: BSD License
Bug #20150: Bounds checking for lat/lon values are reversed.
- 0.3.0 (alpha, 2013-04-07)
Release notes
License: BSD License
This release supports parsing of opening_hours values.
- 0.2.0 (alpha, 2012-10-02)
Release notes
License: BSD License
Support newly expanded User API.
- 0.1.0 (alpha, 2012-03-16)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #19936 | Closed | Req | 0.3.0 | 2013-05-07 | No oauth support |
| #20150 | Closed | Bug | 2013-12-18 | bounds checking for lat/lon values are reversed. | |
| #23738 | Closed | Bug | 0.5.0 | 2018-02-22 | Change openstreetmap.org URLs to use https. |