Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 65: | Line 65: | ||
if (map.getZoom() < minZoomLevel) map.setZoom(minZoomLevel); | if (map.getZoom() < minZoomLevel) map.setZoom(minZoomLevel); | ||
}); | }); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
var FragotownMarker = new google.maps.Marker({ | var FragotownMarker = new google.maps.Marker({ | ||
Line 100: | Line 78: | ||
icon: "/wiki/images/f/f7/Greendungeonicon.png", | icon: "/wiki/images/f/f7/Greendungeonicon.png", | ||
title:"Dark Konung's Tomb", | title:"Dark Konung's Tomb", | ||
- | + | }); | |
+ | |||
+ | var RobberVault = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Robber's Vault", | ||
+ | }); | ||
+ | |||
+ | var SavageDens = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Savage Dens", | ||
+ | }); | ||
+ | |||
+ | var WolfLair = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Wolf's Lair", | ||
+ | }); | ||
+ | |||
+ | var CastlePantry = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Castle Pantry", | ||
+ | }); | ||
+ | |||
+ | var PoisonedSpring = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Poisoned Spring", | ||
+ | }); | ||
+ | |||
+ | var RobbersCamp = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Robbers Camp", | ||
+ | }); | ||
+ | |||
+ | var Underwater = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Underwater Temple / Grandmother's Cave", | ||
+ | }); | ||
+ | |||
+ | var RedWitch = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Yard of the Red Witch", | ||
+ | }); | ||
+ | |||
+ | var AbandonedBonekeep = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Abandoned Bonekeep", | ||
+ | }); | ||
+ | |||
+ | var WhiteWorm = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"White Worm Lair", | ||
+ | }); | ||
+ | |||
+ | var WinterCastle = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Winter Castle", | ||
+ | }); | ||
+ | |||
+ | var NightGates = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Gates of Night", | ||
+ | }); | ||
+ | |||
+ | var PrisonAncientGods = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(-89.128166,16.829451), | ||
+ | map: map, | ||
+ | title:"Prison of Ancient Gods", | ||
}); | }); | ||
Revision as of 07:10, 5 April 2015
Coordinates