Allow styles to be null
This commit is contained in:
@@ -57,9 +57,9 @@ ol.style.stroke.equals = function(strokeStyle1, strokeStyle2) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {{fill: ol.style.Fill,
|
* @typedef {{fill: ?ol.style.Fill,
|
||||||
* image: ol.style.Image,
|
* image: ?ol.style.Image,
|
||||||
* stroke: ol.style.Stroke,
|
* stroke: ?ol.style.Stroke,
|
||||||
* zIndex: number}}
|
* zIndex: number}}
|
||||||
*/
|
*/
|
||||||
ol.style.Style;
|
ol.style.Style;
|
||||||
|
|||||||
Reference in New Issue
Block a user