Module type for ol.layer.Vector

This commit is contained in:
Frederic Junod
2018-03-22 12:22:18 +01:00
parent 64999cdfda
commit ce726ed9dd
6 changed files with 12 additions and 12 deletions

View File

@@ -490,7 +490,7 @@ CanvasImmediateRenderer.prototype.drawGeometry = function(geometry) {
* Render a feature into the canvas. Note that any `zIndex` on the provided
* style will be ignored - features are rendered immediately in the order that
* this method is called. If you need `zIndex` support, you should be using an
* {@link ol.layer.Vector} instead.
* {@link module:ol/layer/Vector~VectorLayer} instead.
*
* @param {module:ol/Feature~Feature} feature Feature.
* @param {ol.style.Style} style Style.