Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 121: | Line 121: | ||
function setMarkers(map, locations) { | function setMarkers(map, locations) { | ||
var dungeonimage = { | var dungeonimage = { | ||
- | url: '/wiki/images/ | + | url: '/wiki/images/f/f7/Greendungeonicon.png', |
- | size: new google.maps.Size( | + | size: new google.maps.Size(40, 40), |
- | origin: new google.maps.Point( | + | origin: new google.maps.Point(20,20), |
- | anchor: new google.maps.Point( | + | anchor: new google.maps.Point(20, 20) |
}; | }; | ||
var shape = { | var shape = { | ||
- | coords: [0, 0, 0, | + | coords: [0, 0, 0, 40, 40, 40 , 40, 0], |
type: 'poly' | type: 'poly' | ||
}; | }; |
Revision as of 22:38, 6 April 2015