Skip to content

Commit

Permalink
update query
Browse files Browse the repository at this point in the history
  • Loading branch information
biswesh456 committed Oct 14, 2018
1 parent 8342681 commit 2320495
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ private void downloadWithNotifications(final Future<?> downloadFuture, final Str
}

private String getQuery() {
String str = "[timeout:100];\n" + "(\n" + " (\n";
String str = "[timeout:100];\n" + "(\n";

String str2 = " [\"highway\"]" + "[\"highway\"!=\"footway\"]" + "[\"highway\"!=\"path\"]"
+ "[\"highway\"!=\"cycleway\"];" + "\n";

String str3 = ");\n" + ");\n" + "(._;<;);\n" + "(._;>;);\n" + "out meta;";
String str3 = ");\n" + "(._;<;);\n" + "(._;>;);\n" + "out meta;";

List<Node> nodeList = new ArrayList<>();

Expand Down

0 comments on commit 2320495

Please sign in to comment.