Skip to content

Commit 1162f19

Browse files
committed
improve query in route helper
1 parent 0d52ebf commit 1162f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openstreetmap/josm/plugins/pt_assistant/actions/MendRelationAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private String getQuery() {
132132
String str = "[timeout:100];\n" + "(\n" + " (\n";
133133

134134
String str2 = " [\"highway\"]" + "[\"highway\"!=\"footway\"]" + "[\"highway\"!=\"path\"]"
135-
+ "[\"highway\"!=\"cycleway\"]" + "\n";
135+
+ "[\"highway\"!=\"cycleway\"];" + "\n";
136136

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

0 commit comments

Comments
 (0)