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">
 +
(DotGr) 2000, 1600,
 +
(DotRd) 1970, 1600,
 +
(DotRd) 2030, 1600,
 +
(DotRd) 2000, 1630,
 +
(DotRd) 1970, 1630,
 +
(DotRd) 2030, 1630,
 +
(DotRd) 2030, 1570,
 +
(DotRd) 2000, 1570,
 +
(DotRd) 1970, 1570,
 +
<br><br>
 +
</googlemap>
 +
 
     var MarbleprospectOptions = {
 
     var MarbleprospectOptions = {
 
       strokeColor: '#FF0000',
 
       strokeColor: '#FF0000',
Line 30: Line 42:
 
     cityCircle = new google.maps.Circle(MarbleprospectOptions);
 
     cityCircle = new google.maps.Circle(MarbleprospectOptions);
 
   }
 
   }
 
(DotGr) 2000, 1600,
 
(DotRd) 1970, 1600,
 
(DotRd) 2030, 1600,
 
(DotRd) 2000, 1630,
 
(DotRd) 1970, 1630,
 
(DotRd) 2030, 1630,
 
(DotRd) 2030, 1570,
 
(DotRd) 2000, 1570,
 
(DotRd) 1970, 1570,
 
<br><br>
 
</googlemap>
 

Revision as of 22:11, 8 August 2013


   var MarbleprospectOptions = {
     strokeColor: '#FF0000',
     strokeOpacity: 0.8,
     strokeWeight: 2,
     fillColor: '#FF0000',
     fillOpacity: 0.35,
     map: map,
     center: 2000, 1600,
     radius: 30
   };
   cityCircle = new google.maps.Circle(MarbleprospectOptions);
 }