0

leaflet: Reimplement coordinate box on bottom left

I'd move the event setup into addTo, but JS is utter garbage and thinks
"this" in a function callback like that should be whatever, not where you
actually define it.
This commit is contained in:
Nicolas F
2017-03-13 14:04:37 +01:00
parent 7a6b9973c2
commit 84b52326dc
4 changed files with 48 additions and 2 deletions

View File

@@ -164,3 +164,12 @@ div.worldcontrol select {
color: #333;
font-size: 1.2em;
}
.leaflet-container .coordbox {
box-shadow: none;
font-size: 11px;
background: rgba(255, 255, 255, 0.7);
margin: 0;
padding: 0 5px;
color: #333;
}