Merge pull request #4923 from xlhomme/patch-1

Update custom-builds.md
This commit is contained in:
Frédéric Junod
2016-02-29 08:37:58 +01:00

View File

@@ -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": [