Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Example call does not work #6

@juhagenah

Description

@juhagenah

The line
response = api.Get('node["name":"Salt Lake City"]')
contains an error using ":" as seperator between key and value. It leads to a http:400 error as can be seen when using debug =True
Using
response = api.Get('node["name"="Salt Lake City"]')
instead works.
See http://www.overpass-api.de/command_line.html with example line
wget "http://overpass-api.de/api/interpreter?data=node[name=\"Gielgen\"];out;"
for reference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions