leaflet-choropleth
leaflet-choropleth copied to clipboard
Choropleth plugin for Leaflet (color scale based on value)
Hi, I was wondering if it was possible to define the valueProperty of a layer dynamically. Let's say that i have a geojson with different properties, is it possible to...
This is a small change adding the ability to specify the limits to use in the options, rather than having them calculated directly from the data. I've simply added an...
I tried with a + 10000 polygons geojson file (22mb) it runs thru it all but the map freeze and I can not pan. I can zoom in and out...
Feature request: is it possible to change the style after creating a layer? I'd like to show a map and then have a drop down of feature names, and then...
Firstly, I love your choropleth plugin. It's working great, except the color scale setting isn't quite precise enough for what I need. I've tried using chroma's domain setting (https://gka.github.io/chroma.js/#scale-domain) to...
How can I leverage the package to generate legends for my map?
Including `dist` makes it inconvenient to submit pull requests -- the submitter isn't sure whether to include it in the PR, and the author has no insight into whether the...
We have a non-standard color scale that doesn't really fit well within the chroma.js model mostly because the distribution of data across the scale doesn't follow a linear or logarithmic...
I'm not creating a PR but I would like you to take a look at my fork https://github.com/bhaskarvk/leaflet-choropleth Here's what I've done to it - Added support for more chroma-js...
``` ["10065", 20996.75, 24371, 28654.5, "8924"] OR ["10172", "18263", "21779", "27054", "9815"] - 9815 should be 148729 in this case ``` The map is drawing the right colors, its just...