From 7d2b1a9f480a0de95a1dbf06102a8f6ce39a4019 Mon Sep 17 00:00:00 2001 From: Olivier Guyot Date: Thu, 31 Mar 2022 22:34:28 +0200 Subject: [PATCH] Make the newWebGL vector example experimental And do not mention hit detection for now --- examples/webgl-vector-layer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/webgl-vector-layer.html b/examples/webgl-vector-layer.html index f297fba476..e4cf6e9f5b 100644 --- a/examples/webgl-vector-layer.html +++ b/examples/webgl-vector-layer.html @@ -3,8 +3,9 @@ layout: example.html title: WebGL Vector Layer shortdesc: Example of a vector layer rendered using WebGL docs: > - The ecoregions are loaded from a GeoJSON file. Information about ecoregions is shown on hover and click. + The ecoregions are loaded from a GeoJSON file. tags: "vector, geojson, webgl" +experimental: true ---