TileMill hangs if line-dasharray is set to 0
I was trying to set line-dasharray to its default value (manual says 'none'), so I did
line-dasharray:none;
but nothing happened.
Then I set
line-dasharray:0;
and the tilemill-tile process kicks CPU usage to 100% and
rendering no longer happens until restart.
I can reproduce it every time.
Using Ubuntu 11.10, 64-bit.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by ian villeda on 22 Mar, 2012 11:11 PM
hi tilusnet,
the manual says 'none' because for a solid line, a dash array is null. to get rid of you dash array, simply delete the selector.
line-dash-array accepts two or more integers: at least one defining the length of the line segment, and one defining the length of the break between line segments.
to see line-dash-array in action, try something like
line-dash-array: 4,6;3 Posted by tilusnet on 23 Mar, 2012 10:31 AM
hi Ian,
Finally I simulated a revert to the default 'solid' line by setting
I cannot delete the 'parent' selector because it is needed by other subsequent blocks.
So to summarise my points here:
In any case I am okay with my workaround, if you want take my points as suggestions for improvements.
Thanks.
Support Staff 4 Posted by Tom MacWright on 09 Apr, 2012 04:27 PM
Hey tilus,
Thanks for reporting this - I've filed it as a ticket in Carto and will take a look at fixing the underlying issue.
Tom
Tom MacWright closed this discussion on 09 Apr, 2012 04:27 PM.