Author: kake Date: 2012-07-22 14:18:29 +0100 (Sun, 22 Jul 2012) New Revision: 1431
Modified: trunk/static/map-leaflet.js Log: Made the popups on the maps actually join up with the pointers.
Modified: trunk/static/map-leaflet.js =================================================================== --- trunk/static/map-leaflet.js 2012-07-15 16:00:21 UTC (rev 1430) +++ trunk/static/map-leaflet.js 2012-07-22 13:18:29 UTC (rev 1431) @@ -6,7 +6,7 @@ shadowUrl: null, iconSize: new L.Point( 32, 32 ), iconAnchor: new L.Point( 15, 32 ), - popupAnchor: new L.Point( 0, -40 ) + popupAnchor: new L.Point( 0, -30 ) } );
$(
openguides-commits@lists.openguides.org