From 6b50f1555b552ed8331f59f46d03f04962f8afd2 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 17 May 2019 14:25:34 +0200 Subject: [PATCH] Add webgl tag to heatmap layer example --- examples/heatmap-earthquakes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/heatmap-earthquakes.html b/examples/heatmap-earthquakes.html index 612b1206fc..e20d7f58b0 100644 --- a/examples/heatmap-earthquakes.html +++ b/examples/heatmap-earthquakes.html @@ -4,7 +4,7 @@ title: Earthquakes Heatmap shortdesc: Demonstrates the use of a heatmap layer. docs: > This example parses a KML file and renders the features as a ol/layer/Heatmap layer. -tags: "heatmap, kml, vector, style" +tags: "heatmap, kml, vector, style, webgl" ---