|
|
Line 76: |
Line 76: |
| }); | | }); |
| | | |
- | /* var DarkKonungMarker = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-89.128166,16.829451),
| |
- | map: map,
| |
- | icon: "/wiki/images/1/12/Untitled-5.png",
| |
- | optimized: false,
| |
- | title:"Dark Konung's Tomb"
| |
- | });
| |
| | | |
- | var RobberVault = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-89.089905,47.766951),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Robber's Vault"
| |
- | });
| |
- |
| |
- | var SavageDens = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-89.221718,29.309920),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Savage Dens"
| |
- | });
| |
- |
| |
- | var WolfLair = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-89.931470,45.657576),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Wolf's Lair"
| |
- | });
| |
- |
| |
- | var CastlePantry = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-89.870076,-49.527971),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Castle Pantry"
| |
- | });
| |
- |
| |
- | var PoisonedSpring = new google.maps.Marker({
| |
- | position: new google.maps.LatLng( -89.848769,-88.551408),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Poisoned Spring"
| |
- | });
| |
- |
| |
- | var RobbersCamp = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-88.900931,-51.901018),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Robbers Camp"
| |
- | });
| |
- |
| |
- | var Underwater = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-87.884290,-87.760393),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Underwater Temple / Grandmother's Cave"
| |
- | });
| |
- |
| |
- | var RedWitch = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-82.335838,-100.152971),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Yard of the Red Witch"
| |
- | });
| |
- |
| |
- | var AbandonedBonekeep = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(-62.927026,-64.293596),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Abandoned Bonekeep"
| |
- | });
| |
- |
| |
- | var WhiteWorm = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(24.423564,-113.072893),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"White Worm Lair"
| |
- | });
| |
- |
| |
- | var WinterCastle = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(32.450837,-79.059221),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Winter Castle"
| |
- | });
| |
- |
| |
- | var NightGates = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(65.319363,-104.108049),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Gates of Night"
| |
- | });
| |
- |
| |
- | var PrisonAncientGods = new google.maps.Marker({
| |
- | position: new google.maps.LatLng(67.329878,-103.844377),
| |
- | map: map,
| |
- | optimized: false,
| |
- | title:"Prison of Ancient Gods"
| |
- | });
| |
- | */
| |
| | | |
| //Report Coordinates | | //Report Coordinates |
Line 232: |
Line 134: |
| size: new google.maps.Size(21, 20), // Marker size (pixel width, pixel length) | | size: new google.maps.Size(21, 20), // Marker size (pixel width, pixel length) |
| origin: new google.maps.Point(10.5,10), // Image origin | | origin: new google.maps.Point(10.5,10), // Image origin |
- | anchor: new google.maps.Point(10.5, 10) // Point affixed onto map. | + | anchor: new google.maps.Point(10.5, 10) // Point affixed onto map |
| }; | | }; |
| var shape = { | | var shape = { |