1.0.0 • Published 8 years ago

ember-aggr-heatmap v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

aggr-heatmap

Description

Ember (2.5+) addon/component that makes it easy to display heatmaps from the Aggr JSON API.

Implemented by Casper Van Gheluwe (UGent) during the summer of 2016, as part of an internship at TenForce.

Note

The library that this addon depends on, ember-leaflet-heatmap, currently does not support any Ember versions higher than 2.5. There is an open issue about this.

Usage

{{#mu-heatmap dataset=your_dataset_here latitude=lat longitude=lon zoom=zoom
                                  opacity=opacity radius=radius scaleRadius=scaleRadius useLocalExtrema=localExtrema
                                  blur=blur}}
    {{tile-layer url="http://a.tile.openstreetmap.org/{z}/{x}/{y}.png"}}
{{/mu-heatmap}}