CartoCSS is a CSS-like language used in TileMill to style features.
2
votes
1answer
95 views
Refer to zoom level in TileMill expressions
Is it possible to do something like this:
#ways[highway="trunk"] {
line-color:#c99;
line-width:@zoom/10;
}
Obviously that example doesn't work. Is there another way to do arithmetic expressions ...
0
votes
0answers
77 views
automatically arrange identical points inside polygon with carto and tilemill
I would like to arrange points inside a polygon so that they don't overlap in a tilemill generated map. The points represent events that took place in a country (represented by the polygon).
The ...
1
vote
1answer
116 views
Where is the reference for functions available in CartoCSS
I'm playing with Tilemill and i see that for some properties, like marker-transform, i can use functions. I want to use rotate() which takes 3 arguments (i learned this by inputing just one so it ...