Merge pull request #5948 from marcjansen/getstyle-docs
Fix API docs of ol.Feature#getStyle
This commit is contained in:
+2
-2
@@ -170,8 +170,8 @@ ol.Feature.prototype.getGeometryName = function() {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the feature's style. This return for this method depends on what was
|
* Get the feature's style. Will return what was provided to the
|
||||||
* provided to the {@link ol.Feature#setStyle} method.
|
* {@link ol.Feature#setStyle} method.
|
||||||
* @return {ol.style.Style|Array.<ol.style.Style>|
|
* @return {ol.style.Style|Array.<ol.style.Style>|
|
||||||
* ol.FeatureStyleFunction} The feature style.
|
* ol.FeatureStyleFunction} The feature style.
|
||||||
* @api stable
|
* @api stable
|
||||||
|
|||||||
Reference in New Issue
Block a user