diff --git a/template/includes/head.twig b/template/includes/head.twig index a04fe81..0b78ba7 100644 --- a/template/includes/head.twig +++ b/template/includes/head.twig @@ -48,6 +48,10 @@ text-decoration: none; color: #000; } + + img.leaflet-tile { + image-rendering: pixelated; + } {% endif %} diff --git a/template/map.twig b/template/map.twig index dc9a105..2430873 100644 --- a/template/map.twig +++ b/template/map.twig @@ -6,7 +6,9 @@