MapofLife / MOL

Integrating information about species distributions in an effort to support global understanding of the world's biodiversity.
http://mol.org
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Make a color/style picker widget for map layers. #124

Closed jmalczyk closed 11 years ago

jmalczyk commented 12 years ago

We need a little pop-up styler that allows the user to choose some map styles to apply to a layer. It just needs to generate some cartoCSS and apply it using the "apply-layer-style" event in mol.map.tiles.js.

tomauer commented 11 years ago

I'm going to start working on this for longer term.

tomauer commented 11 years ago

Where and what was listening for the 'apply-layer-style' event?

jmalczyk commented 11 years ago

mol.map.tile.js -- the module that handles adding tile layers through the gmaps api.

On Wed, Oct 17, 2012 at 1:49 PM, Tom Auer notifications@github.com wrote:

Where and what was listening for the 'apply-layer-style' event?

— Reply to this email directly or view it on GitHubhttps://github.com/MapofLife/MOL/issues/124#issuecomment-9536873.

tomauer commented 11 years ago

This has been merged into develop. Closing this issue.