From 858f0fc0cc52f13641d7bf5f9cacc91eb753a878 Mon Sep 17 00:00:00 2001 From: Olivier Guyot Date: Thu, 26 Sep 2019 14:25:26 +0200 Subject: [PATCH] Update the webgl-points-layer example to reflect new possibilities --- examples/webgl-points-layer.html | 22 ++++++++++-- examples/webgl-points-layer.js | 58 +++++++++++++++++++++++++++----- 2 files changed, 69 insertions(+), 11 deletions(-) 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" ---
- +
+