carto/test/rendering-mss/issue_315.mss
2014-06-11 17:52:06 +02:00

9 lines
226 B
Plaintext

#somelayername {
[feature = 'highway_motorway'],
[feature = 'highway_motorway_link'] {
/* code for any motorway */
[feature = 'highway_motorway_link'] {
/* code specific for links */
}
}
}