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 18: Line 18:
  
 
<googlemap zoom="8" height="1074" lat=2000 lon=1500 controls="small" showposition="yes" showregion="yes" scrollwheel="nothing">
 
<googlemap zoom="8" height="1074" lat=2000 lon=1500 controls="small" showposition="yes" showregion="yes" scrollwheel="nothing">
(GH) 1560,2046, CIR Guild
+
var Marble = new google.maps.Circle({
 +
  center:2000,1600
 +
  radius:30,
 +
  strokeColor:"#0000FF",
 +
  strokeOpacity:0.8,
 +
  strokeWeight:2,
 +
  fillColor:"#0000FF",
 +
  fillOpacity:0.4
 +
});
 
(DotGr) 2000, 1600,
 
(DotGr) 2000, 1600,
 
(DotRd) 1970, 1600,
 
(DotRd) 1970, 1600,
Line 30: Line 38:
 
<br><br>
 
<br><br>
 
</googlemap>
 
</googlemap>
var Marble = new google.maps.Circle({
 
  center:2000,1600
 
  radius:30,
 
  strokeColor:"#0000FF",
 
  strokeOpacity:0.8,
 
  strokeWeight:2,
 
  fillColor:"#0000FF",
 
  fillOpacity:0.4
 
});
 

Revision as of 22:02, 8 August 2013