The mapCSS 0.2 wiki page states that we may not write
relation[type=route]
 way[highway]
  { stroke-color: red; }
as
relation [type=route]
  way [highway]
   { stroke-color: red; }
I see no reason why allowing this would make the grammar ambiguous, and 
disallowing it makes the grammar significantly more complex (we can't simply 
ignore whitespace tokens any more, and have to pollute every grammar rule with 
whitspace? between pretty much all tokens).

What's the reason for this restriction?

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

Reply via email to