From e3f25ee71f19cc8179f21bee83829396e4ef7ccb Mon Sep 17 00:00:00 2001 From: xavier lhomme Date: Fri, 26 Feb 2016 19:45:59 +0100 Subject: [PATCH] Update custom-builds.md not sure we should add "ol.layer.Heatmap#setRadius", "ol.layer.Heatmap#setBlur" but it's work. --- doc/tutorials/custom-builds.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/tutorials/custom-builds.md b/doc/tutorials/custom-builds.md index 337b38d748..a1655bbb24 100644 --- a/doc/tutorials/custom-builds.md +++ b/doc/tutorials/custom-builds.md @@ -191,17 +191,20 @@ Now let's try a more complicated example: [`heatmaps-earthquakes`](http://openla ```json { "exports": [ - "ol.layer.Heatmap", - "ol.source.KML", + "ol.layer.Heatmap", + "ol.source.Vector", + "ol.format.KML", "ol.layer.Heatmap#getSource", - "ol.source.KML#on", + "ol.source.Vector#on", "ol.source.VectorEvent#feature", "ol.Feature#get", "ol.Feature#set", "ol.layer.Tile", "ol.source.Stamen", "ol.Map", - "ol.View" + "ol.View", + "ol.layer.Heatmap#setRadius", + "ol.layer.Heatmap#setBlur" ], "compile": { "externs": [