Pie charts for clusters

This commit is contained in:
Timothy Armes
2023-07-19 11:25:39 +02:00
parent 8c38ed7991
commit 924c799208
7 changed files with 190 additions and 157 deletions
-31
View File
@@ -1,31 +0,0 @@
.marker-cluster-Classic {
background-color: rgba(145, 231, 135, 0.6);
}
.marker-cluster-Classic div {
background-color: rgba(36, 171, 33, 0.6);
}
.marker-cluster-Rapid {
background-color: rgba(85, 150, 201, 0.6);
}
.marker-cluster-Rapid div {
background-color: rgba(39, 128, 201, 0.6);
}
.marker-cluster-Blitz {
background-color: rgba(217, 211, 84, 0.6);
}
.marker-cluster-Blitz div {
background-color: rgba(202, 196, 39, 0.6);
}
.marker-cluster-Other {
background-color: rgba(211, 67, 84, 0.6);
}
.marker-cluster-Other div {
background-color: rgba(203, 41, 60, 0.6);
}