Skip to content

Commit

Permalink
Better infowindow centering
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdev committed Apr 12, 2012
1 parent d725be9 commit ea48422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map.js
Expand Up @@ -66,7 +66,7 @@ var OGPIcon = L.Icon.extend({
shadowUrl: null,
iconSize: new L.Point(19, 19),
iconAnchor: new L.Point(9, 9),
popupAnchor: new L.Point(0, 5)
popupAnchor: new L.Point(1, 10)
});

function addMarker(map, case_study){
Expand Down

0 comments on commit ea48422

Please sign in to comment.