Komяpa wrote:
2010/7/11 Sebastian Klein <[email protected]>:
0.0f is just 0. Here it has a special meaning, but in css 0 means "don't
render it!". The idea is to tell the renderer: Do the thinnest possible!
This makes a problem. How do I tell the renderer not to render feature
at all? For example, from inside eval().


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;


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

Reply via email to