query-overpass icon indicating copy to clipboard operation
query-overpass copied to clipboard

Make queries to OpenStreetMap's overpass API and output as GeoJSON

Results 6 query-overpass issues
Sort by recently updated
recently updated
newest added

Hello, I am randomly getting an ECONNRESET message response when using the query-overpass and it does not seem to be treated as a full fledged error. Sorry for the lack...

I think it would be useful to mention https://github.com/tyrasd/overpass-wizard in the README here, which allows one to write overpass turbo's wizard queries and then pass them to your library.

hi @perliedman I enjoy using your fantastic package in my nodejs projects. Do you know a widgets already exists to easily generate over pass queries(user friendly)? something similar to the...

I'm getting JSON.parse error because overpass is returning result in content-type: "application/osm3s+xml" https://github.com/perliedman/query-overpass/blob/7bde46af36a56d0af4b8def0d5fb892138c40c7f/index.js#L69

As explained/documented at https://help.openstreetmap.org/questions/55828/overpass-returns-429-every-time-for-some-queries-but-not-for-others, it would be good for Overpass API consumers to include a referrer or an User Agent in order to not get blocked. Also, with a referrer...

Hello! I'm trying to recurse up and down from a node, like this: `( node(21289794); ; ); out meta;` This node, `21289794`, belongs to a way and then to a...