Add an example for the new webgl vector layer

This example accomodates for hit detection whih is not functional yet.
This commit is contained in:
Olivier Guyot
2022-03-09 23:34:17 +01:00
parent c555315014
commit 979dfd3a55
2 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
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.
tags: "vector, geojson, webgl"
---
<div id="map" class="map"></div>
<div id="info">&nbsp;</div>