Skip to content

Commit

Permalink
add a note about intensity in data
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Feb 3, 2014
1 parent 4442519 commit 9c4e73c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Constructs a heatmap layer given an array of `LatLng` points and an object with
- **blur** - amount of blur, `15` by default
- **gradient** - color gradient config, e.g. `{0.4: 'blue', 0.65: 'lime', 1: 'red'}`

Optional third argument in each `LatLng` point (`altitude`) represents point intensity.

```js
heat.setOptions(options);
```
Expand Down

0 comments on commit 9c4e73c

Please sign in to comment.