Taille du point de l'org
This commit is contained in:
@@ -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: `<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",
|
||||
|
||||
Reference in New Issue
Block a user