Lightweight (24 kB gzipped) works in nodejs and the browser. converts OSM's XML into JSON automatically. uses OAuth 2, so that you don't need to expose your OAuth client_secret ...
The OSM 2.0 API (OpenStreetMap) is an application programming interface that provides access to geospatial data and its change history stored with git. The basic data structure in OSM should be based ...
The OSM 2.0 API (OpenStreetMap) is an application programming interface that provides access to geospatial data and its change history stored with git. The basic data structure in OSM should be based ...
My app provides a UI to do some complex analysis of OSM data that requires many API calls in a row and can take several minutes. The UI provides an button to cancel the operation. In my code, the ...