Make the newWebGL vector example experimental

And do not mention hit detection for now
This commit is contained in:
Olivier Guyot
2022-03-31 22:34:28 +02:00
parent c9f3665237
commit 7d2b1a9f48

View File

@@ -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
---
<div id="map" class="map"></div>
<div id="info">&nbsp;</div>