Skip to content

Commit

Permalink
fix #1096
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jun 7, 2018
1 parent ff352b8 commit f0f94bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public AddOneway(OverpassMapDataDao overpassMapDataDao,
Log.e(TAG, "Unable to download traffic metadata", e);
return false;
}
if(trafficDirectionMap.isEmpty()) return true;

String overpassQuery = "way(id:" + TextUtils.join(",",trafficDirectionMap.keySet()) + "); out meta geom;";
overpassMapDataDao.getAndHandleQuota(overpassQuery, (element, geometry) ->
Expand Down

0 comments on commit f0f94bf

Please sign in to comment.