Update custom-builds.md
not sure we should add "ol.layer.Heatmap#setRadius", "ol.layer.Heatmap#setBlur" but it's work.
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user