Hello.

On Sunday 11 July 2010 20:25:57 Sebastian Klein wrote:
> In Java:
> draw thinnest:        width=0; ...
> don't draw:   (Just don't draw it.)

> In CSS/MapCSS:
> draw thinnest:        width : thinnest;
> don't draw:   width : 0;

I'm strongly against giving 0 any special meaning at all. 0 should be just 0, 
and nothing else. If the width of some feature is zero, we don't draw it.

Also, I'm against "thinnest" constant, as having this constant means we can 
have different rendering depending on dpi and renderer's understanding of 
thinnest.

I think we may have "media" option in @import statement so style author can 
specify the exact width of features depending on media type. Or, we can have 
"dpi" constant available to eval(). Or maybe both.

-- 
WBR, Andrew

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Mapcss mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/mapcss

Reply via email to