diff --git a/examples/webgl-points-layer.html b/examples/webgl-points-layer.html index 673f0f454b..f6d692341e 100644 --- a/examples/webgl-points-layer.html +++ b/examples/webgl-points-layer.html @@ -3,13 +3,31 @@ layout: example.html title: WebGL points layer shortdesc: Using a WebGL-optimized layer to render a large quantities of points docs: > -

This example shows how to use a `WebGLPointsLayer` to show a large amount of points on the map.

+

This example shows how to use a WebGLPointsLayer to show a large amount of points on the map.

+

The layer is given a style in JSON format which allows a certain level of customization of the final reprensentation.

+

+ The following operators can be used for numerical values: +

+

tags: "webgl, point, layer, feature" ---
- +
+