Remove docs referring to removed feature overlay

This commit is contained in:
Marc Jansen
2015-06-11 17:40:45 +02:00
parent f672c1792b
commit dd16bb984c
2 changed files with 7 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ goog.require('ol.style.Style');
* GeoJSON.
*
* Features can be styled individually with `setStyle`; otherwise they use the
* style of their vector layer or feature overlay.
* style of their vector layer.
*
* Note that attribute properties are set as {@link ol.Object} properties on
* the feature object, so they are observable, and have get/set accessors.