We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d52ebf commit 1162f19Copy full SHA for 1162f19
src/org/openstreetmap/josm/plugins/pt_assistant/actions/MendRelationAction.java
@@ -132,7 +132,7 @@ private String getQuery() {
132
String str = "[timeout:100];\n" + "(\n" + " (\n";
133
134
String str2 = " [\"highway\"]" + "[\"highway\"!=\"footway\"]" + "[\"highway\"!=\"path\"]"
135
- + "[\"highway\"!=\"cycleway\"]" + "\n";
+ + "[\"highway\"!=\"cycleway\"];" + "\n";
136
137
String str3 = ");\n" + ");\n" + "(._;<;);\n" + "(._;>;);\n" + "out meta;";
138
0 commit comments