mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-06-16 21:30:23 +02:00
14 lines
275 B
Text
14 lines
275 B
Text
Map { background-color: white; }
|
|
|
|
#test {
|
|
marker-type: ellipse;
|
|
marker-line-width: 1;
|
|
marker-line-color: blue;
|
|
marker-fill: red;
|
|
marker-spacing: 100;
|
|
[id=1] {
|
|
marker-opacity: 0.5;
|
|
marker-spacing: 200;
|
|
marker-transform: "scale(0.8) rotate(180)";
|
|
}
|
|
}
|