Skip to content

Commit

Permalink
Merge pull request #11 from sabas/patch-1
Browse files Browse the repository at this point in the history
Fix anchor
  • Loading branch information
madbob committed Oct 9, 2014
2 parents ff0f7d3 + fa5aa00 commit 467b5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappa/mappa.js
Expand Up @@ -9,8 +9,8 @@ var attr = 'Map Data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a>
var MapIcon = L.Icon.extend({
options:{
iconSize: [16, 19],
popupAnchor: [-8, 0],
iconAnchor: [16, 19],
popupAnchor: [1, -19],
iconAnchor: [8, 19],
iconUrl: '/immagini/icon.png'
}
});
Expand Down

0 comments on commit 467b5c6

Please sign in to comment.