I'm not sure if this is a bug, a feature or that I don't fully
understand what is going on. If I create a style like:

/* @title Residential Road*/
[...@scale < 100000] [highway='residential'],
[...@scale < 100000] [highway='unclassified'] {
  stroke: grey, white;
  stroke-width: 3px, 1px;
  stroke-z-index: 0, 6;
}

The unclassified roads are not drawn but if I do

/* @title Residential Road*/
[...@scale < 100000] [highway='residential'],
[highway='unclassified'] [...@scale < 100000] {
  stroke: grey, white;
  stroke-width: 3px, 1px;
  stroke-z-index: 0, 6;
}

then they are drawn.

Any ideas?

Ian


-- 
Ian Turton

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to