mirror of
https://github.com/gravitystorm/openstreetmap-carto.git
synced 2025-09-24 09:32:54 +02:00
24 lines
334 B
Text
24 lines
334 B
Text
#citywalls {
|
|
[zoom >= 14] {
|
|
line-color: grey;
|
|
line-width: 4;
|
|
line-opacity: 0.8;
|
|
[zoom >= 15] {
|
|
line-width: 6;
|
|
}
|
|
[zoom >= 16] {
|
|
line-width: 9;
|
|
}
|
|
}
|
|
}
|
|
|
|
.castlewalls {
|
|
[zoom >= 14] {
|
|
line-color: #999;
|
|
line-width: 1;
|
|
}
|
|
[zoom >= 16] {
|
|
line-color: #888;
|
|
line-width: 2;
|
|
}
|
|
}
|