Chris Whong
Chris Whong
I am having the same issue with node 0.12.2, npm install -g dashing-js ``` Build failed npm ERR! Darwin 15.0.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "dashing-js" npm ERR!...
AFAIK "thousands" of elements on the map is when leaflet will start to chug. Not sure if truncation is the right approach, I think it should either give you what...
The vector tiles should help with this, but as @paulramsay pointed out on twitter, the table view is the resource hog. We should add a proper API endpoint for paginated...
We could also just throw it into localstorage, but then we need to figure out how to pass it to the server with each request.
To do this, we just need a dialog to ask the user which column to visualize. Then when adding the geojson to the map, we use oneachfeature in leaflet to...
@timwis has already made the choropleth package we can use for this, we would just need to create the UI elements necessary to make it generic. https://github.com/timwis/leaflet-choropleth
I support this, we'd need to add configuration UI, and I don't know how any of that works with electron (can you just do localstorage as usual? Is it bad...
👍 it's only a matter of time.
Chiming in, we are experiencing this too, and the workaround has been to simply add and remove the draw control every time the user wants to draw (our use case...