X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/%7B%7B%20url_for%28%27user%27%2C%20userid=session.user.id%29%20%7D%7D?a=blobdiff_plain;f=contenu%2Fpage-carte_de_sites.html;h=8661a010e8281836d509586c344f89234ee9978b;hb=d0b32f4fd268076fec23a0a977be7d4b05e9e6c5;hp=28337fe896aeee831110d63227fb76ae363cc02b;hpb=790609dafd0a6525542324018ed12205359338ac;p=lhc%2Fweb%2Fspip_carte_de_sites.git diff --git a/contenu/page-carte_de_sites.html b/contenu/page-carte_de_sites.html index 28337fe..8661a01 100755 --- a/contenu/page-carte_de_sites.html +++ b/contenu/page-carte_de_sites.html @@ -18,9 +18,9 @@ var WorkshopIcon = L.Icon.extend({ iconUrl: '[(#LOGO_MOT||extraire_attribut{src}|url_absolue)]', shadowUrl: '[(#LOGO_MOT_SURVOL||extraire_attribut{src}|url_absolue)]', - iconSize: new L.Point(25, 41), - shadowSize: new L.Point(41, 41), - iconAnchor: new L.Point(13, 41), + iconSize: new L.Point(17, 28), + shadowSize: new L.Point(17, 17), + iconAnchor: new L.Point(13, 17), popupAnchor: new L.Point(0, -33) }); siteIcon = new WorkshopIcon()