Remove unused ol.style.Text width property
This commit is contained in:
@@ -27,11 +27,6 @@ ol.style.Text = function(options) {
|
|||||||
* @type {string|undefined}
|
* @type {string|undefined}
|
||||||
*/
|
*/
|
||||||
this.textBaseline = options.textBaseline;
|
this.textBaseline = options.textBaseline;
|
||||||
|
|
||||||
/**
|
|
||||||
* @type {number}
|
|
||||||
*/
|
|
||||||
this.width = options.width;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user