Add lineJoin property to ol.style.Stroke

This commit is contained in:
Frederic Junod
2013-11-28 11:27:19 +01:00
parent b8dbac77bc
commit 0bd77d3caf
5 changed files with 48 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ ol.style.Stroke = function(options) {
*/
this.lineCap = options.lineCap;
/**
* @type {string|undefined}
*/
this.lineJoin = options.lineJoin;
/**
* @type {number|undefined}
*/