Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 45: | Line 45: | ||
title:"Fragotown" | title:"Fragotown" | ||
}); | }); | ||
- | + | } | |
+ | var marker = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(0,0), | ||
+ | map: map, | ||
+ | title:"0,0" | ||
+ | }); | ||
+ | } | ||
+ | var marker = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(1,0), | ||
+ | map: map, | ||
+ | title:"1,0" | ||
+ | }); | ||
+ | } | ||
+ | var marker = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(0,1), | ||
+ | map: map, | ||
+ | title:"0,1" | ||
+ | }); | ||
+ | } | ||
// Normalizes the coords that tiles repeat across the x axis (horizontally) | // Normalizes the coords that tiles repeat across the x axis (horizontally) |
Revision as of 16:25, 3 April 2015