Skip to content

Commit 05f18be

Browse files
committed
fix bug in complete ways and relations query
1 parent b35ac6e commit 05f18be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overpass/queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class MapQuery(object):
55
"""Query to retrieve complete ways and relations in an area."""
66

7-
_QUERY_TEMPLATE = "(node({south},{west},{north},{east});<;);"
7+
_QUERY_TEMPLATE = "(node({south},{west},{north},{east});<;>;);"
88

99
def __init__(self, south, west, north, east):
1010
"""

0 commit comments

Comments
 (0)