Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HeatMapFeatureLayer #22

Closed
patrickarlt opened this issue Jun 19, 2013 · 6 comments
Closed

HeatMapFeatureLayer #22

patrickarlt opened this issue Jun 19, 2013 · 6 comments

Comments

@patrickarlt
Copy link
Contributor

We should leveage heatmap js to build dynamic headmaps based on FeatureLayers

http://www.patrick-wied.at/static/heatmapjs/example-heatmap-leaflet.html

@patrickarlt
Copy link
Contributor Author

Since this is a very specific use case and would need external dependancies it wont be part of the Esri Leaflet core, but instead would live under something like dist/plugins or dist/extras and throw an error if h337 is not found. Yes h337 is the proper namespace for heatmap.js.

@patrickarlt
Copy link
Contributor Author

After asking around at PDX JS it looks like there are several other heatmap implementations we could try.

https://github.com/pyalot/webgl-heatmap uses WebGL so its fast but has rather limited browser support.

http://www.labs.ecotrust.org/eknuth/hexbin/ Organizes content in hexbins which has the same purpose in showing density as heatmaps but would be very performant and easy to draw.

http://zat.com/apps/heatmap.html Uses L.DivIcon and radial gradients which could be promising but might not perform well under a heavy load of points.

@patrickarlt
Copy link
Contributor Author

Leaflet.heat seems like it could be a likely candidate for this.

@patrickarlt patrickarlt mentioned this issue Feb 25, 2014
@patrickarlt
Copy link
Contributor Author

Basic version of this is done but should eventually broken out into its own repository.

@ghost
Copy link

ghost commented Jul 16, 2014

API docs also need updating. Should we wait with this until you extract this plugin into its own repo?

@patrickarlt
Copy link
Contributor Author

Closing in favor of #369.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant