The Wiki for Tale 6 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "User:Sneferu/Marble and dowsing"

From ATITD6
Jump to navigationJump to search
Line 30: Line 30:
 
<br><br>
 
<br><br>
 
</googlemap>
 
</googlemap>
 
 
<!DOCTYPE html>
 
<html>
 
<head>
 
<script
 
src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDY0kkJiTPVd2U7aTOAwhc9ySH6oHxOIYM&sensor=false">
 
</script>
 
 
<script>
 
var amsterdam=new google.maps.LatLng(52.395715,4.888916);
 
function initialize()
 
{
 
var mapProp = {
 
  center:amsterdam,
 
  zoom:7,
 
  mapTypeId:google.maps.MapTypeId.ROADMAP
 
  };
 
 
 
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
 
 
var myCity = new google.maps.Circle({
 
  center:amsterdam,
 
  radius:20000,
 
  strokeColor:"#0000FF",
 
  strokeOpacity:0.8,
 
  strokeWeight:2,
 
  fillColor:"#0000FF",
 
  fillOpacity:0.4
 
  });
 
 
myCity.setMap(map);
 
}
 
 
google.maps.event.addDomListener(window, 'load', initialize);
 
</script>
 
</head>
 
 
<body>
 
<div id="googleMap" style="width:500px;height:380px;"></div>
 
</body>
 
</html>
 

Revision as of 22:20, 8 August 2013