Webgl layer / remove @api tag & better doc

Also the webgl layer now only inherits from the Layer class,
not the VectorLayer one.
This commit is contained in:
Olivier Guyot
2019-09-26 10:01:25 +02:00
parent 9e9aa66f5f
commit 0732f17fd3
3 changed files with 30 additions and 28 deletions
+1
View File
@@ -248,3 +248,4 @@ A symbol literal representation must be defined on the style supplied to a `WebG
### 66
`forEachFeatureAtCoordinate` cannot be used on a WebGL layer if the hit detection logic has not been enabled.
This is done by providing adequate shaders using the `hitVertexShader` and `hitFragmentShader` properties of `WebGLPointsLayerRenderer`.