Open ghost opened 2 years ago
Label style css class used in client, as a reference:
.ggMarkerLabel {
padding: 2px 1px 0px 1px !important;
margin: -10px;
position: absolute;
border: 2px solid #ad0498 !important;
border-bottom-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #333333cc !important;
font-weight: bold !important;
font-size: 17px !important;
font-family: Courier New, Courier,Monospace !important;
color: white !important;
text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}
Try making the marker popups display in a similar style to client, smaller with less padding.
Move popup anchor to write just the round number on top or top right of the marker icon
Pick a good contrast and background for readability while not obscuring the marker icon. White text on darker bg would look good