This now does everything I want from it. Achievement unlocked.

This commit is contained in:
Simon Brooke 2020-02-24 15:26:26 +00:00
parent 392a225691
commit f675cf6519
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
4 changed files with 182 additions and 36 deletions

View file

@ -64,6 +64,12 @@ samp {
padding-left: 10%;
}
.geocsv {
height: 600px;
width: 80%;
border: thin solid gray;
}
.leaflet-popup-content h5 {
width: 80%;
}