diff --git a/css/main.css b/css/main.css index 38977ce..61ad3ae 100644 --- a/css/main.css +++ b/css/main.css @@ -807,6 +807,11 @@ header .search form input[type='submit'] { visibility: visible; } +/* workaround for subpixel lines https://github.com/Leaflet/Leaflet/issues/3575#issuecomment-688644225 */ +.leaflet-tile-container img { + width: 256.5px !important; + height: 256.5px !important; +} @media only screen and (min-width: 900px) { } diff --git a/index.html b/index.html index 6e4ec61..aeaed30 100644 --- a/index.html +++ b/index.html @@ -378,6 +378,7 @@