mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-06-16 13:00:22 +02:00
31 lines
No EOL
501 B
Text
31 lines
No EOL
501 B
Text
Map { background-color: white; }
|
|
|
|
#test{
|
|
a/line-color: black;
|
|
a/line-width: 5;
|
|
b/line-color: white;
|
|
b/line-width: 2;
|
|
}
|
|
|
|
|
|
|
|
|
|
// .roads-fill {
|
|
// ::fill {
|
|
|
|
// [feature = 'highway_service'] {
|
|
// line-color: @service-fill;
|
|
// line-width: 1;
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
// .access::fill {
|
|
// [access = 'no'] {
|
|
// [feature = 'highway_service'] {
|
|
// top/line-width: 3;
|
|
// top/line-color: @private-marking;
|
|
// top/line-dasharray: 6,8;
|
|
// }
|
|
// }
|
|
// } |