Skip to content

Commit

Permalink
Merge pull request mvexel#75 from yidongVSI/master
Browse files Browse the repository at this point in the history
fix bug in complete ways and relations query
  • Loading branch information
mvexel authored Sep 18, 2017
2 parents 565550f + 05f18be commit 52b8192
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 52b8192

Please sign in to comment.