From 7fa2eda590137efaa7c706c4db7ca3b98a63a556 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Mon, 18 Sep 2023 19:42:59 +0200 Subject: [PATCH] fix: fix map zoom --- template/includes/head.twig | 4 ++++ template/map.twig | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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 @@