carto/test/rendering/instance_names.mss

16 lines
269 B
Plaintext
Raw Normal View History

2012-09-30 04:54:10 +08:00
#world[zoom >= 13] {
center/line-width: 1;
center/line-color: black;
}
#world[zoom >= 14] {
center/line-width: 5;
center/line-color: blue;
}
#world[highway='primary'][zoom >= 14] {
dash/line-color: red;
dash/line-width: 15;
dash/line-dasharray: 5,15;
}