Add missing @Override annotations (#617)

This commit is contained in:
Gustl22
2018-12-12 00:49:00 +01:00
committed by Emux
parent a62d77583b
commit d806d6bcca
52 changed files with 514 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ public class OsmWay extends OsmElement {
return "w" + id;
}
@Override
public Geometry toJts() {
double[] coords = new double[nodes.size() * 2];
int i = 0;