Fix typo in text rendering
This commit is contained in:
committed by
Tom Payne
parent
c5cf2ccd16
commit
447814e1a9
@@ -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