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
+7 -4
View File
@@ -191,17 +191,20 @@ Now let's try a more complicated example: [`heatmaps-earthquakes`](http://openla
```json ```json
{ {
"exports": [ "exports": [
"ol.layer.Heatmap", "ol.layer.Heatmap",
"ol.source.KML", "ol.source.Vector",
"ol.format.KML",
"ol.layer.Heatmap#getSource", "ol.layer.Heatmap#getSource",
"ol.source.KML#on", "ol.source.Vector#on",
"ol.source.VectorEvent#feature", "ol.source.VectorEvent#feature",
"ol.Feature#get", "ol.Feature#get",
"ol.Feature#set", "ol.Feature#set",
"ol.layer.Tile", "ol.layer.Tile",
"ol.source.Stamen", "ol.source.Stamen",
"ol.Map", "ol.Map",
"ol.View" "ol.View",
"ol.layer.Heatmap#setRadius",
"ol.layer.Heatmap#setBlur"
], ],
"compile": { "compile": {
"externs": [ "externs": [