We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880c098 commit 96dc922Copy full SHA for 96dc922
Overpass/queries.py
@@ -4,7 +4,7 @@
4
class MapQuery(object):
5
"""Query to retrieve complete ways and relations in an area."""
6
7
- _QUERY_TEMPLATE = "(node({bbox[0]},{bbox[1]},{bbox[2]},{bbox[2]});<;>;);"
+ _QUERY_TEMPLATE = "(node({bbox[0]},{bbox[1]},{bbox[2]},{bbox[2]});<;);"
8
9
def __init__(self, bbox):
10
"""
0 commit comments