Rename setFlatCoordinatesInternal to setFlatCoordinates

This commit is contained in:
ahocevar
2018-07-07 18:04:13 +02:00
parent e2f8d96763
commit 97f6171b4c
11 changed files with 14 additions and 14 deletions

View File

@@ -741,7 +741,7 @@ Draw.prototype.modifyDrawing_ = function(event) {
sketchLineGeom = new LineString(ring.getFlatCoordinates(), ring.getLayout());
this.sketchLine_.setGeometry(sketchLineGeom);
} else {
sketchLineGeom.setFlatCoordinatesInternal(
sketchLineGeom.setFlatCoordinates(
ring.getLayout(), ring.getFlatCoordinates());
sketchLineGeom.changed();
}