Files
openlayers/examples/webgl-vector-layer.html
Olivier Guyot 979dfd3a55 Add an example for the new webgl vector layer
This example accomodates for hit detection whih is not functional yet.
2022-07-15 22:33:52 +02:00

11 lines
320 B
HTML

---
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>