mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-23 07:54:10 +01:00
21 lines
No EOL
250 B
Text
21 lines
No EOL
250 B
Text
#roads{
|
|
[type='rail'] {
|
|
[service='yard'] {
|
|
line-color: red;
|
|
}
|
|
}
|
|
}
|
|
|
|
#roads[zoom=17] {
|
|
line-width: 2;
|
|
line-color: yellow;
|
|
|
|
[type='rail'] {
|
|
line-width: 5;
|
|
// service='yard' should be red
|
|
}
|
|
}
|
|
|
|
#roads {
|
|
line-width: 1;
|
|
} |