Files
openlayers/examples/webgl-vector-layer.html
Olivier Guyot 7d2b1a9f48 Make the newWebGL vector example experimental
And do not mention hit detection for now
2022-07-15 22:33:52 +02:00

12 lines
281 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.
tags: "vector, geojson, webgl"
experimental: true
---
<div id="map" class="map"></div>
<div id="info">&nbsp;</div>