Skip to content

Commit

Permalink
fix bug in complete ways and relations query
Browse files Browse the repository at this point in the history
  • Loading branch information
ydong-vsi committed May 8, 2017
1 parent b35ac6e commit 05f18be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overpass/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class MapQuery(object):
"""Query to retrieve complete ways and relations in an area."""

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

def __init__(self, south, west, north, east):
"""
Expand Down

0 comments on commit 05f18be

Please sign in to comment.