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 b35ac6e commit 05f18beCopy full SHA for 05f18be
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