Webgl points renderer / make the hit detection optional

This commit is contained in:
Olivier Guyot
2019-09-25 12:28:34 +02:00
parent 23c2999cab
commit 610a846149
2 changed files with 79 additions and 86 deletions
+4
View File
@@ -244,3 +244,7 @@ Layer opacity must be a number.
### 65
A symbol literal representation must be defined on the style supplied to a `WebGLPointsLayer` instance.
### 66
`forEachFeatureAtCoordinate` cannot be used on a WebGL layer if the hit detection logic has not been enabled.