diff --git a/src/assets/dash_clientside.js b/src/assets/dash_clientside.js index ac90e35..9fec853 100644 --- a/src/assets/dash_clientside.js +++ b/src/assets/dash_clientside.js @@ -8,7 +8,7 @@ window.dash_clientside = Object.assign({}, window.dash_clientside, { // fixe (contrairement aux tracés SVG, redimensionnés visuellement // pendant l'animation de zoom). if (feature.properties.is_home) { - const size = 16; + const size = 26; const icon = L.divIcon({ html: `
`, className: "org-home-marker", diff --git a/tests/users.test.sqlite b/tests/users.test.sqlite index 3808e15..6118b3f 100644 Binary files a/tests/users.test.sqlite and b/tests/users.test.sqlite differ