File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ ol.layer.Vector.prototype.getStyleFunction = function() {
101
101
/**
102
102
* Renders the layer; rendering will effectively occur at the next browser
103
103
* animation frame. Call this for style changes to take effect.
104
+ * @api
104
105
*/
105
106
ol . layer . Vector . prototype . render = function ( ) {
106
107
this . dispatchChangeEvent ( ) ;
Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ ol.source.ImageVector.prototype.handleSourceChange_ = function() {
257
257
/**
258
258
* Renders the image; rendering will effectively occur at the next browser
259
259
* animation frame. Call this for style changes to take effect.
260
+ * @api
260
261
*/
261
262
ol . source . ImageVector . prototype . render =
262
263
function ( ) {
You can’t perform that action at this time.
0 commit comments