Top "Overpass-api" questions

The Overpass API (or OSM3S) is a read-only API that serves up custom selected parts of the OpenStreeetMap map data.

Enabling CORS (Cross Origin Request) in Django

I'm trying to make use of the overpass API http://wiki.openstreetmap.org/wiki/Overpass_API with a JavaScript XMLHttpRequest …

javascript django cors cross-domain overpass-api
'Expected String or Unicode' when reading JSON with Pandas

I try to read an Openstreetmaps API output JSON string, which is valid. I am using following code: import pandas …

python json pandas openstreetmap overpass-api