Ajout du point général "Interhack Camp"

This commit is contained in:
EpicKiwi 2026-04-02 19:44:20 +02:00
parent b18e973b5e
commit 2bd390d1e2
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
2 changed files with 20 additions and 0 deletions

View file

@ -71,6 +71,18 @@ export async function init(){
maxZoom: 21
}).addTo(map)
L.marker(
map_center,
{
icon: L.divIcon({
html: `<img src="./logo.png" alt="Logo du camp interhack" />`,
className: "center-marker"
}),
title: "Camp Interhack 2026",
minZoom: 18,
}
).addTo(map)
// Parametrage de la carte initiale
map.setMaxBounds(map_bounds)
map.setView(map_center, 19, {