Taille du point de l'org

This commit is contained in:
Colin Maudry
2026-07-03 22:29:04 +02:00
parent 86977bd37e
commit e763a0b878
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ window.dash_clientside = Object.assign({}, window.dash_clientside, {
// fixe (contrairement aux tracés SVG, redimensionnés visuellement // fixe (contrairement aux tracés SVG, redimensionnés visuellement
// pendant l'animation de zoom). // pendant l'animation de zoom).
if (feature.properties.is_home) { if (feature.properties.is_home) {
const size = 16; const size = 26;
const icon = L.divIcon({ const icon = L.divIcon({
html: `<div style="background-color: ${feature.properties.marker_color}; width: ${size}px; height: ${size}px; border-radius: 50%; border: 2px solid white; box-sizing: border-box;"></div>`, html: `<div style="background-color: ${feature.properties.marker_color}; width: ${size}px; height: ${size}px; border-radius: 50%; border: 2px solid white; box-sizing: border-box;"></div>`,
className: "org-home-marker", className: "org-home-marker",
Binary file not shown.