Merge pull request #1636 from twpayne/fix-text-bug
Fix typo in text rendering
This commit is contained in:
@@ -432,7 +432,7 @@ ol.render.canvas.Immediate.prototype.drawPointGeometry =
|
|||||||
this.drawImages_(flatCoordinates, 0, flatCoordinates.length, stride);
|
this.drawImages_(flatCoordinates, 0, flatCoordinates.length, stride);
|
||||||
}
|
}
|
||||||
if (this.text_ !== '') {
|
if (this.text_ !== '') {
|
||||||
this.drawImages_(flatCoordinates, 0, flatCoordinates.length, stride);
|
this.drawText_(flatCoordinates, 0, flatCoordinates.length, stride);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user