JamesSaxon / access-old

Python module to calculate spatial access scores.
http://access.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Adapt mmap to blocks. #14

Open JamesSaxon opened 5 years ago

JamesSaxon commented 5 years ago

Blocks will not work as polygons or even really as points. But we can cluster markers and customize their shading to come from the average. This will be zoomable and automatic.

https://github.com/Leaflet/Leaflet.markercluster https://docs.mapbox.com/mapbox-gl-js/example/data-driven-circle-colors/

This is a future priority.