Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pear/services_openstreetmap

Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
https://github.com/pear/services_openstreetmap

hacktoberfest mapquest-api osm services-openstreetmap

Last synced: 7 days ago
JSON representation

Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.

Awesome Lists containing this project

README

        

# Services_OpenStreetMap
[OpenStreetMap](https://www.openstreetmap.org/) is a global project with an aim of collaboratively collecting mapdata. This package aims to make communicating with the **OSM API** intuitive.

## Table of contents
- [Usage](/documentation/USAGE.md)
- [Initialisation](/documentation/USAGE.md#initialisation)
- [Downloading Data, saving to an OSM file](/documentation/USAGE.md#downloading-data-saving-to-an-osm-file)
- [Search for a specific POI, in a saved OSM file](/documentation/USAGE.md#search-for-a-specific-poi-in-a-saved-osm-file)
- [Get a specific Node](/documentation/USAGE.md#get-a-specific-node)
- [Updating a way, or several](/documentation/USAGE.md#updating-a-way-or-several)
- [Creating a node](/documentation/USAGE.md#creating-a-node)
- [Remove one or more tags from an object](/documentation/USAGE.md#remove-one-or-nore-tags-from-an-object)
- [Working with user information](/documentation/USAGE.md#working-with-user-information)
- [Reverse lookup with MapQuest API](/documentation/USAGE.md#reverse-lookup-with-mapquest-api)
- [What can Services_OpenStreetMap_OpeningHours parse?](/documentation/USAGE.md#what-can-services_openstreetmap_openinghours-parse)
- [License](LICENSE.txt)