Skip to content

Commit

Permalink
Merge pull request #31 from morimekta/fixed-bbox-ids
Browse files Browse the repository at this point in the history
Fix ids from requesting BBox.
  • Loading branch information
Skippern authored Sep 2, 2017
2 parents f4e77db + 8bbf68a commit cc9a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpx/gpx_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_relations_in_bbox(min_lat, min_long, max_lat, max_long, level=2):
'["type"="boundary"]' +
'["boundary"="administrative"];' +
'convert rel_info' +
' ::id = id() - 3600000000,' +
' ::id = id(),' +
' "name" = t["name"],' +
' "name:en" = t["name:en"],' +
' "admin_level" = t["admin_level"];' +
Expand Down

0 comments on commit cc9a4d5

Please sign in to comment.