mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
360 stars 89 forks source link

Quering data from a localhost or patrticular osm file #109

Closed jadhm closed 5 years ago

jadhm commented 5 years ago

Hi,

I am using OpenStreetMap (josm) to create a map with nodes and ways .. etc. and I am uploading my data to a localhost "http://localhost:3000/api". If I wanna query data using overpy api can I use this host in order to query data from ? and in case not !! is there any other way to query data from particular osm file using overpass? Thanks,

Jad

mvexel commented 5 years ago

You can specify the host when you create the API instance.