Updated README.md file

This commit is contained in:
Nihal Mirpuri
2013-09-24 23:36:17 +10:00
parent 39ea0a4a85
commit 773c7d4a6f
2 changed files with 6 additions and 49 deletions

View File

@ -45,7 +45,7 @@ window.plugin.overlayKML.load = function() {
iconUrl: '@@INCLUDEIMAGE:images/marker-icon.png@@',
iconSize: [16, 24], // size of the icon
iconAnchor: [16, 8], // point of the icon which will correspond to marker's location
iconAnchor: [8, 24], // point of the icon which will correspond to marker's location
popupAnchor: [-3, 16] // point from which the popup should open relative to the iconAnchor
});