fix: remove cooperativeGestures, increase fitBounds padding, add popups to embedded maps

This commit is contained in:
2026-06-19 22:01:54 +02:00
parent a363052f5f
commit f7df6ef37e
4 changed files with 16 additions and 24 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ map.on('load', function () {
if (ENTRIES.length === 1) {
map.jumpTo({ center: coords[0], zoom: 10 });
} else {
map.fitBounds(bounds, { padding: 60, maxZoom: 11 });
map.fitBounds(bounds, { padding: 100, maxZoom: 11 });
}
});
</script>