zorostang / chicago_bike_equity

Visualization and analysis of Chicago bike lanes. An effort to determine how the bike lane installations are divided among the entire city.
MIT License
20 stars 14 forks source link

add legend #6

Closed derekeder closed 9 years ago

derekeder commented 9 years ago

screen shot 2015-01-26 at 2 17 27 pm At first glance, its unclear what I'm looking at.

Include a legend for your default layers: population density and bike lanes. What do the colors mean?

stevevance commented 9 years ago

Look for inspiration for a legend within this Leaflet tutorial.

rguico commented 9 years ago

I think I'll lead the coding team on Tuesday to pick this one up.

SyedSufyan commented 9 years ago

@rguico are we planning to add legend as a part of the map, or just a documentation ? what I was thinking is a way to make a static legend image, and then find a way to put that image in the map. what do you think.

rguico commented 9 years ago

Syed - we want to use http://leafletjs.com/examples/choropleth.html but tonight we worked to generate a GeoJSON file that we can refer to as a source for that map.

A dynamic solution would be nice because we can reuse it when we start putting out other layers besides population density.

-Robert

On Tue, Mar 17, 2015 at 8:04 PM, SyedSufyan notifications@github.com wrote:

@rguico https://github.com/rguico are we planning to add legend as a part of the map, or just a documentation ? what I was thinking is a way to make a static legend image, and then find a way to put that image in the map. what do you think.

— Reply to this email directly or view it on GitHub https://github.com/zorostang/chicago_bike_equity/issues/6#issuecomment-82662456 .

SyedSufyan commented 9 years ago

@rguico sounds good, see ya guys next week, and finish this thing up :)

stevevance commented 9 years ago

This is the wrong legend to add. We will be adding a different legend through another issue using @rguico's chloropleth map.