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.
2 parents 565550f + 05f18be commit 52b8192Copy full SHA for 52b8192
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({south},{west},{north},{east});<;);"
+ _QUERY_TEMPLATE = "(node({south},{west},{north},{east});<;>;);"
8
9
def __init__(self, south, west, north, east):
10
"""
0 commit comments