Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrille37/osmapiviewer
Pieces of Javascript & Php to query and display OpenStreetMap data with xapi queries
https://github.com/cyrille37/osmapiviewer
Last synced: 27 days ago
JSON representation
Pieces of Javascript & Php to query and display OpenStreetMap data with xapi queries
- Host: GitHub
- URL: https://github.com/cyrille37/osmapiviewer
- Owner: Cyrille37
- License: mit
- Created: 2014-06-24T20:43:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T22:06:23.000Z (over 10 years ago)
- Last Synced: 2023-03-23T03:31:12.816Z (almost 2 years ago)
- Language: CSS
- Homepage:
- Size: 598 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OsmApiViewer
===========A simple piece of Javascript to query and display OSM data with some API queries (xapi, oapi).
**This code is under construction, not yet fonctional.**
API documentation, examples & services:
* http://wiki.openstreetmap.org/wiki/XAPI
* http://open.mapquestapi.com/xapi/* http://www.overpass-api.de/api/xapi?node[highway=crossing][bbox=0.6974,47.38047,0.7016,47.38273]
* http://api.openstreetmap.fr/xapi?node[highway=crossing][bbox=0.6974,47.38047,0.7016,47.38273]
* (only France data) http://oapi-fr.openstreetmap.fr/xapi?node[highway=crossing][bbox=0.6974,47.38047,0.7016,47.38273]
* (out dated data) http://open.mapquestapi.com/xapi/api/0.6/node[amenity=pub][bbox=-77.041579,38.885851,-77.007247,38.900881]