mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

Crashes with the following parameters #33

Closed Xevib closed 8 years ago

Xevib commented 8 years ago

api.Get('(node"amenity"="hospital";way"amenity"="hospital";relation"amenity"="hospital";);out body center;',asGeoJSON=True)

tbolender commented 8 years ago

As the exception type OverpassSyntaxError indicates, your request contains syntax error. Please take a closer look at the Overpass language syntax for this.