Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting colors from table data #287

Open
iriberri opened this issue Mar 3, 2015 · 13 comments
Open

Allow setting colors from table data #287

iriberri opened this issue Mar 3, 2015 · 13 comments
Assignees
Milestone

Comments

@iriberri
Copy link

iriberri commented Mar 3, 2015

It seems that this is possible from one year ago: https://github.com/mapbox/tilemill/issues/1809

Could we update the system to support it?

@danicarrion
Copy link

+1

@andrewbt
Copy link

+1 This has now been requested by a partner and would also be useful for getting around the category wizard's default upper limit of 10 categories. @saleiva @javisantana thoughts? Seems like just a simple update to mapnik source.

@saleiva saleiva self-assigned this Aug 12, 2015
@javisantana
Copy link
Contributor

"simple" and "mapnik" can't go in the same sentence man :)

@rochoa
Copy link
Contributor

rochoa commented Aug 31, 2015

Just an small update, I looked a bit into this and as stated above is not that simple. Something in our stack makes this not to work with latest version. Using same cartocss version linked in tilemill and windshaft.

I have to dedicate more time to this one.

@rochoa rochoa added this to the Torrelodones milestone Aug 31, 2015
@iriberri
Copy link
Author

Ha! :-) Thanks for the update Raúl!

@saleiva saleiva removed this from the Torrelodones milestone Sep 1, 2015
@saleiva
Copy link

saleiva commented Sep 1, 2015

We need a better estimation for this - @rochoa ?

@rochoa rochoa added this to the Torrelodones milestone Sep 1, 2015
@rochoa
Copy link
Contributor

rochoa commented Sep 1, 2015

Next milestone.

@saleiva
Copy link

saleiva commented Sep 1, 2015

I meant in effort :)

@rochoa
Copy link
Contributor

rochoa commented Sep 1, 2015

It's about debugging, I cannot estimate debugging time.

@saleiva
Copy link

saleiva commented Sep 1, 2015

Then, I'm not sure I'd prioritize this so much, unless it's related with some other bugs

@rochoa
Copy link
Contributor

rochoa commented Sep 1, 2015

If you agree, I will try to invest a fixed amount of time depending on the rest of the milestone to at least document what's going on.

@peterdesmet
Copy link

I'd also like this feature. In fact, I'd like to do a RGB mix based on table data:

polygon-fill: rgb(value1, value2, value3)

@rochoa
Copy link
Contributor

rochoa commented Sep 4, 2015

Well, just to summarize the changes we need to make to support this:

Parsing

Rendering

  • Use node-mapnik 3.x
  • Upgrade tilelive-mapnik to support node-mapnik 3.x
  • Upgrade abaculus to use node-mapnik 3.x so we don't use different node-mapnik versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants