Remove further references to FeatureOverlay

This commit is contained in:
Peter Robins
2015-06-13 14:01:45 +00:00
parent e848acd806
commit 83c33a03c6
2 changed files with 5 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ goog.require('ol.style.Stroke');
* @classdesc
* Container for vector feature rendering styles. Any changes made to the style
* or its children through `set*()` methods will not take effect until the
* feature, layer or FeatureOverlay that uses the style is re-rendered.
* feature or layer that uses the style is re-rendered.
*
* @constructor
* @param {olx.style.StyleOptions=} opt_options Style options.