<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.atitd.org/wiki/t7w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rogarian</id>
	<title>ATITD7 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.atitd.org/wiki/t7w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rogarian"/>
	<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/tale7/Special:Contributions/Rogarian"/>
	<updated>2026-04-06T07:47:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=24648</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=24648"/>
		<updated>2015-10-21T19:08:37Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Google Docs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello.&lt;br /&gt;
&lt;br /&gt;
I use this page mostly as a scratch pad, so no telling what you'll see. ;)&lt;br /&gt;
&lt;br /&gt;
=Google Docs=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlespreadsheet width=&amp;quot;600&amp;quot; height=&amp;quot;200&amp;quot; style=&amp;quot;width: 50%&amp;quot;&amp;gt;16JQvJ35nQ7OQbQQAwDjZpykG7RfoN1FY32_wdjNblds&amp;lt;/googlespreadsheet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Mumble View=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mumbleview&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Wiki Maps=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''', and '''6'''.  There will be no '''T7''' map.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&amp;lt;hr/&amp;gt;Clicking on the coordinates window will bring up an input window.&amp;lt;br /&amp;gt;A marker will appear at the entered coordinates.&amp;lt;br /&amp;gt;Clicking on the marker will remove it from the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[User:Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=23203</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=23203"/>
		<updated>2015-10-18T01:07:09Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello.&lt;br /&gt;
&lt;br /&gt;
I use this page mostly as a scratch pad, so no telling what you'll see. ;)&lt;br /&gt;
&lt;br /&gt;
=Google Docs=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlespreadsheet width=&amp;quot;600&amp;quot; height=&amp;quot;200&amp;quot; style=&amp;quot;width: 50%&amp;quot;&amp;gt;10vULJeA2EWUbRTkf_YILXLmQOLZrJ_XDvItKiLJTpGk&amp;lt;/googlespreadsheet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Mumble View=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mumbleview&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Wiki Maps=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''', and '''6'''.  There will be no '''T7''' map.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&amp;lt;hr/&amp;gt;Clicking on the coordinates window will bring up an input window.&amp;lt;br /&amp;gt;A marker will appear at the entered coordinates.&amp;lt;br /&amp;gt;Clicking on the marker will remove it from the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[User:Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Main_Page&amp;diff=6666</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Main_Page&amp;diff=6666"/>
		<updated>2015-09-17T18:17:16Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
=== '''Please keep all personal use pages in a subdirectory under your user page.''' ===&lt;br /&gt;
Instead of pages like Teao, or TeaoSkills, or Teao/Goals, use pages like User:Teao, User:Teao/Skills, User:Teao/Goals&amp;lt;br&amp;gt;&lt;br /&gt;
You can always access your own user page with the link at top of page or hitting alt-shift-. (alt shift period)&lt;br /&gt;
&lt;br /&gt;
=== '''Read before copying info from Tale 6 wiki: [[Main_Page#Information_from_Tale_6|Information from Tale 6]]''' ===&lt;br /&gt;
&lt;br /&gt;
== ''' Welcome To Tale 7''' ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Timers Start--&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
Egypt time currently is: http://armeagle.atitd.org/time.php.png?gameid=ATITD7A&amp;amp;ft=.png [http://armeagle.atitd.org/about.php ?]&amp;lt;br&amp;gt;&lt;br /&gt;
Real time finder: http://wwp.greenwichmeantime.com/info/current-time.htm&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Timers End--&amp;gt;&lt;br /&gt;
&amp;lt;!--Intro Start--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''See the section at the bottom on how to create a login!'''&lt;br /&gt;
&lt;br /&gt;
Welcome to A Wiki in the Desert, a wiki for the Massively Multiplayer On-line Role-Playing Game [http://www.atitd.com A Tale in the Desert].&lt;br /&gt;
&lt;br /&gt;
This wiki exists to document the game and to provide a community scratchpad for the players. You can find [[Guides]] on things such as growing flax, an [[Atlas]] of interesting places, and various personal pages created by the [[Special:ListUsers | Users]] and [[:Category:Guilds|Guilds]]. If you're looking to buy and sell, try [[Trading]]. Visit the [http://www.atitd.org/ community portal] for info on current events, debates on the forums, or just random chatter. These links and many more can be found in the wiki sidebar to the left. &lt;br /&gt;
&lt;br /&gt;
Anyone with an ATITD game account can edit any page on this site, but you will need to [[OpenID|log in]] first.  Please read the [http://meta.wikimedia.org/wiki/Help:Contents user's guide] and information on [[Help:Formatting | formatting]] to see how to edit, and read our [[Policies]] before editing.  Politics are not welcome (exception: [[Special:ListUsers | Users]] pages, but no personal attacks please) and, if you want to discuss something such as [[laws]], you'll find the [http://www.atitd.org/forum forums] more suitable. If you have any difficulties, please ask around in game or contact a [[ATITD7:Administrators|wiki admin]]. &lt;br /&gt;
&lt;br /&gt;
If you have a suggestion for how to improve the wiki software, please add it to the [[Server Improvements|Suggestions]] page.  If you have a suggestion for improving the content, please just go ahead and do it!  If you want to contribute but don't know how, start creating missing pages listed [[Special:WantedPages|here]], or verify the information in [[:Category:Unconfirmed|pages containing unchecked content copied from the T6 wiki]].&lt;br /&gt;
&lt;br /&gt;
We also have a voice chat server set up for [[Mumble]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Intro End--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
http://www.timezoneconverter.com/cgi-bin/tzc.tzc&lt;br /&gt;
&lt;br /&gt;
== Egypt-Wide Chat Channels ==&lt;br /&gt;
&lt;br /&gt;
== How To Register ==&lt;br /&gt;
&lt;br /&gt;
'''Note: that only people with T7 accounts can log into and edit the wiki. Anyone can read the wiki without an account.'''&lt;br /&gt;
&lt;br /&gt;
Before you can log in you must set your webpass in game:&lt;br /&gt;
* Log into the game and type '''/webpass atitd.org ''password'''''&lt;br /&gt;
** (meaning you replace '''''password''''' with a password of your choice - but not your game or bank one!).&lt;br /&gt;
&lt;br /&gt;
You can read a full guide on our [[OpenID]] page.&lt;br /&gt;
&lt;br /&gt;
== How to Log In ==&lt;br /&gt;
&lt;br /&gt;
The ATitD wiki uses [[OpenID]] to manage login accounts, allowing you to use the same user name in the game, in the forums, and on the wiki without setting up additional accounts. You can find login instructions on the [[OpenID]] page. &lt;br /&gt;
&lt;br /&gt;
'''If you have problems logging in, please come to #atitd-wiki in [http://atitd.org/irc/ IRC]'''&lt;br /&gt;
&lt;br /&gt;
== [[Events]] ==&lt;br /&gt;
&lt;br /&gt;
See full details on current and past events on the [[:Category:Events|Events]] page&lt;br /&gt;
&lt;br /&gt;
== Information from Tale 6 ==&lt;br /&gt;
If you copy information directly from an old Tale, make sure you tag the page with the &amp;lt;nowiki&amp;gt;{{T7}}&amp;lt;/nowiki&amp;gt; template so that it is clear that the information needs checking! (just put &amp;lt;nowiki&amp;gt;{{T7}}&amp;lt;/nowiki&amp;gt; at the top of the page edit) &lt;br /&gt;
&lt;br /&gt;
Also, as we clean up these pages please use &amp;lt;nowiki&amp;gt;{{7ok}}&amp;lt;/nowiki&amp;gt; template [[File:t7ok_small.gif]] to mark specific information as having been verified. Information that still needs to be verified should be marked with  &amp;lt;nowiki&amp;gt;{{7}}&amp;lt;/nowiki&amp;gt; template [[File:T7N.png]].&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
{{SideMumble}}&lt;br /&gt;
&lt;br /&gt;
;atitd.org services:&lt;br /&gt;
* [http://www.atitd.org/ Community portal front page]&lt;br /&gt;
* [http://www.atitd.org/forum/ Forums]&lt;br /&gt;
* Mumble [[Mumble|voice chat]] and [http://mumble.atitd.org/ who's online?]&lt;br /&gt;
* IRC: [irc://irc.sorcery.net/atitd #atitd] on sorcery.net&lt;br /&gt;
* Web based [http://atitd.org/irc/ IRC client] (goes to #atitd on Sorcery.Net by default)&lt;br /&gt;
; services from other users:&lt;br /&gt;
* [[atitd.xyz Teamspeak]] Server ts.atitd.xyz - Provided by [[User:feyth|feyth]]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Links ===&lt;br /&gt;
* [http://services.atitd.org/log.php Logs] of the System channel&lt;br /&gt;
* Old (public) Tale 1-6 wikis: [http://www.atitd.org/wiki/tale1 Tale1], [http://www.atitd.org/wiki/tale2 Tale2], [http://www.atitd.org/wiki/tale3 Tale3], [http://www.atitd.org/wiki/tale4 Tale4], [http://www.atitd.org/wiki/tale5 Tale5] [http://www.atitd.org/wiki/tale6 Tale6]&lt;br /&gt;
* Community portal [http://stats.atitd.org/ server statistics]&lt;br /&gt;
* [http://twitter.com/atitd Twitter feed] of the System channel [Currently Unused]&lt;br /&gt;
&lt;br /&gt;
__NOCACHE__&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Main_Page&amp;diff=6664</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Main_Page&amp;diff=6664"/>
		<updated>2015-09-17T17:53:47Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
=== '''Please keep all personal use pages in a subdirectory under your user page.''' ===&lt;br /&gt;
Instead of pages like Teao, or TeaoSkills, or Teao/Goals, use pages like User:Teao, User:Teao/Skills, User:Teao/Goals&amp;lt;br&amp;gt;&lt;br /&gt;
You can always access your own user page with the link at top of page or hitting alt-shift-. (alt shift period)&lt;br /&gt;
&lt;br /&gt;
=== '''Read before copying info from Tale 6 wiki: [[Main_Page#Information_from_Tale_6|Information from Tale 6]]''' ===&lt;br /&gt;
&lt;br /&gt;
== ''' Welcome To Tale 7''' ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Timers Start--&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
Egypt time currently is: http://armeagle.atitd.org/time.php.png?gameid=ATITD7A&amp;amp;ft=.png [http://armeagle.atitd.org/about.php ?]&amp;lt;br&amp;gt;&lt;br /&gt;
Real time finder: http://wwp.greenwichmeantime.com/info/current-time.htm&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Timers End--&amp;gt;&lt;br /&gt;
&amp;lt;!--Intro Start--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''See the section at the bottom on how to create a login!'''&lt;br /&gt;
&lt;br /&gt;
Welcome to A Wiki in the Desert, a wiki for the Massively Multiplayer On-line Role-Playing Game [http://www.atitd.com A Tale in the Desert].&lt;br /&gt;
&lt;br /&gt;
This wiki exists to document the game and to provide a community scratchpad for the players. You can find [[Guides]] on things such as growing flax, an [[Atlas]] of interesting places, and various personal pages created by the [[Special:ListUsers | Users]] and [[:Category:Guilds|Guilds]]. If you're looking to buy and sell, try [[Trading]]. Visit the [http://www.atitd.org/ community portal] for info on current events, debates on the forums, or just random chatter. These links and many more can be found in the wiki sidebar to the left. &lt;br /&gt;
&lt;br /&gt;
Anyone with an ATITD game account can edit any page on this site, but you will need to [[OpenID|log in]] first.  Please read the [http://meta.wikimedia.org/wiki/Help:Contents user's guide] and information on [[Help:Formatting | formatting]] to see how to edit, and read our [[Policies]] before editing.  Politics are not welcome (exception: [[Special:ListUsers | Users]] pages, but no personal attacks please) and, if you want to discuss something such as [[laws]], you'll find the [http://www.atitd.org/forum forums] more suitable. If you have any difficulties, please ask around in game or contact a [[ATITD7:Administrators|wiki admin]]. &lt;br /&gt;
&lt;br /&gt;
If you have a suggestion for how to improve the wiki software, please add it to the [[Server Improvements|Suggestions]] page.  If you have a suggestion for improving the content, please just go ahead and do it!  If you want to contribute but don't know how, start creating missing pages listed [[Special:WantedPages|here]], or verify the information in [[:Category:Unconfirmed|pages containing unchecked content copied from the T6 wiki]].&lt;br /&gt;
&lt;br /&gt;
We also have a voice chat server set up for [[Mumble]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Intro End--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
http://www.timezoneconverter.com/cgi-bin/tzc.tzc&lt;br /&gt;
&lt;br /&gt;
== Egypt-Wide Chat Channels ==&lt;br /&gt;
&lt;br /&gt;
== How To Register ==&lt;br /&gt;
&lt;br /&gt;
'''Note: that only people with T7 accounts can log into and edit the wiki. Anyone can read the wiki without an account.'''&lt;br /&gt;
&lt;br /&gt;
Before you can log in you must set your webpass in game:&lt;br /&gt;
* Log into the game and type '''/webpass atitd.org ''password'''''&lt;br /&gt;
** (meaning you replace '''''password''''' with a password of your choice - but not your game or bank one!).&lt;br /&gt;
&lt;br /&gt;
You can read a full guide on our [[OpenID]] page.&lt;br /&gt;
&lt;br /&gt;
== How to Log In ==&lt;br /&gt;
&lt;br /&gt;
The ATitD wiki uses [[OpenID]] to manage login accounts, allowing you to use the same user name in the game, in the forums, and on the wiki without setting up additional accounts. You can find login instructions on the [[OpenID]] page. &lt;br /&gt;
&lt;br /&gt;
'''If you have problems logging in, please come to #atitd-wiki in [http://atitd.org/irc/ IRC]'''&lt;br /&gt;
&lt;br /&gt;
== [[Events]] ==&lt;br /&gt;
&lt;br /&gt;
See full details on current and past events on the [[:Category:Events|Events]] page&lt;br /&gt;
&lt;br /&gt;
== Information from Tale 6 ==&lt;br /&gt;
If you copy information directly from an old Tale, make sure you tag the page with the &amp;lt;nowiki&amp;gt;{{T7}}&amp;lt;/nowiki&amp;gt; template so that it is clear that the information needs checking! (just put &amp;lt;nowiki&amp;gt;{{T7}}&amp;lt;/nowiki&amp;gt; at the top of the page edit) &lt;br /&gt;
&lt;br /&gt;
Also, as we clean up these pages please use &amp;lt;nowiki&amp;gt;{{7ok}}&amp;lt;/nowiki&amp;gt; template [[File:t7ok_small.gif]] to mark specific information as having been verified. Information that still needs to be verified should be marked with  &amp;lt;nowiki&amp;gt;{{7}}&amp;lt;/nowiki&amp;gt; template [[File:T7N.png]].&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
{{SideMumble}}&lt;br /&gt;
&lt;br /&gt;
;atitd.org services:&lt;br /&gt;
* [http://www.atitd.org/ Community portal front page]&lt;br /&gt;
* [http://www.atitd.org/forum/ Forums]&lt;br /&gt;
* Mumble [[Mumble|voice chat]] and [http://mumble.atitd.org/ who's online?]&lt;br /&gt;
* IRC: [irc://irc.sorcery.net/atitd #atitd] on sorcery.net&lt;br /&gt;
* Web based [http://atitd.org/irc/ IRC client] (goes to #atitd on Sorcery.Net by default)&lt;br /&gt;
; services from other users:&lt;br /&gt;
* [[atitd.xyz Teamspeak]] Server ts.atitd.xyz - Provided by [[User:feyth|feyth]]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Links ===&lt;br /&gt;
* [http://services.atitd.org/log.php Logs] of the System channel&lt;br /&gt;
* Old (public) Tale 1-6 wikis: [http://www.atitd.org/wiki/tale1 Tale1], [http://www.atitd.org/wiki/tale2 Tale2], [http://www.atitd.org/wiki/tale3 Tale3], [http://www.atitd.org/wiki/tale4 Tale4], [http://www.atitd.org/wiki/tale5 Tale5] [http://www.atitd.org/wiki/tale6 Tale6]&lt;br /&gt;
* Community portal [http://stats.atitd.org/ server statistics]&lt;br /&gt;
* [http://twitter.com/atitd Twitter feed] of the System channel [Currently Unused]&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Main_Page&amp;diff=6661</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Main_Page&amp;diff=6661"/>
		<updated>2015-09-17T17:49:16Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
=== '''Please keep all personal use pages in a subdirectory under your user page.''' ===&lt;br /&gt;
Instead of pages like Teao, or TeaoSkills, or Teao/Goals, use pages like User:Teao, User:Teao/Skills, User:Teao/Goals&amp;lt;br&amp;gt;&lt;br /&gt;
You can always access your own user page with the link at top of page or hitting alt-shift-. (alt shift period)&lt;br /&gt;
&lt;br /&gt;
=== '''Read before copying info from Tale 6 wiki: [[Main_Page#Information_from_Tale_6|Information from Tale 6]]''' ===&lt;br /&gt;
&lt;br /&gt;
== ''' Welcome To Tale 7''' ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Timers Start--&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
Egypt time currently is: http://armeagle.atitd.org/time.php.png?gameid=ATITD7A&amp;amp;ft=.png [http://armeagle.atitd.org/about.php ?]&amp;lt;br&amp;gt;&lt;br /&gt;
Real time finder: http://wwp.greenwichmeantime.com/info/current-time.htm&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Timers End--&amp;gt;&lt;br /&gt;
&amp;lt;!--Intro Start--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''See the section at the bottom on how to create a login!'''&lt;br /&gt;
&lt;br /&gt;
Welcome to A Wiki in the Desert, a wiki for the Massively Multiplayer On-line Role-Playing Game [http://www.atitd.com A Tale in the Desert].&lt;br /&gt;
&lt;br /&gt;
This wiki exists to document the game and to provide a community scratchpad for the players. You can find [[Guides]] on things such as growing flax, an [[Atlas]] of interesting places, and various personal pages created by the [[Special:ListUsers | Users]] and [[:Category:Guilds|Guilds]]. If you're looking to buy and sell, try [[Trading]]. Visit the [http://www.atitd.org/ community portal] for info on current events, debates on the forums, or just random chatter. These links and many more can be found in the wiki sidebar to the left. &lt;br /&gt;
&lt;br /&gt;
Anyone with an ATITD game account can edit any page on this site, but you will need to [[OpenID|log in]] first.  Please read the [http://meta.wikimedia.org/wiki/Help:Contents user's guide] and information on [[Help:Formatting | formatting]] to see how to edit, and read our [[Policies]] before editing.  Politics are not welcome (exception: [[Special:ListUsers | Users]] pages, but no personal attacks please) and, if you want to discuss something such as [[laws]], you'll find the [http://www.atitd.org/forum forums] more suitable. If you have any difficulties, please ask around in game or contact a [[ATITD7:Administrators|wiki admin]]. &lt;br /&gt;
&lt;br /&gt;
If you have a suggestion for how to improve the wiki software, please add it to the [[Server Improvements|Suggestions]] page.  If you have a suggestion for improving the content, please just go ahead and do it!  If you want to contribute but don't know how, start creating missing pages listed [[Special:WantedPages|here]], or verify the information in [[:Category:Unconfirmed|pages containing unchecked content copied from the T6 wiki]].&lt;br /&gt;
&lt;br /&gt;
We also have a voice chat server set up for [[Mumble]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Intro End--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
http://www.timezoneconverter.com/cgi-bin/tzc.tzc&lt;br /&gt;
&lt;br /&gt;
== Egypt-Wide Chat Channels ==&lt;br /&gt;
&lt;br /&gt;
== How To Register ==&lt;br /&gt;
&lt;br /&gt;
'''Note: that only people with T7 accounts can log into and edit the wiki. Anyone can read the wiki without an account.'''&lt;br /&gt;
&lt;br /&gt;
Before you can log in you must set your webpass in game:&lt;br /&gt;
* Log into the game and type '''/webpass atitd.org ''password'''''&lt;br /&gt;
** (meaning you replace '''''password''''' with a password of your choice - but not your game or bank one!).&lt;br /&gt;
&lt;br /&gt;
You can read a full guide on our [[OpenID]] page.&lt;br /&gt;
&lt;br /&gt;
== How to Log In ==&lt;br /&gt;
&lt;br /&gt;
The ATitD wiki uses [[OpenID]] to manage login accounts, allowing you to use the same user name in the game, in the forums, and on the wiki without setting up additional accounts. You can find login instructions on the [[OpenID]] page. &lt;br /&gt;
&lt;br /&gt;
'''If you have problems logging in, please come to #atitd-wiki in [http://atitd.org/irc/ IRC]'''&lt;br /&gt;
&lt;br /&gt;
== [[Events]] ==&lt;br /&gt;
&lt;br /&gt;
See full details on current and past events on the [[:Category:Events|Events]] page&lt;br /&gt;
&lt;br /&gt;
== Information from Tale 6 ==&lt;br /&gt;
If you copy information directly from an old Tale, make sure you tag the page with the &amp;lt;nowiki&amp;gt;{{T7}}&amp;lt;/nowiki&amp;gt; template so that it is clear that the information needs checking! (just put &amp;lt;nowiki&amp;gt;{{T7}}&amp;lt;/nowiki&amp;gt; at the top of the page edit) &lt;br /&gt;
&lt;br /&gt;
Also, as we clean up these pages please use &amp;lt;nowiki&amp;gt;{{7ok}}&amp;lt;/nowiki&amp;gt; template [[File:t7ok_small.gif]] to mark specific information as having been verified. Information that still needs to be verified should be marked with  &amp;lt;nowiki&amp;gt;{{7}}&amp;lt;/nowiki&amp;gt; template [[File:T7N.png]].&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
{{SideMumble}}&lt;br /&gt;
&lt;br /&gt;
;atitd.org services:&lt;br /&gt;
* [http://www.atitd.org/ Community portal front page]&lt;br /&gt;
* [http://www.atitd.org/forum/ Forums]&lt;br /&gt;
* Mumble [[Mumble|voice chat]] and [http://mumble.atitd.org/ who's online?]&lt;br /&gt;
* IRC: [irc://irc.sorcery.net/atitd #atitd] on sorcery.net&lt;br /&gt;
* Web based [http://atitd.org/irc/ IRC client] (goes to #atitd on Sorcery.Net by default)&lt;br /&gt;
; services from other users:&lt;br /&gt;
* [[atitd.xyz Teamspeak]] Server ts.atitd.xyz - Provided by [[User:feyth|feyth]]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Links ===&lt;br /&gt;
* [http://services.atitd.org/log.php Logs] of the System channel&lt;br /&gt;
* Old (public) Tale 1-6 wikis: [http://www.atitd.org/wiki/tale1 Tale1], [http://www.atitd.org/wiki/tale2 Tale2], [http://www.atitd.org/wiki/tale3 Tale3], [http://www.atitd.org/wiki/tale4 Tale4], [http://www.atitd.org/wiki/tale5 Tale5] [http://www.atitd.org/wiki/tale6 Tale6]&lt;br /&gt;
* Community portal [http://stats.atitd.org/ server statistics]&lt;br /&gt;
* [http://twitter.com/atitd Twitter feed] of the System channel [Currently Unused]&lt;br /&gt;
&lt;br /&gt;
__NOCACHE__&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Template:SideMumble&amp;diff=6610</id>
		<title>Template:SideMumble</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Template:SideMumble&amp;diff=6610"/>
		<updated>2015-09-17T15:49:45Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style='border: 1px; border-spacing: 0; float: right; clear: right;'&lt;br /&gt;
|-&lt;br /&gt;
|  | &amp;lt;mumbleview&amp;gt;&amp;lt;/mumbleview&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category: Template]]{{DEFAULTSORT:SideMumble}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=3233</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=3233"/>
		<updated>2015-09-13T19:51:51Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Map Customization / Tag Attributes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello.&lt;br /&gt;
&lt;br /&gt;
I use this page mostly as a scratch pad, so no telling what you'll see. ;)&lt;br /&gt;
&lt;br /&gt;
=Mumble View=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mumbleview&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Wiki Maps=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''', and '''6'''.  There will be no '''T7''' map.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&amp;lt;hr/&amp;gt;Clicking on the coordinates window will bring up an input window.&amp;lt;br /&amp;gt;A marker will appear at the entered coordinates.&amp;lt;br /&amp;gt;Clicking on the marker will remove it from the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[User:Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=3231</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=3231"/>
		<updated>2015-09-13T19:51:32Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Wiki Maps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello.&lt;br /&gt;
&lt;br /&gt;
I use this page mostly as a scratch pad, so no telling what you'll see. ;)&lt;br /&gt;
&lt;br /&gt;
=Mumble View=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mumbleview&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Wiki Maps=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|7&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''', and '''6'''.  There will be no '''T7''' map.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&amp;lt;hr/&amp;gt;Clicking on the coordinates window will bring up an input window.&amp;lt;br /&amp;gt;A marker will appear at the entered coordinates.&amp;lt;br /&amp;gt;Clicking on the marker will remove it from the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[User:Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=3123</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=3123"/>
		<updated>2015-09-13T17:21:54Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello.&lt;br /&gt;
&lt;br /&gt;
I use this page mostly as a scratch pad, so no telling what you'll see. ;)&lt;br /&gt;
&lt;br /&gt;
=Mumble View=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mumbleview&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Wiki Maps=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|7&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''', '''6''' and '''7'''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&amp;lt;hr/&amp;gt;Clicking on the coordinates window will bring up an input window.&amp;lt;br /&amp;gt;A marker will appear at the entered coordinates.&amp;lt;br /&amp;gt;Clicking on the marker will remove it from the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[User:Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Mumble&amp;diff=2583</id>
		<title>Mumble</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Mumble&amp;diff=2583"/>
		<updated>2015-09-13T03:07:19Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Voice Chat ==&lt;br /&gt;
&lt;br /&gt;
We're now running [http://mumble.sourceforge.net/Main_Page Mumble]&lt;br /&gt;
&lt;br /&gt;
To create an account on mumble just log in and register yourself.&lt;br /&gt;
* server address: mumble.atitd.org &lt;br /&gt;
* port: 64738 &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Who's on? See http://mumble.atitd.org/cgi-bin/viewer.pl&lt;br /&gt;
&lt;br /&gt;
If you need help, find Teao and/or Rogarian in Sorcery IRC #atitd-wiki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mumbleview&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian/GoogleMapMarkerTest&amp;diff=2581</id>
		<title>User:Rogarian/GoogleMapMarkerTest</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian/GoogleMapMarkerTest&amp;diff=2581"/>
		<updated>2015-09-13T03:03:21Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: Created page with &amp;quot;== Marker Test ==  &amp;lt;googlemap  lat=1010  lon=0  zoom=2  width=1024  height=1024  icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;  iconsize=&amp;quot;32x32&amp;quot;  type=game &amp;gt;  (A) -1700, 7...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Marker Test ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlemap&lt;br /&gt;
 lat=1010&lt;br /&gt;
 lon=0&lt;br /&gt;
 zoom=2&lt;br /&gt;
 width=1024&lt;br /&gt;
 height=1024&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 type=game&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(A) -1700, 7200, Marker: (A)&lt;br /&gt;
(B) -1700, 7100, Marker: (B)&lt;br /&gt;
(C) -1700, 7000, Marker: (C)&lt;br /&gt;
(D) -1700, 6900, Marker: (D)&lt;br /&gt;
(E) -1700, 6800, Marker: (E)&lt;br /&gt;
(F) -1700, 6700, Marker: (F)&lt;br /&gt;
(G) -1700, 6600, Marker: (G)&lt;br /&gt;
(H) -1700, 6500, Marker: (H)&lt;br /&gt;
(I) -1700, 6400, Marker: (I)&lt;br /&gt;
(J) -1700, 6300, Marker: (J)&lt;br /&gt;
(K) -1700, 6200, Marker: (K)&lt;br /&gt;
(L) -1700, 6100, Marker: (L)&lt;br /&gt;
(M) -1700, 6000, Marker: (M)&lt;br /&gt;
(N) -1700, 5900, Marker: (N)&lt;br /&gt;
(O) -1700, 5800, Marker: (O)&lt;br /&gt;
(P) -1700, 5700, Marker: (P)&lt;br /&gt;
(Q) -1700, 5600, Marker: (Q)&lt;br /&gt;
(R) -1700, 5500, Marker: (R)&lt;br /&gt;
(S) -1700, 5400, Marker: (S)&lt;br /&gt;
(T) -1700, 5300, Marker: (T)&lt;br /&gt;
(U) -1700, 5200, Marker: (U)&lt;br /&gt;
(V) -1700, 5100, Marker: (V)&lt;br /&gt;
(W) -1700, 5000, Marker: (W)&lt;br /&gt;
(X) -1700, 4900, Marker: (X)&lt;br /&gt;
(Y) -1700, 4800, Marker: (Y)&lt;br /&gt;
(Z) -1700, 4700, Marker: (Z)&lt;br /&gt;
() -1700, 4600, Marker: ()&lt;br /&gt;
(square) -1700, 4500, Marker: (square)&lt;br /&gt;
(diamond) -1700, 4400, Marker: (diamond)&lt;br /&gt;
(triangle) -1700, 4300, Marker: (triangle)&lt;br /&gt;
(circle) -1700, 4200, Marker: (circle)&lt;br /&gt;
(star) -1700, 4100, Marker: (star)&lt;br /&gt;
(fish) -1700, 4000, Marker: (fish)&lt;br /&gt;
(pollution) -1700, 3900, Marker: (pollution)&lt;br /&gt;
(CirA) -1700, 3800, Marker: (CirA)&lt;br /&gt;
(CirB) -1700, 3700, Marker: (CirB)&lt;br /&gt;
(CirC) -1700, 3600, Marker: (CirC)&lt;br /&gt;
(CirD) -1700, 3500, Marker: (CirD)&lt;br /&gt;
(CirE) -1700, 3400, Marker: (CirE)&lt;br /&gt;
(CirF) -1700, 3300, Marker: (CirF)&lt;br /&gt;
(CirG) -1700, 3200, Marker: (CirG)&lt;br /&gt;
(CirH) -1700, 3100, Marker: (CirH)&lt;br /&gt;
(CirI) -1700, 3000, Marker: (CirI)&lt;br /&gt;
(CirJ) -1700, 2900, Marker: (CirJ)&lt;br /&gt;
(CirK) -1700, 2800, Marker: (CirK)&lt;br /&gt;
(CirL) -1700, 2700, Marker: (CirL)&lt;br /&gt;
(CirM) -1700, 2600, Marker: (CirM)&lt;br /&gt;
(CirN) -1700, 2500, Marker: (CirN)&lt;br /&gt;
(CirO) -1700, 2400, Marker: (CirO)&lt;br /&gt;
(CirP) -1700, 2300, Marker: (CirP)&lt;br /&gt;
(CirQ) -1700, 2200, Marker: (CirQ)&lt;br /&gt;
(CirR) -1700, 2100, Marker: (CirR)&lt;br /&gt;
(CirS) -1700, 2000, Marker: (CirS)&lt;br /&gt;
(CirT) -1700, 1900, Marker: (CirT)&lt;br /&gt;
(CirU) -1700, 1800, Marker: (CirU)&lt;br /&gt;
(CirV) -1700, 1700, Marker: (CirV)&lt;br /&gt;
(CirW) -1700, 1600, Marker: (CirW)&lt;br /&gt;
(CirX) -1700, 1500, Marker: (CirX)&lt;br /&gt;
(CirY) -1700, 1400, Marker: (CirY)&lt;br /&gt;
(CirZ) -1700, 1300, Marker: (CirZ)&lt;br /&gt;
(Cir) -1700, 1200, Marker: (Cir)&lt;br /&gt;
(Cirsquare) -1700, 1100, Marker: (Cirsquare)&lt;br /&gt;
(Cirdiamond) -1700, 1000, Marker: (Cirdiamond)&lt;br /&gt;
(Cirtriangle) -1700, 900, Marker: (Cirtriangle)&lt;br /&gt;
(Circircle) -1700, 800, Marker: (Circircle)&lt;br /&gt;
(Cirstar) -1700, 700, Marker: (Cirstar)&lt;br /&gt;
(Cirfish) -1700, 600, Marker: (Cirfish)&lt;br /&gt;
(Cirpollution) -1700, 500, Marker: (Cirpollution)&lt;br /&gt;
(PinA) -1700, 400, Marker: (PinA)&lt;br /&gt;
(PinB) -1700, 300, Marker: (PinB)&lt;br /&gt;
(PinC) -1700, 200, Marker: (PinC)&lt;br /&gt;
(PinD) -1700, 100, Marker: (PinD)&lt;br /&gt;
(PinE) -1700, 0, Marker: (PinE)&lt;br /&gt;
(PinF) -1700, -100, Marker: (PinF)&lt;br /&gt;
(PinG) -1700, -200, Marker: (PinG)&lt;br /&gt;
(PinH) -1700, -300, Marker: (PinH)&lt;br /&gt;
(PinI) -1700, -400, Marker: (PinI)&lt;br /&gt;
(PinJ) -1700, -500, Marker: (PinJ)&lt;br /&gt;
(PinK) -1700, -600, Marker: (PinK)&lt;br /&gt;
(PinL) -1700, -700, Marker: (PinL)&lt;br /&gt;
(PinM) -1700, -800, Marker: (PinM)&lt;br /&gt;
(PinN) -1700, -900, Marker: (PinN)&lt;br /&gt;
(PinO) -1700, -1000, Marker: (PinO)&lt;br /&gt;
(PinP) -1700, -1100, Marker: (PinP)&lt;br /&gt;
(PinQ) -1700, -1200, Marker: (PinQ)&lt;br /&gt;
(PinR) -1700, -1300, Marker: (PinR)&lt;br /&gt;
(PinS) -1700, -1400, Marker: (PinS)&lt;br /&gt;
(PinT) -1700, -1500, Marker: (PinT)&lt;br /&gt;
(PinU) -1700, -1600, Marker: (PinU)&lt;br /&gt;
(PinV) -1700, -1700, Marker: (PinV)&lt;br /&gt;
(PinW) -1700, -1800, Marker: (PinW)&lt;br /&gt;
(PinX) -1700, -1900, Marker: (PinX)&lt;br /&gt;
(PinY) -1700, -2000, Marker: (PinY)&lt;br /&gt;
(PinZ) -1700, -2100, Marker: (PinZ)&lt;br /&gt;
(Pin) -1700, -2200, Marker: (Pin)&lt;br /&gt;
(Pinsquare) -1700, -2300, Marker: (Pinsquare)&lt;br /&gt;
(Pindiamond) -1700, -2400, Marker: (Pindiamond)&lt;br /&gt;
(Pintriangle) -1700, -2500, Marker: (Pintriangle)&lt;br /&gt;
(Pincircle) -1700, -2600, Marker: (Pincircle)&lt;br /&gt;
(Pinstar) -1700, -2700, Marker: (Pinstar)&lt;br /&gt;
(Pinfish) -1700, -2800, Marker: (Pinfish)&lt;br /&gt;
(Pinpollution) -1700, -2900, Marker: (Pinpollution)&lt;br /&gt;
(Ball) -1700, -3000, Marker: (Ball)&lt;br /&gt;
(Dot) -1700, -3100, Marker: (Dot)&lt;br /&gt;
(DP) -1700, -3200, Marker: (DP)&lt;br /&gt;
(GH) -1700, -3300, Marker: (GH)&lt;br /&gt;
(PP) -1700, -3400, Marker: (PP)&lt;br /&gt;
(RdA) -1500, 7200, Marker: (RdA)&lt;br /&gt;
(RdB) -1500, 7100, Marker: (RdB)&lt;br /&gt;
(RdC) -1500, 7000, Marker: (RdC)&lt;br /&gt;
(RdD) -1500, 6900, Marker: (RdD)&lt;br /&gt;
(RdE) -1500, 6800, Marker: (RdE)&lt;br /&gt;
(RdF) -1500, 6700, Marker: (RdF)&lt;br /&gt;
(RdG) -1500, 6600, Marker: (RdG)&lt;br /&gt;
(RdH) -1500, 6500, Marker: (RdH)&lt;br /&gt;
(RdI) -1500, 6400, Marker: (RdI)&lt;br /&gt;
(RdJ) -1500, 6300, Marker: (RdJ)&lt;br /&gt;
(RdK) -1500, 6200, Marker: (RdK)&lt;br /&gt;
(RdL) -1500, 6100, Marker: (RdL)&lt;br /&gt;
(RdM) -1500, 6000, Marker: (RdM)&lt;br /&gt;
(RdN) -1500, 5900, Marker: (RdN)&lt;br /&gt;
(RdO) -1500, 5800, Marker: (RdO)&lt;br /&gt;
(RdP) -1500, 5700, Marker: (RdP)&lt;br /&gt;
(RdQ) -1500, 5600, Marker: (RdQ)&lt;br /&gt;
(RdR) -1500, 5500, Marker: (RdR)&lt;br /&gt;
(RdS) -1500, 5400, Marker: (RdS)&lt;br /&gt;
(RdT) -1500, 5300, Marker: (RdT)&lt;br /&gt;
(RdU) -1500, 5200, Marker: (RdU)&lt;br /&gt;
(RdV) -1500, 5100, Marker: (RdV)&lt;br /&gt;
(RdW) -1500, 5000, Marker: (RdW)&lt;br /&gt;
(RdX) -1500, 4900, Marker: (RdX)&lt;br /&gt;
(RdY) -1500, 4800, Marker: (RdY)&lt;br /&gt;
(RdZ) -1500, 4700, Marker: (RdZ)&lt;br /&gt;
(Rd) -1500, 4600, Marker: (Rd)&lt;br /&gt;
(Rdsquare) -1500, 4500, Marker: (Rdsquare)&lt;br /&gt;
(Rddiamond) -1500, 4400, Marker: (Rddiamond)&lt;br /&gt;
(Rdtriangle) -1500, 4300, Marker: (Rdtriangle)&lt;br /&gt;
(Rdcircle) -1500, 4200, Marker: (Rdcircle)&lt;br /&gt;
(Rdstar) -1500, 4100, Marker: (Rdstar)&lt;br /&gt;
(Rdfish) -1500, 4000, Marker: (Rdfish)&lt;br /&gt;
(Rdpollution) -1500, 3900, Marker: (Rdpollution)&lt;br /&gt;
(CirRdA) -1500, 3800, Marker: (CirRdA)&lt;br /&gt;
(CirRdB) -1500, 3700, Marker: (CirRdB)&lt;br /&gt;
(CirRdC) -1500, 3600, Marker: (CirRdC)&lt;br /&gt;
(CirRdD) -1500, 3500, Marker: (CirRdD)&lt;br /&gt;
(CirRdE) -1500, 3400, Marker: (CirRdE)&lt;br /&gt;
(CirRdF) -1500, 3300, Marker: (CirRdF)&lt;br /&gt;
(CirRdG) -1500, 3200, Marker: (CirRdG)&lt;br /&gt;
(CirRdH) -1500, 3100, Marker: (CirRdH)&lt;br /&gt;
(CirRdI) -1500, 3000, Marker: (CirRdI)&lt;br /&gt;
(CirRdJ) -1500, 2900, Marker: (CirRdJ)&lt;br /&gt;
(CirRdK) -1500, 2800, Marker: (CirRdK)&lt;br /&gt;
(CirRdL) -1500, 2700, Marker: (CirRdL)&lt;br /&gt;
(CirRdM) -1500, 2600, Marker: (CirRdM)&lt;br /&gt;
(CirRdN) -1500, 2500, Marker: (CirRdN)&lt;br /&gt;
(CirRdO) -1500, 2400, Marker: (CirRdO)&lt;br /&gt;
(CirRdP) -1500, 2300, Marker: (CirRdP)&lt;br /&gt;
(CirRdQ) -1500, 2200, Marker: (CirRdQ)&lt;br /&gt;
(CirRdR) -1500, 2100, Marker: (CirRdR)&lt;br /&gt;
(CirRdS) -1500, 2000, Marker: (CirRdS)&lt;br /&gt;
(CirRdT) -1500, 1900, Marker: (CirRdT)&lt;br /&gt;
(CirRdU) -1500, 1800, Marker: (CirRdU)&lt;br /&gt;
(CirRdV) -1500, 1700, Marker: (CirRdV)&lt;br /&gt;
(CirRdW) -1500, 1600, Marker: (CirRdW)&lt;br /&gt;
(CirRdX) -1500, 1500, Marker: (CirRdX)&lt;br /&gt;
(CirRdY) -1500, 1400, Marker: (CirRdY)&lt;br /&gt;
(CirRdZ) -1500, 1300, Marker: (CirRdZ)&lt;br /&gt;
(CirRd) -1500, 1200, Marker: (CirRd)&lt;br /&gt;
(CirRdsquare) -1500, 1100, Marker: (CirRdsquare)&lt;br /&gt;
(CirRddiamond) -1500, 1000, Marker: (CirRddiamond)&lt;br /&gt;
(CirRdtriangle) -1500, 900, Marker: (CirRdtriangle)&lt;br /&gt;
(CirRdcircle) -1500, 800, Marker: (CirRdcircle)&lt;br /&gt;
(CirRdstar) -1500, 700, Marker: (CirRdstar)&lt;br /&gt;
(CirRdfish) -1500, 600, Marker: (CirRdfish)&lt;br /&gt;
(CirRdpollution) -1500, 500, Marker: (CirRdpollution)&lt;br /&gt;
(PinRdA) -1500, 400, Marker: (PinRdA)&lt;br /&gt;
(PinRdB) -1500, 300, Marker: (PinRdB)&lt;br /&gt;
(PinRdC) -1500, 200, Marker: (PinRdC)&lt;br /&gt;
(PinRdD) -1500, 100, Marker: (PinRdD)&lt;br /&gt;
(PinRdE) -1500, 0, Marker: (PinRdE)&lt;br /&gt;
(PinRdF) -1500, -100, Marker: (PinRdF)&lt;br /&gt;
(PinRdG) -1500, -200, Marker: (PinRdG)&lt;br /&gt;
(PinRdH) -1500, -300, Marker: (PinRdH)&lt;br /&gt;
(PinRdI) -1500, -400, Marker: (PinRdI)&lt;br /&gt;
(PinRdJ) -1500, -500, Marker: (PinRdJ)&lt;br /&gt;
(PinRdK) -1500, -600, Marker: (PinRdK)&lt;br /&gt;
(PinRdL) -1500, -700, Marker: (PinRdL)&lt;br /&gt;
(PinRdM) -1500, -800, Marker: (PinRdM)&lt;br /&gt;
(PinRdN) -1500, -900, Marker: (PinRdN)&lt;br /&gt;
(PinRdO) -1500, -1000, Marker: (PinRdO)&lt;br /&gt;
(PinRdP) -1500, -1100, Marker: (PinRdP)&lt;br /&gt;
(PinRdQ) -1500, -1200, Marker: (PinRdQ)&lt;br /&gt;
(PinRdR) -1500, -1300, Marker: (PinRdR)&lt;br /&gt;
(PinRdS) -1500, -1400, Marker: (PinRdS)&lt;br /&gt;
(PinRdT) -1500, -1500, Marker: (PinRdT)&lt;br /&gt;
(PinRdU) -1500, -1600, Marker: (PinRdU)&lt;br /&gt;
(PinRdV) -1500, -1700, Marker: (PinRdV)&lt;br /&gt;
(PinRdW) -1500, -1800, Marker: (PinRdW)&lt;br /&gt;
(PinRdX) -1500, -1900, Marker: (PinRdX)&lt;br /&gt;
(PinRdY) -1500, -2000, Marker: (PinRdY)&lt;br /&gt;
(PinRdZ) -1500, -2100, Marker: (PinRdZ)&lt;br /&gt;
(PinRd) -1500, -2200, Marker: (PinRd)&lt;br /&gt;
(PinRdsquare) -1500, -2300, Marker: (PinRdsquare)&lt;br /&gt;
(PinRddiamond) -1500, -2400, Marker: (PinRddiamond)&lt;br /&gt;
(PinRdtriangle) -1500, -2500, Marker: (PinRdtriangle)&lt;br /&gt;
(PinRdcircle) -1500, -2600, Marker: (PinRdcircle)&lt;br /&gt;
(PinRdstar) -1500, -2700, Marker: (PinRdstar)&lt;br /&gt;
(PinRdfish) -1500, -2800, Marker: (PinRdfish)&lt;br /&gt;
(PinRdpollution) -1500, -2900, Marker: (PinRdpollution)&lt;br /&gt;
(BallRd) -1500, -3000, Marker: (BallRd)&lt;br /&gt;
(DotRd) -1500, -3100, Marker: (DotRd)&lt;br /&gt;
(DPRd) -1500, -3200, Marker: (DPRd)&lt;br /&gt;
(GHRd) -1500, -3300, Marker: (GHRd)&lt;br /&gt;
(PPRd) -1500, -3400, Marker: (PPRd)&lt;br /&gt;
(OrA) -1300, 7200, Marker: (OrA)&lt;br /&gt;
(OrB) -1300, 7100, Marker: (OrB)&lt;br /&gt;
(OrC) -1300, 7000, Marker: (OrC)&lt;br /&gt;
(OrD) -1300, 6900, Marker: (OrD)&lt;br /&gt;
(OrE) -1300, 6800, Marker: (OrE)&lt;br /&gt;
(OrF) -1300, 6700, Marker: (OrF)&lt;br /&gt;
(OrG) -1300, 6600, Marker: (OrG)&lt;br /&gt;
(OrH) -1300, 6500, Marker: (OrH)&lt;br /&gt;
(OrI) -1300, 6400, Marker: (OrI)&lt;br /&gt;
(OrJ) -1300, 6300, Marker: (OrJ)&lt;br /&gt;
(OrK) -1300, 6200, Marker: (OrK)&lt;br /&gt;
(OrL) -1300, 6100, Marker: (OrL)&lt;br /&gt;
(OrM) -1300, 6000, Marker: (OrM)&lt;br /&gt;
(OrN) -1300, 5900, Marker: (OrN)&lt;br /&gt;
(OrO) -1300, 5800, Marker: (OrO)&lt;br /&gt;
(OrP) -1300, 5700, Marker: (OrP)&lt;br /&gt;
(OrQ) -1300, 5600, Marker: (OrQ)&lt;br /&gt;
(OrR) -1300, 5500, Marker: (OrR)&lt;br /&gt;
(OrS) -1300, 5400, Marker: (OrS)&lt;br /&gt;
(OrT) -1300, 5300, Marker: (OrT)&lt;br /&gt;
(OrU) -1300, 5200, Marker: (OrU)&lt;br /&gt;
(OrV) -1300, 5100, Marker: (OrV)&lt;br /&gt;
(OrW) -1300, 5000, Marker: (OrW)&lt;br /&gt;
(OrX) -1300, 4900, Marker: (OrX)&lt;br /&gt;
(OrY) -1300, 4800, Marker: (OrY)&lt;br /&gt;
(OrZ) -1300, 4700, Marker: (OrZ)&lt;br /&gt;
(Or) -1300, 4600, Marker: (Or)&lt;br /&gt;
(Orsquare) -1300, 4500, Marker: (Orsquare)&lt;br /&gt;
(Ordiamond) -1300, 4400, Marker: (Ordiamond)&lt;br /&gt;
(Ortriangle) -1300, 4300, Marker: (Ortriangle)&lt;br /&gt;
(Orcircle) -1300, 4200, Marker: (Orcircle)&lt;br /&gt;
(Orstar) -1300, 4100, Marker: (Orstar)&lt;br /&gt;
(Orfish) -1300, 4000, Marker: (Orfish)&lt;br /&gt;
(Orpollution) -1300, 3900, Marker: (Orpollution)&lt;br /&gt;
(CirOrA) -1300, 3800, Marker: (CirOrA)&lt;br /&gt;
(CirOrB) -1300, 3700, Marker: (CirOrB)&lt;br /&gt;
(CirOrC) -1300, 3600, Marker: (CirOrC)&lt;br /&gt;
(CirOrD) -1300, 3500, Marker: (CirOrD)&lt;br /&gt;
(CirOrE) -1300, 3400, Marker: (CirOrE)&lt;br /&gt;
(CirOrF) -1300, 3300, Marker: (CirOrF)&lt;br /&gt;
(CirOrG) -1300, 3200, Marker: (CirOrG)&lt;br /&gt;
(CirOrH) -1300, 3100, Marker: (CirOrH)&lt;br /&gt;
(CirOrI) -1300, 3000, Marker: (CirOrI)&lt;br /&gt;
(CirOrJ) -1300, 2900, Marker: (CirOrJ)&lt;br /&gt;
(CirOrK) -1300, 2800, Marker: (CirOrK)&lt;br /&gt;
(CirOrL) -1300, 2700, Marker: (CirOrL)&lt;br /&gt;
(CirOrM) -1300, 2600, Marker: (CirOrM)&lt;br /&gt;
(CirOrN) -1300, 2500, Marker: (CirOrN)&lt;br /&gt;
(CirOrO) -1300, 2400, Marker: (CirOrO)&lt;br /&gt;
(CirOrP) -1300, 2300, Marker: (CirOrP)&lt;br /&gt;
(CirOrQ) -1300, 2200, Marker: (CirOrQ)&lt;br /&gt;
(CirOrR) -1300, 2100, Marker: (CirOrR)&lt;br /&gt;
(CirOrS) -1300, 2000, Marker: (CirOrS)&lt;br /&gt;
(CirOrT) -1300, 1900, Marker: (CirOrT)&lt;br /&gt;
(CirOrU) -1300, 1800, Marker: (CirOrU)&lt;br /&gt;
(CirOrV) -1300, 1700, Marker: (CirOrV)&lt;br /&gt;
(CirOrW) -1300, 1600, Marker: (CirOrW)&lt;br /&gt;
(CirOrX) -1300, 1500, Marker: (CirOrX)&lt;br /&gt;
(CirOrY) -1300, 1400, Marker: (CirOrY)&lt;br /&gt;
(CirOrZ) -1300, 1300, Marker: (CirOrZ)&lt;br /&gt;
(CirOr) -1300, 1200, Marker: (CirOr)&lt;br /&gt;
(CirOrsquare) -1300, 1100, Marker: (CirOrsquare)&lt;br /&gt;
(CirOrdiamond) -1300, 1000, Marker: (CirOrdiamond)&lt;br /&gt;
(CirOrtriangle) -1300, 900, Marker: (CirOrtriangle)&lt;br /&gt;
(CirOrcircle) -1300, 800, Marker: (CirOrcircle)&lt;br /&gt;
(CirOrstar) -1300, 700, Marker: (CirOrstar)&lt;br /&gt;
(CirOrfish) -1300, 600, Marker: (CirOrfish)&lt;br /&gt;
(CirOrpollution) -1300, 500, Marker: (CirOrpollution)&lt;br /&gt;
(PinOrA) -1300, 400, Marker: (PinOrA)&lt;br /&gt;
(PinOrB) -1300, 300, Marker: (PinOrB)&lt;br /&gt;
(PinOrC) -1300, 200, Marker: (PinOrC)&lt;br /&gt;
(PinOrD) -1300, 100, Marker: (PinOrD)&lt;br /&gt;
(PinOrE) -1300, 0, Marker: (PinOrE)&lt;br /&gt;
(PinOrF) -1300, -100, Marker: (PinOrF)&lt;br /&gt;
(PinOrG) -1300, -200, Marker: (PinOrG)&lt;br /&gt;
(PinOrH) -1300, -300, Marker: (PinOrH)&lt;br /&gt;
(PinOrI) -1300, -400, Marker: (PinOrI)&lt;br /&gt;
(PinOrJ) -1300, -500, Marker: (PinOrJ)&lt;br /&gt;
(PinOrK) -1300, -600, Marker: (PinOrK)&lt;br /&gt;
(PinOrL) -1300, -700, Marker: (PinOrL)&lt;br /&gt;
(PinOrM) -1300, -800, Marker: (PinOrM)&lt;br /&gt;
(PinOrN) -1300, -900, Marker: (PinOrN)&lt;br /&gt;
(PinOrO) -1300, -1000, Marker: (PinOrO)&lt;br /&gt;
(PinOrP) -1300, -1100, Marker: (PinOrP)&lt;br /&gt;
(PinOrQ) -1300, -1200, Marker: (PinOrQ)&lt;br /&gt;
(PinOrR) -1300, -1300, Marker: (PinOrR)&lt;br /&gt;
(PinOrS) -1300, -1400, Marker: (PinOrS)&lt;br /&gt;
(PinOrT) -1300, -1500, Marker: (PinOrT)&lt;br /&gt;
(PinOrU) -1300, -1600, Marker: (PinOrU)&lt;br /&gt;
(PinOrV) -1300, -1700, Marker: (PinOrV)&lt;br /&gt;
(PinOrW) -1300, -1800, Marker: (PinOrW)&lt;br /&gt;
(PinOrX) -1300, -1900, Marker: (PinOrX)&lt;br /&gt;
(PinOrY) -1300, -2000, Marker: (PinOrY)&lt;br /&gt;
(PinOrZ) -1300, -2100, Marker: (PinOrZ)&lt;br /&gt;
(PinOr) -1300, -2200, Marker: (PinOr)&lt;br /&gt;
(PinOrsquare) -1300, -2300, Marker: (PinOrsquare)&lt;br /&gt;
(PinOrdiamond) -1300, -2400, Marker: (PinOrdiamond)&lt;br /&gt;
(PinOrtriangle) -1300, -2500, Marker: (PinOrtriangle)&lt;br /&gt;
(PinOrcircle) -1300, -2600, Marker: (PinOrcircle)&lt;br /&gt;
(PinOrstar) -1300, -2700, Marker: (PinOrstar)&lt;br /&gt;
(PinOrfish) -1300, -2800, Marker: (PinOrfish)&lt;br /&gt;
(PinOrpollution) -1300, -2900, Marker: (PinOrpollution)&lt;br /&gt;
(BallOr) -1300, -3000, Marker: (BallOr)&lt;br /&gt;
(DotOr) -1300, -3100, Marker: (DotOr)&lt;br /&gt;
(DPOr) -1300, -3200, Marker: (DPOr)&lt;br /&gt;
(GHOr) -1300, -3300, Marker: (GHOr)&lt;br /&gt;
(PPOr) -1300, -3400, Marker: (PPOr)&lt;br /&gt;
(YeA) -1100, 7200, Marker: (YeA)&lt;br /&gt;
(YeB) -1100, 7100, Marker: (YeB)&lt;br /&gt;
(YeC) -1100, 7000, Marker: (YeC)&lt;br /&gt;
(YeD) -1100, 6900, Marker: (YeD)&lt;br /&gt;
(YeE) -1100, 6800, Marker: (YeE)&lt;br /&gt;
(YeF) -1100, 6700, Marker: (YeF)&lt;br /&gt;
(YeG) -1100, 6600, Marker: (YeG)&lt;br /&gt;
(YeH) -1100, 6500, Marker: (YeH)&lt;br /&gt;
(YeI) -1100, 6400, Marker: (YeI)&lt;br /&gt;
(YeJ) -1100, 6300, Marker: (YeJ)&lt;br /&gt;
(YeK) -1100, 6200, Marker: (YeK)&lt;br /&gt;
(YeL) -1100, 6100, Marker: (YeL)&lt;br /&gt;
(YeM) -1100, 6000, Marker: (YeM)&lt;br /&gt;
(YeN) -1100, 5900, Marker: (YeN)&lt;br /&gt;
(YeO) -1100, 5800, Marker: (YeO)&lt;br /&gt;
(YeP) -1100, 5700, Marker: (YeP)&lt;br /&gt;
(YeQ) -1100, 5600, Marker: (YeQ)&lt;br /&gt;
(YeR) -1100, 5500, Marker: (YeR)&lt;br /&gt;
(YeS) -1100, 5400, Marker: (YeS)&lt;br /&gt;
(YeT) -1100, 5300, Marker: (YeT)&lt;br /&gt;
(YeU) -1100, 5200, Marker: (YeU)&lt;br /&gt;
(YeV) -1100, 5100, Marker: (YeV)&lt;br /&gt;
(YeW) -1100, 5000, Marker: (YeW)&lt;br /&gt;
(YeX) -1100, 4900, Marker: (YeX)&lt;br /&gt;
(YeY) -1100, 4800, Marker: (YeY)&lt;br /&gt;
(YeZ) -1100, 4700, Marker: (YeZ)&lt;br /&gt;
(Ye) -1100, 4600, Marker: (Ye)&lt;br /&gt;
(Yesquare) -1100, 4500, Marker: (Yesquare)&lt;br /&gt;
(Yediamond) -1100, 4400, Marker: (Yediamond)&lt;br /&gt;
(Yetriangle) -1100, 4300, Marker: (Yetriangle)&lt;br /&gt;
(Yecircle) -1100, 4200, Marker: (Yecircle)&lt;br /&gt;
(Yestar) -1100, 4100, Marker: (Yestar)&lt;br /&gt;
(Yefish) -1100, 4000, Marker: (Yefish)&lt;br /&gt;
(Yepollution) -1100, 3900, Marker: (Yepollution)&lt;br /&gt;
(CirYeA) -1100, 3800, Marker: (CirYeA)&lt;br /&gt;
(CirYeB) -1100, 3700, Marker: (CirYeB)&lt;br /&gt;
(CirYeC) -1100, 3600, Marker: (CirYeC)&lt;br /&gt;
(CirYeD) -1100, 3500, Marker: (CirYeD)&lt;br /&gt;
(CirYeE) -1100, 3400, Marker: (CirYeE)&lt;br /&gt;
(CirYeF) -1100, 3300, Marker: (CirYeF)&lt;br /&gt;
(CirYeG) -1100, 3200, Marker: (CirYeG)&lt;br /&gt;
(CirYeH) -1100, 3100, Marker: (CirYeH)&lt;br /&gt;
(CirYeI) -1100, 3000, Marker: (CirYeI)&lt;br /&gt;
(CirYeJ) -1100, 2900, Marker: (CirYeJ)&lt;br /&gt;
(CirYeK) -1100, 2800, Marker: (CirYeK)&lt;br /&gt;
(CirYeL) -1100, 2700, Marker: (CirYeL)&lt;br /&gt;
(CirYeM) -1100, 2600, Marker: (CirYeM)&lt;br /&gt;
(CirYeN) -1100, 2500, Marker: (CirYeN)&lt;br /&gt;
(CirYeO) -1100, 2400, Marker: (CirYeO)&lt;br /&gt;
(CirYeP) -1100, 2300, Marker: (CirYeP)&lt;br /&gt;
(CirYeQ) -1100, 2200, Marker: (CirYeQ)&lt;br /&gt;
(CirYeR) -1100, 2100, Marker: (CirYeR)&lt;br /&gt;
(CirYeS) -1100, 2000, Marker: (CirYeS)&lt;br /&gt;
(CirYeT) -1100, 1900, Marker: (CirYeT)&lt;br /&gt;
(CirYeU) -1100, 1800, Marker: (CirYeU)&lt;br /&gt;
(CirYeV) -1100, 1700, Marker: (CirYeV)&lt;br /&gt;
(CirYeW) -1100, 1600, Marker: (CirYeW)&lt;br /&gt;
(CirYeX) -1100, 1500, Marker: (CirYeX)&lt;br /&gt;
(CirYeY) -1100, 1400, Marker: (CirYeY)&lt;br /&gt;
(CirYeZ) -1100, 1300, Marker: (CirYeZ)&lt;br /&gt;
(CirYe) -1100, 1200, Marker: (CirYe)&lt;br /&gt;
(CirYesquare) -1100, 1100, Marker: (CirYesquare)&lt;br /&gt;
(CirYediamond) -1100, 1000, Marker: (CirYediamond)&lt;br /&gt;
(CirYetriangle) -1100, 900, Marker: (CirYetriangle)&lt;br /&gt;
(CirYecircle) -1100, 800, Marker: (CirYecircle)&lt;br /&gt;
(CirYestar) -1100, 700, Marker: (CirYestar)&lt;br /&gt;
(CirYefish) -1100, 600, Marker: (CirYefish)&lt;br /&gt;
(CirYepollution) -1100, 500, Marker: (CirYepollution)&lt;br /&gt;
(PinYeA) -1100, 400, Marker: (PinYeA)&lt;br /&gt;
(PinYeB) -1100, 300, Marker: (PinYeB)&lt;br /&gt;
(PinYeC) -1100, 200, Marker: (PinYeC)&lt;br /&gt;
(PinYeD) -1100, 100, Marker: (PinYeD)&lt;br /&gt;
(PinYeE) -1100, 0, Marker: (PinYeE)&lt;br /&gt;
(PinYeF) -1100, -100, Marker: (PinYeF)&lt;br /&gt;
(PinYeG) -1100, -200, Marker: (PinYeG)&lt;br /&gt;
(PinYeH) -1100, -300, Marker: (PinYeH)&lt;br /&gt;
(PinYeI) -1100, -400, Marker: (PinYeI)&lt;br /&gt;
(PinYeJ) -1100, -500, Marker: (PinYeJ)&lt;br /&gt;
(PinYeK) -1100, -600, Marker: (PinYeK)&lt;br /&gt;
(PinYeL) -1100, -700, Marker: (PinYeL)&lt;br /&gt;
(PinYeM) -1100, -800, Marker: (PinYeM)&lt;br /&gt;
(PinYeN) -1100, -900, Marker: (PinYeN)&lt;br /&gt;
(PinYeO) -1100, -1000, Marker: (PinYeO)&lt;br /&gt;
(PinYeP) -1100, -1100, Marker: (PinYeP)&lt;br /&gt;
(PinYeQ) -1100, -1200, Marker: (PinYeQ)&lt;br /&gt;
(PinYeR) -1100, -1300, Marker: (PinYeR)&lt;br /&gt;
(PinYeS) -1100, -1400, Marker: (PinYeS)&lt;br /&gt;
(PinYeT) -1100, -1500, Marker: (PinYeT)&lt;br /&gt;
(PinYeU) -1100, -1600, Marker: (PinYeU)&lt;br /&gt;
(PinYeV) -1100, -1700, Marker: (PinYeV)&lt;br /&gt;
(PinYeW) -1100, -1800, Marker: (PinYeW)&lt;br /&gt;
(PinYeX) -1100, -1900, Marker: (PinYeX)&lt;br /&gt;
(PinYeY) -1100, -2000, Marker: (PinYeY)&lt;br /&gt;
(PinYeZ) -1100, -2100, Marker: (PinYeZ)&lt;br /&gt;
(PinYe) -1100, -2200, Marker: (PinYe)&lt;br /&gt;
(PinYesquare) -1100, -2300, Marker: (PinYesquare)&lt;br /&gt;
(PinYediamond) -1100, -2400, Marker: (PinYediamond)&lt;br /&gt;
(PinYetriangle) -1100, -2500, Marker: (PinYetriangle)&lt;br /&gt;
(PinYecircle) -1100, -2600, Marker: (PinYecircle)&lt;br /&gt;
(PinYestar) -1100, -2700, Marker: (PinYestar)&lt;br /&gt;
(PinYefish) -1100, -2800, Marker: (PinYefish)&lt;br /&gt;
(PinYepollution) -1100, -2900, Marker: (PinYepollution)&lt;br /&gt;
(BallYe) -1100, -3000, Marker: (BallYe)&lt;br /&gt;
(DotYe) -1100, -3100, Marker: (DotYe)&lt;br /&gt;
(DPYe) -1100, -3200, Marker: (DPYe)&lt;br /&gt;
(GHYe) -1100, -3300, Marker: (GHYe)&lt;br /&gt;
(PPYe) -1100, -3400, Marker: (PPYe)&lt;br /&gt;
(GrA) -900, 7200, Marker: (GrA)&lt;br /&gt;
(GrB) -900, 7100, Marker: (GrB)&lt;br /&gt;
(GrC) -900, 7000, Marker: (GrC)&lt;br /&gt;
(GrD) -900, 6900, Marker: (GrD)&lt;br /&gt;
(GrE) -900, 6800, Marker: (GrE)&lt;br /&gt;
(GrF) -900, 6700, Marker: (GrF)&lt;br /&gt;
(GrG) -900, 6600, Marker: (GrG)&lt;br /&gt;
(GrH) -900, 6500, Marker: (GrH)&lt;br /&gt;
(GrI) -900, 6400, Marker: (GrI)&lt;br /&gt;
(GrJ) -900, 6300, Marker: (GrJ)&lt;br /&gt;
(GrK) -900, 6200, Marker: (GrK)&lt;br /&gt;
(GrL) -900, 6100, Marker: (GrL)&lt;br /&gt;
(GrM) -900, 6000, Marker: (GrM)&lt;br /&gt;
(GrN) -900, 5900, Marker: (GrN)&lt;br /&gt;
(GrO) -900, 5800, Marker: (GrO)&lt;br /&gt;
(GrP) -900, 5700, Marker: (GrP)&lt;br /&gt;
(GrQ) -900, 5600, Marker: (GrQ)&lt;br /&gt;
(GrR) -900, 5500, Marker: (GrR)&lt;br /&gt;
(GrS) -900, 5400, Marker: (GrS)&lt;br /&gt;
(GrT) -900, 5300, Marker: (GrT)&lt;br /&gt;
(GrU) -900, 5200, Marker: (GrU)&lt;br /&gt;
(GrV) -900, 5100, Marker: (GrV)&lt;br /&gt;
(GrW) -900, 5000, Marker: (GrW)&lt;br /&gt;
(GrX) -900, 4900, Marker: (GrX)&lt;br /&gt;
(GrY) -900, 4800, Marker: (GrY)&lt;br /&gt;
(GrZ) -900, 4700, Marker: (GrZ)&lt;br /&gt;
(Gr) -900, 4600, Marker: (Gr)&lt;br /&gt;
(Grsquare) -900, 4500, Marker: (Grsquare)&lt;br /&gt;
(Grdiamond) -900, 4400, Marker: (Grdiamond)&lt;br /&gt;
(Grtriangle) -900, 4300, Marker: (Grtriangle)&lt;br /&gt;
(Grcircle) -900, 4200, Marker: (Grcircle)&lt;br /&gt;
(Grstar) -900, 4100, Marker: (Grstar)&lt;br /&gt;
(Grfish) -900, 4000, Marker: (Grfish)&lt;br /&gt;
(Grpollution) -900, 3900, Marker: (Grpollution)&lt;br /&gt;
(CirGrA) -900, 3800, Marker: (CirGrA)&lt;br /&gt;
(CirGrB) -900, 3700, Marker: (CirGrB)&lt;br /&gt;
(CirGrC) -900, 3600, Marker: (CirGrC)&lt;br /&gt;
(CirGrD) -900, 3500, Marker: (CirGrD)&lt;br /&gt;
(CirGrE) -900, 3400, Marker: (CirGrE)&lt;br /&gt;
(CirGrF) -900, 3300, Marker: (CirGrF)&lt;br /&gt;
(CirGrG) -900, 3200, Marker: (CirGrG)&lt;br /&gt;
(CirGrH) -900, 3100, Marker: (CirGrH)&lt;br /&gt;
(CirGrI) -900, 3000, Marker: (CirGrI)&lt;br /&gt;
(CirGrJ) -900, 2900, Marker: (CirGrJ)&lt;br /&gt;
(CirGrK) -900, 2800, Marker: (CirGrK)&lt;br /&gt;
(CirGrL) -900, 2700, Marker: (CirGrL)&lt;br /&gt;
(CirGrM) -900, 2600, Marker: (CirGrM)&lt;br /&gt;
(CirGrN) -900, 2500, Marker: (CirGrN)&lt;br /&gt;
(CirGrO) -900, 2400, Marker: (CirGrO)&lt;br /&gt;
(CirGrP) -900, 2300, Marker: (CirGrP)&lt;br /&gt;
(CirGrQ) -900, 2200, Marker: (CirGrQ)&lt;br /&gt;
(CirGrR) -900, 2100, Marker: (CirGrR)&lt;br /&gt;
(CirGrS) -900, 2000, Marker: (CirGrS)&lt;br /&gt;
(CirGrT) -900, 1900, Marker: (CirGrT)&lt;br /&gt;
(CirGrU) -900, 1800, Marker: (CirGrU)&lt;br /&gt;
(CirGrV) -900, 1700, Marker: (CirGrV)&lt;br /&gt;
(CirGrW) -900, 1600, Marker: (CirGrW)&lt;br /&gt;
(CirGrX) -900, 1500, Marker: (CirGrX)&lt;br /&gt;
(CirGrY) -900, 1400, Marker: (CirGrY)&lt;br /&gt;
(CirGrZ) -900, 1300, Marker: (CirGrZ)&lt;br /&gt;
(CirGr) -900, 1200, Marker: (CirGr)&lt;br /&gt;
(CirGrsquare) -900, 1100, Marker: (CirGrsquare)&lt;br /&gt;
(CirGrdiamond) -900, 1000, Marker: (CirGrdiamond)&lt;br /&gt;
(CirGrtriangle) -900, 900, Marker: (CirGrtriangle)&lt;br /&gt;
(CirGrcircle) -900, 800, Marker: (CirGrcircle)&lt;br /&gt;
(CirGrstar) -900, 700, Marker: (CirGrstar)&lt;br /&gt;
(CirGrfish) -900, 600, Marker: (CirGrfish)&lt;br /&gt;
(CirGrpollution) -900, 500, Marker: (CirGrpollution)&lt;br /&gt;
(PinGrA) -900, 400, Marker: (PinGrA)&lt;br /&gt;
(PinGrB) -900, 300, Marker: (PinGrB)&lt;br /&gt;
(PinGrC) -900, 200, Marker: (PinGrC)&lt;br /&gt;
(PinGrD) -900, 100, Marker: (PinGrD)&lt;br /&gt;
(PinGrE) -900, 0, Marker: (PinGrE)&lt;br /&gt;
(PinGrF) -900, -100, Marker: (PinGrF)&lt;br /&gt;
(PinGrG) -900, -200, Marker: (PinGrG)&lt;br /&gt;
(PinGrH) -900, -300, Marker: (PinGrH)&lt;br /&gt;
(PinGrI) -900, -400, Marker: (PinGrI)&lt;br /&gt;
(PinGrJ) -900, -500, Marker: (PinGrJ)&lt;br /&gt;
(PinGrK) -900, -600, Marker: (PinGrK)&lt;br /&gt;
(PinGrL) -900, -700, Marker: (PinGrL)&lt;br /&gt;
(PinGrM) -900, -800, Marker: (PinGrM)&lt;br /&gt;
(PinGrN) -900, -900, Marker: (PinGrN)&lt;br /&gt;
(PinGrO) -900, -1000, Marker: (PinGrO)&lt;br /&gt;
(PinGrP) -900, -1100, Marker: (PinGrP)&lt;br /&gt;
(PinGrQ) -900, -1200, Marker: (PinGrQ)&lt;br /&gt;
(PinGrR) -900, -1300, Marker: (PinGrR)&lt;br /&gt;
(PinGrS) -900, -1400, Marker: (PinGrS)&lt;br /&gt;
(PinGrT) -900, -1500, Marker: (PinGrT)&lt;br /&gt;
(PinGrU) -900, -1600, Marker: (PinGrU)&lt;br /&gt;
(PinGrV) -900, -1700, Marker: (PinGrV)&lt;br /&gt;
(PinGrW) -900, -1800, Marker: (PinGrW)&lt;br /&gt;
(PinGrX) -900, -1900, Marker: (PinGrX)&lt;br /&gt;
(PinGrY) -900, -2000, Marker: (PinGrY)&lt;br /&gt;
(PinGrZ) -900, -2100, Marker: (PinGrZ)&lt;br /&gt;
(PinGr) -900, -2200, Marker: (PinGr)&lt;br /&gt;
(PinGrsquare) -900, -2300, Marker: (PinGrsquare)&lt;br /&gt;
(PinGrdiamond) -900, -2400, Marker: (PinGrdiamond)&lt;br /&gt;
(PinGrtriangle) -900, -2500, Marker: (PinGrtriangle)&lt;br /&gt;
(PinGrcircle) -900, -2600, Marker: (PinGrcircle)&lt;br /&gt;
(PinGrstar) -900, -2700, Marker: (PinGrstar)&lt;br /&gt;
(PinGrfish) -900, -2800, Marker: (PinGrfish)&lt;br /&gt;
(PinGrpollution) -900, -2900, Marker: (PinGrpollution)&lt;br /&gt;
(BallGr) -900, -3000, Marker: (BallGr)&lt;br /&gt;
(DotGr) -900, -3100, Marker: (DotGr)&lt;br /&gt;
(DPGr) -900, -3200, Marker: (DPGr)&lt;br /&gt;
(GHGr) -900, -3300, Marker: (GHGr)&lt;br /&gt;
(PPGr) -900, -3400, Marker: (PPGr)&lt;br /&gt;
(LbA) -700, 7200, Marker: (LbA)&lt;br /&gt;
(LbB) -700, 7100, Marker: (LbB)&lt;br /&gt;
(LbC) -700, 7000, Marker: (LbC)&lt;br /&gt;
(LbD) -700, 6900, Marker: (LbD)&lt;br /&gt;
(LbE) -700, 6800, Marker: (LbE)&lt;br /&gt;
(LbF) -700, 6700, Marker: (LbF)&lt;br /&gt;
(LbG) -700, 6600, Marker: (LbG)&lt;br /&gt;
(LbH) -700, 6500, Marker: (LbH)&lt;br /&gt;
(LbI) -700, 6400, Marker: (LbI)&lt;br /&gt;
(LbJ) -700, 6300, Marker: (LbJ)&lt;br /&gt;
(LbK) -700, 6200, Marker: (LbK)&lt;br /&gt;
(LbL) -700, 6100, Marker: (LbL)&lt;br /&gt;
(LbM) -700, 6000, Marker: (LbM)&lt;br /&gt;
(LbN) -700, 5900, Marker: (LbN)&lt;br /&gt;
(LbO) -700, 5800, Marker: (LbO)&lt;br /&gt;
(LbP) -700, 5700, Marker: (LbP)&lt;br /&gt;
(LbQ) -700, 5600, Marker: (LbQ)&lt;br /&gt;
(LbR) -700, 5500, Marker: (LbR)&lt;br /&gt;
(LbS) -700, 5400, Marker: (LbS)&lt;br /&gt;
(LbT) -700, 5300, Marker: (LbT)&lt;br /&gt;
(LbU) -700, 5200, Marker: (LbU)&lt;br /&gt;
(LbV) -700, 5100, Marker: (LbV)&lt;br /&gt;
(LbW) -700, 5000, Marker: (LbW)&lt;br /&gt;
(LbX) -700, 4900, Marker: (LbX)&lt;br /&gt;
(LbY) -700, 4800, Marker: (LbY)&lt;br /&gt;
(LbZ) -700, 4700, Marker: (LbZ)&lt;br /&gt;
(Lb) -700, 4600, Marker: (Lb)&lt;br /&gt;
(Lbsquare) -700, 4500, Marker: (Lbsquare)&lt;br /&gt;
(Lbdiamond) -700, 4400, Marker: (Lbdiamond)&lt;br /&gt;
(Lbtriangle) -700, 4300, Marker: (Lbtriangle)&lt;br /&gt;
(Lbcircle) -700, 4200, Marker: (Lbcircle)&lt;br /&gt;
(Lbstar) -700, 4100, Marker: (Lbstar)&lt;br /&gt;
(Lbfish) -700, 4000, Marker: (Lbfish)&lt;br /&gt;
(Lbpollution) -700, 3900, Marker: (Lbpollution)&lt;br /&gt;
(CirLbA) -700, 3800, Marker: (CirLbA)&lt;br /&gt;
(CirLbB) -700, 3700, Marker: (CirLbB)&lt;br /&gt;
(CirLbC) -700, 3600, Marker: (CirLbC)&lt;br /&gt;
(CirLbD) -700, 3500, Marker: (CirLbD)&lt;br /&gt;
(CirLbE) -700, 3400, Marker: (CirLbE)&lt;br /&gt;
(CirLbF) -700, 3300, Marker: (CirLbF)&lt;br /&gt;
(CirLbG) -700, 3200, Marker: (CirLbG)&lt;br /&gt;
(CirLbH) -700, 3100, Marker: (CirLbH)&lt;br /&gt;
(CirLbI) -700, 3000, Marker: (CirLbI)&lt;br /&gt;
(CirLbJ) -700, 2900, Marker: (CirLbJ)&lt;br /&gt;
(CirLbK) -700, 2800, Marker: (CirLbK)&lt;br /&gt;
(CirLbL) -700, 2700, Marker: (CirLbL)&lt;br /&gt;
(CirLbM) -700, 2600, Marker: (CirLbM)&lt;br /&gt;
(CirLbN) -700, 2500, Marker: (CirLbN)&lt;br /&gt;
(CirLbO) -700, 2400, Marker: (CirLbO)&lt;br /&gt;
(CirLbP) -700, 2300, Marker: (CirLbP)&lt;br /&gt;
(CirLbQ) -700, 2200, Marker: (CirLbQ)&lt;br /&gt;
(CirLbR) -700, 2100, Marker: (CirLbR)&lt;br /&gt;
(CirLbS) -700, 2000, Marker: (CirLbS)&lt;br /&gt;
(CirLbT) -700, 1900, Marker: (CirLbT)&lt;br /&gt;
(CirLbU) -700, 1800, Marker: (CirLbU)&lt;br /&gt;
(CirLbV) -700, 1700, Marker: (CirLbV)&lt;br /&gt;
(CirLbW) -700, 1600, Marker: (CirLbW)&lt;br /&gt;
(CirLbX) -700, 1500, Marker: (CirLbX)&lt;br /&gt;
(CirLbY) -700, 1400, Marker: (CirLbY)&lt;br /&gt;
(CirLbZ) -700, 1300, Marker: (CirLbZ)&lt;br /&gt;
(CirLb) -700, 1200, Marker: (CirLb)&lt;br /&gt;
(CirLbsquare) -700, 1100, Marker: (CirLbsquare)&lt;br /&gt;
(CirLbdiamond) -700, 1000, Marker: (CirLbdiamond)&lt;br /&gt;
(CirLbtriangle) -700, 900, Marker: (CirLbtriangle)&lt;br /&gt;
(CirLbcircle) -700, 800, Marker: (CirLbcircle)&lt;br /&gt;
(CirLbstar) -700, 700, Marker: (CirLbstar)&lt;br /&gt;
(CirLbfish) -700, 600, Marker: (CirLbfish)&lt;br /&gt;
(CirLbpollution) -700, 500, Marker: (CirLbpollution)&lt;br /&gt;
(PinLbA) -700, 400, Marker: (PinLbA)&lt;br /&gt;
(PinLbB) -700, 300, Marker: (PinLbB)&lt;br /&gt;
(PinLbC) -700, 200, Marker: (PinLbC)&lt;br /&gt;
(PinLbD) -700, 100, Marker: (PinLbD)&lt;br /&gt;
(PinLbE) -700, 0, Marker: (PinLbE)&lt;br /&gt;
(PinLbF) -700, -100, Marker: (PinLbF)&lt;br /&gt;
(PinLbG) -700, -200, Marker: (PinLbG)&lt;br /&gt;
(PinLbH) -700, -300, Marker: (PinLbH)&lt;br /&gt;
(PinLbI) -700, -400, Marker: (PinLbI)&lt;br /&gt;
(PinLbJ) -700, -500, Marker: (PinLbJ)&lt;br /&gt;
(PinLbK) -700, -600, Marker: (PinLbK)&lt;br /&gt;
(PinLbL) -700, -700, Marker: (PinLbL)&lt;br /&gt;
(PinLbM) -700, -800, Marker: (PinLbM)&lt;br /&gt;
(PinLbN) -700, -900, Marker: (PinLbN)&lt;br /&gt;
(PinLbO) -700, -1000, Marker: (PinLbO)&lt;br /&gt;
(PinLbP) -700, -1100, Marker: (PinLbP)&lt;br /&gt;
(PinLbQ) -700, -1200, Marker: (PinLbQ)&lt;br /&gt;
(PinLbR) -700, -1300, Marker: (PinLbR)&lt;br /&gt;
(PinLbS) -700, -1400, Marker: (PinLbS)&lt;br /&gt;
(PinLbT) -700, -1500, Marker: (PinLbT)&lt;br /&gt;
(PinLbU) -700, -1600, Marker: (PinLbU)&lt;br /&gt;
(PinLbV) -700, -1700, Marker: (PinLbV)&lt;br /&gt;
(PinLbW) -700, -1800, Marker: (PinLbW)&lt;br /&gt;
(PinLbX) -700, -1900, Marker: (PinLbX)&lt;br /&gt;
(PinLbY) -700, -2000, Marker: (PinLbY)&lt;br /&gt;
(PinLbZ) -700, -2100, Marker: (PinLbZ)&lt;br /&gt;
(PinLb) -700, -2200, Marker: (PinLb)&lt;br /&gt;
(PinLbsquare) -700, -2300, Marker: (PinLbsquare)&lt;br /&gt;
(PinLbdiamond) -700, -2400, Marker: (PinLbdiamond)&lt;br /&gt;
(PinLbtriangle) -700, -2500, Marker: (PinLbtriangle)&lt;br /&gt;
(PinLbcircle) -700, -2600, Marker: (PinLbcircle)&lt;br /&gt;
(PinLbstar) -700, -2700, Marker: (PinLbstar)&lt;br /&gt;
(PinLbfish) -700, -2800, Marker: (PinLbfish)&lt;br /&gt;
(PinLbpollution) -700, -2900, Marker: (PinLbpollution)&lt;br /&gt;
(BallLb) -700, -3000, Marker: (BallLb)&lt;br /&gt;
(DotLb) -700, -3100, Marker: (DotLb)&lt;br /&gt;
(DPLb) -700, -3200, Marker: (DPLb)&lt;br /&gt;
(GHLb) -700, -3300, Marker: (GHLb)&lt;br /&gt;
(PPLb) -700, -3400, Marker: (PPLb)&lt;br /&gt;
(BlA) -500, 7200, Marker: (BlA)&lt;br /&gt;
(BlB) -500, 7100, Marker: (BlB)&lt;br /&gt;
(BlC) -500, 7000, Marker: (BlC)&lt;br /&gt;
(BlD) -500, 6900, Marker: (BlD)&lt;br /&gt;
(BlE) -500, 6800, Marker: (BlE)&lt;br /&gt;
(BlF) -500, 6700, Marker: (BlF)&lt;br /&gt;
(BlG) -500, 6600, Marker: (BlG)&lt;br /&gt;
(BlH) -500, 6500, Marker: (BlH)&lt;br /&gt;
(BlI) -500, 6400, Marker: (BlI)&lt;br /&gt;
(BlJ) -500, 6300, Marker: (BlJ)&lt;br /&gt;
(BlK) -500, 6200, Marker: (BlK)&lt;br /&gt;
(BlL) -500, 6100, Marker: (BlL)&lt;br /&gt;
(BlM) -500, 6000, Marker: (BlM)&lt;br /&gt;
(BlN) -500, 5900, Marker: (BlN)&lt;br /&gt;
(BlO) -500, 5800, Marker: (BlO)&lt;br /&gt;
(BlP) -500, 5700, Marker: (BlP)&lt;br /&gt;
(BlQ) -500, 5600, Marker: (BlQ)&lt;br /&gt;
(BlR) -500, 5500, Marker: (BlR)&lt;br /&gt;
(BlS) -500, 5400, Marker: (BlS)&lt;br /&gt;
(BlT) -500, 5300, Marker: (BlT)&lt;br /&gt;
(BlU) -500, 5200, Marker: (BlU)&lt;br /&gt;
(BlV) -500, 5100, Marker: (BlV)&lt;br /&gt;
(BlW) -500, 5000, Marker: (BlW)&lt;br /&gt;
(BlX) -500, 4900, Marker: (BlX)&lt;br /&gt;
(BlY) -500, 4800, Marker: (BlY)&lt;br /&gt;
(BlZ) -500, 4700, Marker: (BlZ)&lt;br /&gt;
(Bl) -500, 4600, Marker: (Bl)&lt;br /&gt;
(Blsquare) -500, 4500, Marker: (Blsquare)&lt;br /&gt;
(Bldiamond) -500, 4400, Marker: (Bldiamond)&lt;br /&gt;
(Bltriangle) -500, 4300, Marker: (Bltriangle)&lt;br /&gt;
(Blcircle) -500, 4200, Marker: (Blcircle)&lt;br /&gt;
(Blstar) -500, 4100, Marker: (Blstar)&lt;br /&gt;
(Blfish) -500, 4000, Marker: (Blfish)&lt;br /&gt;
(Blpollution) -500, 3900, Marker: (Blpollution)&lt;br /&gt;
(CirBlA) -500, 3800, Marker: (CirBlA)&lt;br /&gt;
(CirBlB) -500, 3700, Marker: (CirBlB)&lt;br /&gt;
(CirBlC) -500, 3600, Marker: (CirBlC)&lt;br /&gt;
(CirBlD) -500, 3500, Marker: (CirBlD)&lt;br /&gt;
(CirBlE) -500, 3400, Marker: (CirBlE)&lt;br /&gt;
(CirBlF) -500, 3300, Marker: (CirBlF)&lt;br /&gt;
(CirBlG) -500, 3200, Marker: (CirBlG)&lt;br /&gt;
(CirBlH) -500, 3100, Marker: (CirBlH)&lt;br /&gt;
(CirBlI) -500, 3000, Marker: (CirBlI)&lt;br /&gt;
(CirBlJ) -500, 2900, Marker: (CirBlJ)&lt;br /&gt;
(CirBlK) -500, 2800, Marker: (CirBlK)&lt;br /&gt;
(CirBlL) -500, 2700, Marker: (CirBlL)&lt;br /&gt;
(CirBlM) -500, 2600, Marker: (CirBlM)&lt;br /&gt;
(CirBlN) -500, 2500, Marker: (CirBlN)&lt;br /&gt;
(CirBlO) -500, 2400, Marker: (CirBlO)&lt;br /&gt;
(CirBlP) -500, 2300, Marker: (CirBlP)&lt;br /&gt;
(CirBlQ) -500, 2200, Marker: (CirBlQ)&lt;br /&gt;
(CirBlR) -500, 2100, Marker: (CirBlR)&lt;br /&gt;
(CirBlS) -500, 2000, Marker: (CirBlS)&lt;br /&gt;
(CirBlT) -500, 1900, Marker: (CirBlT)&lt;br /&gt;
(CirBlU) -500, 1800, Marker: (CirBlU)&lt;br /&gt;
(CirBlV) -500, 1700, Marker: (CirBlV)&lt;br /&gt;
(CirBlW) -500, 1600, Marker: (CirBlW)&lt;br /&gt;
(CirBlX) -500, 1500, Marker: (CirBlX)&lt;br /&gt;
(CirBlY) -500, 1400, Marker: (CirBlY)&lt;br /&gt;
(CirBlZ) -500, 1300, Marker: (CirBlZ)&lt;br /&gt;
(CirBl) -500, 1200, Marker: (CirBl)&lt;br /&gt;
(CirBlsquare) -500, 1100, Marker: (CirBlsquare)&lt;br /&gt;
(CirBldiamond) -500, 1000, Marker: (CirBldiamond)&lt;br /&gt;
(CirBltriangle) -500, 900, Marker: (CirBltriangle)&lt;br /&gt;
(CirBlcircle) -500, 800, Marker: (CirBlcircle)&lt;br /&gt;
(CirBlstar) -500, 700, Marker: (CirBlstar)&lt;br /&gt;
(CirBlfish) -500, 600, Marker: (CirBlfish)&lt;br /&gt;
(CirBlpollution) -500, 500, Marker: (CirBlpollution)&lt;br /&gt;
(PinBlA) -500, 400, Marker: (PinBlA)&lt;br /&gt;
(PinBlB) -500, 300, Marker: (PinBlB)&lt;br /&gt;
(PinBlC) -500, 200, Marker: (PinBlC)&lt;br /&gt;
(PinBlD) -500, 100, Marker: (PinBlD)&lt;br /&gt;
(PinBlE) -500, 0, Marker: (PinBlE)&lt;br /&gt;
(PinBlF) -500, -100, Marker: (PinBlF)&lt;br /&gt;
(PinBlG) -500, -200, Marker: (PinBlG)&lt;br /&gt;
(PinBlH) -500, -300, Marker: (PinBlH)&lt;br /&gt;
(PinBlI) -500, -400, Marker: (PinBlI)&lt;br /&gt;
(PinBlJ) -500, -500, Marker: (PinBlJ)&lt;br /&gt;
(PinBlK) -500, -600, Marker: (PinBlK)&lt;br /&gt;
(PinBlL) -500, -700, Marker: (PinBlL)&lt;br /&gt;
(PinBlM) -500, -800, Marker: (PinBlM)&lt;br /&gt;
(PinBlN) -500, -900, Marker: (PinBlN)&lt;br /&gt;
(PinBlO) -500, -1000, Marker: (PinBlO)&lt;br /&gt;
(PinBlP) -500, -1100, Marker: (PinBlP)&lt;br /&gt;
(PinBlQ) -500, -1200, Marker: (PinBlQ)&lt;br /&gt;
(PinBlR) -500, -1300, Marker: (PinBlR)&lt;br /&gt;
(PinBlS) -500, -1400, Marker: (PinBlS)&lt;br /&gt;
(PinBlT) -500, -1500, Marker: (PinBlT)&lt;br /&gt;
(PinBlU) -500, -1600, Marker: (PinBlU)&lt;br /&gt;
(PinBlV) -500, -1700, Marker: (PinBlV)&lt;br /&gt;
(PinBlW) -500, -1800, Marker: (PinBlW)&lt;br /&gt;
(PinBlX) -500, -1900, Marker: (PinBlX)&lt;br /&gt;
(PinBlY) -500, -2000, Marker: (PinBlY)&lt;br /&gt;
(PinBlZ) -500, -2100, Marker: (PinBlZ)&lt;br /&gt;
(PinBl) -500, -2200, Marker: (PinBl)&lt;br /&gt;
(PinBlsquare) -500, -2300, Marker: (PinBlsquare)&lt;br /&gt;
(PinBldiamond) -500, -2400, Marker: (PinBldiamond)&lt;br /&gt;
(PinBltriangle) -500, -2500, Marker: (PinBltriangle)&lt;br /&gt;
(PinBlcircle) -500, -2600, Marker: (PinBlcircle)&lt;br /&gt;
(PinBlstar) -500, -2700, Marker: (PinBlstar)&lt;br /&gt;
(PinBlfish) -500, -2800, Marker: (PinBlfish)&lt;br /&gt;
(PinBlpollution) -500, -2900, Marker: (PinBlpollution)&lt;br /&gt;
(BallBl) -500, -3000, Marker: (BallBl)&lt;br /&gt;
(DotBl) -500, -3100, Marker: (DotBl)&lt;br /&gt;
(DPBl) -500, -3200, Marker: (DPBl)&lt;br /&gt;
(GHBl) -500, -3300, Marker: (GHBl)&lt;br /&gt;
(PPBl) -500, -3400, Marker: (PPBl)&lt;br /&gt;
(PuA) -300, 7200, Marker: (PuA)&lt;br /&gt;
(PuB) -300, 7100, Marker: (PuB)&lt;br /&gt;
(PuC) -300, 7000, Marker: (PuC)&lt;br /&gt;
(PuD) -300, 6900, Marker: (PuD)&lt;br /&gt;
(PuE) -300, 6800, Marker: (PuE)&lt;br /&gt;
(PuF) -300, 6700, Marker: (PuF)&lt;br /&gt;
(PuG) -300, 6600, Marker: (PuG)&lt;br /&gt;
(PuH) -300, 6500, Marker: (PuH)&lt;br /&gt;
(PuI) -300, 6400, Marker: (PuI)&lt;br /&gt;
(PuJ) -300, 6300, Marker: (PuJ)&lt;br /&gt;
(PuK) -300, 6200, Marker: (PuK)&lt;br /&gt;
(PuL) -300, 6100, Marker: (PuL)&lt;br /&gt;
(PuM) -300, 6000, Marker: (PuM)&lt;br /&gt;
(PuN) -300, 5900, Marker: (PuN)&lt;br /&gt;
(PuO) -300, 5800, Marker: (PuO)&lt;br /&gt;
(PuP) -300, 5700, Marker: (PuP)&lt;br /&gt;
(PuQ) -300, 5600, Marker: (PuQ)&lt;br /&gt;
(PuR) -300, 5500, Marker: (PuR)&lt;br /&gt;
(PuS) -300, 5400, Marker: (PuS)&lt;br /&gt;
(PuT) -300, 5300, Marker: (PuT)&lt;br /&gt;
(PuU) -300, 5200, Marker: (PuU)&lt;br /&gt;
(PuV) -300, 5100, Marker: (PuV)&lt;br /&gt;
(PuW) -300, 5000, Marker: (PuW)&lt;br /&gt;
(PuX) -300, 4900, Marker: (PuX)&lt;br /&gt;
(PuY) -300, 4800, Marker: (PuY)&lt;br /&gt;
(PuZ) -300, 4700, Marker: (PuZ)&lt;br /&gt;
(Pu) -300, 4600, Marker: (Pu)&lt;br /&gt;
(Pusquare) -300, 4500, Marker: (Pusquare)&lt;br /&gt;
(Pudiamond) -300, 4400, Marker: (Pudiamond)&lt;br /&gt;
(Putriangle) -300, 4300, Marker: (Putriangle)&lt;br /&gt;
(Pucircle) -300, 4200, Marker: (Pucircle)&lt;br /&gt;
(Pustar) -300, 4100, Marker: (Pustar)&lt;br /&gt;
(Pufish) -300, 4000, Marker: (Pufish)&lt;br /&gt;
(Pupollution) -300, 3900, Marker: (Pupollution)&lt;br /&gt;
(CirPuA) -300, 3800, Marker: (CirPuA)&lt;br /&gt;
(CirPuB) -300, 3700, Marker: (CirPuB)&lt;br /&gt;
(CirPuC) -300, 3600, Marker: (CirPuC)&lt;br /&gt;
(CirPuD) -300, 3500, Marker: (CirPuD)&lt;br /&gt;
(CirPuE) -300, 3400, Marker: (CirPuE)&lt;br /&gt;
(CirPuF) -300, 3300, Marker: (CirPuF)&lt;br /&gt;
(CirPuG) -300, 3200, Marker: (CirPuG)&lt;br /&gt;
(CirPuH) -300, 3100, Marker: (CirPuH)&lt;br /&gt;
(CirPuI) -300, 3000, Marker: (CirPuI)&lt;br /&gt;
(CirPuJ) -300, 2900, Marker: (CirPuJ)&lt;br /&gt;
(CirPuK) -300, 2800, Marker: (CirPuK)&lt;br /&gt;
(CirPuL) -300, 2700, Marker: (CirPuL)&lt;br /&gt;
(CirPuM) -300, 2600, Marker: (CirPuM)&lt;br /&gt;
(CirPuN) -300, 2500, Marker: (CirPuN)&lt;br /&gt;
(CirPuO) -300, 2400, Marker: (CirPuO)&lt;br /&gt;
(CirPuP) -300, 2300, Marker: (CirPuP)&lt;br /&gt;
(CirPuQ) -300, 2200, Marker: (CirPuQ)&lt;br /&gt;
(CirPuR) -300, 2100, Marker: (CirPuR)&lt;br /&gt;
(CirPuS) -300, 2000, Marker: (CirPuS)&lt;br /&gt;
(CirPuT) -300, 1900, Marker: (CirPuT)&lt;br /&gt;
(CirPuU) -300, 1800, Marker: (CirPuU)&lt;br /&gt;
(CirPuV) -300, 1700, Marker: (CirPuV)&lt;br /&gt;
(CirPuW) -300, 1600, Marker: (CirPuW)&lt;br /&gt;
(CirPuX) -300, 1500, Marker: (CirPuX)&lt;br /&gt;
(CirPuY) -300, 1400, Marker: (CirPuY)&lt;br /&gt;
(CirPuZ) -300, 1300, Marker: (CirPuZ)&lt;br /&gt;
(CirPu) -300, 1200, Marker: (CirPu)&lt;br /&gt;
(CirPusquare) -300, 1100, Marker: (CirPusquare)&lt;br /&gt;
(CirPudiamond) -300, 1000, Marker: (CirPudiamond)&lt;br /&gt;
(CirPutriangle) -300, 900, Marker: (CirPutriangle)&lt;br /&gt;
(CirPucircle) -300, 800, Marker: (CirPucircle)&lt;br /&gt;
(CirPustar) -300, 700, Marker: (CirPustar)&lt;br /&gt;
(CirPufish) -300, 600, Marker: (CirPufish)&lt;br /&gt;
(CirPupollution) -300, 500, Marker: (CirPupollution)&lt;br /&gt;
(PinPuA) -300, 400, Marker: (PinPuA)&lt;br /&gt;
(PinPuB) -300, 300, Marker: (PinPuB)&lt;br /&gt;
(PinPuC) -300, 200, Marker: (PinPuC)&lt;br /&gt;
(PinPuD) -300, 100, Marker: (PinPuD)&lt;br /&gt;
(PinPuE) -300, 0, Marker: (PinPuE)&lt;br /&gt;
(PinPuF) -300, -100, Marker: (PinPuF)&lt;br /&gt;
(PinPuG) -300, -200, Marker: (PinPuG)&lt;br /&gt;
(PinPuH) -300, -300, Marker: (PinPuH)&lt;br /&gt;
(PinPuI) -300, -400, Marker: (PinPuI)&lt;br /&gt;
(PinPuJ) -300, -500, Marker: (PinPuJ)&lt;br /&gt;
(PinPuK) -300, -600, Marker: (PinPuK)&lt;br /&gt;
(PinPuL) -300, -700, Marker: (PinPuL)&lt;br /&gt;
(PinPuM) -300, -800, Marker: (PinPuM)&lt;br /&gt;
(PinPuN) -300, -900, Marker: (PinPuN)&lt;br /&gt;
(PinPuO) -300, -1000, Marker: (PinPuO)&lt;br /&gt;
(PinPuP) -300, -1100, Marker: (PinPuP)&lt;br /&gt;
(PinPuQ) -300, -1200, Marker: (PinPuQ)&lt;br /&gt;
(PinPuR) -300, -1300, Marker: (PinPuR)&lt;br /&gt;
(PinPuS) -300, -1400, Marker: (PinPuS)&lt;br /&gt;
(PinPuT) -300, -1500, Marker: (PinPuT)&lt;br /&gt;
(PinPuU) -300, -1600, Marker: (PinPuU)&lt;br /&gt;
(PinPuV) -300, -1700, Marker: (PinPuV)&lt;br /&gt;
(PinPuW) -300, -1800, Marker: (PinPuW)&lt;br /&gt;
(PinPuX) -300, -1900, Marker: (PinPuX)&lt;br /&gt;
(PinPuY) -300, -2000, Marker: (PinPuY)&lt;br /&gt;
(PinPuZ) -300, -2100, Marker: (PinPuZ)&lt;br /&gt;
(PinPu) -300, -2200, Marker: (PinPu)&lt;br /&gt;
(PinPusquare) -300, -2300, Marker: (PinPusquare)&lt;br /&gt;
(PinPudiamond) -300, -2400, Marker: (PinPudiamond)&lt;br /&gt;
(PinPutriangle) -300, -2500, Marker: (PinPutriangle)&lt;br /&gt;
(PinPucircle) -300, -2600, Marker: (PinPucircle)&lt;br /&gt;
(PinPustar) -300, -2700, Marker: (PinPustar)&lt;br /&gt;
(PinPufish) -300, -2800, Marker: (PinPufish)&lt;br /&gt;
(PinPupollution) -300, -2900, Marker: (PinPupollution)&lt;br /&gt;
(BallPu) -300, -3000, Marker: (BallPu)&lt;br /&gt;
(DotPu) -300, -3100, Marker: (DotPu)&lt;br /&gt;
(DPPu) -300, -3200, Marker: (DPPu)&lt;br /&gt;
(GHPu) -300, -3300, Marker: (GHPu)&lt;br /&gt;
(PPPu) -300, -3400, Marker: (PPPu)&lt;br /&gt;
(ViA) -100, 7200, Marker: (ViA)&lt;br /&gt;
(ViB) -100, 7100, Marker: (ViB)&lt;br /&gt;
(ViC) -100, 7000, Marker: (ViC)&lt;br /&gt;
(ViD) -100, 6900, Marker: (ViD)&lt;br /&gt;
(ViE) -100, 6800, Marker: (ViE)&lt;br /&gt;
(ViF) -100, 6700, Marker: (ViF)&lt;br /&gt;
(ViG) -100, 6600, Marker: (ViG)&lt;br /&gt;
(ViH) -100, 6500, Marker: (ViH)&lt;br /&gt;
(ViI) -100, 6400, Marker: (ViI)&lt;br /&gt;
(ViJ) -100, 6300, Marker: (ViJ)&lt;br /&gt;
(ViK) -100, 6200, Marker: (ViK)&lt;br /&gt;
(ViL) -100, 6100, Marker: (ViL)&lt;br /&gt;
(ViM) -100, 6000, Marker: (ViM)&lt;br /&gt;
(ViN) -100, 5900, Marker: (ViN)&lt;br /&gt;
(ViO) -100, 5800, Marker: (ViO)&lt;br /&gt;
(ViP) -100, 5700, Marker: (ViP)&lt;br /&gt;
(ViQ) -100, 5600, Marker: (ViQ)&lt;br /&gt;
(ViR) -100, 5500, Marker: (ViR)&lt;br /&gt;
(ViS) -100, 5400, Marker: (ViS)&lt;br /&gt;
(ViT) -100, 5300, Marker: (ViT)&lt;br /&gt;
(ViU) -100, 5200, Marker: (ViU)&lt;br /&gt;
(ViV) -100, 5100, Marker: (ViV)&lt;br /&gt;
(ViW) -100, 5000, Marker: (ViW)&lt;br /&gt;
(ViX) -100, 4900, Marker: (ViX)&lt;br /&gt;
(ViY) -100, 4800, Marker: (ViY)&lt;br /&gt;
(ViZ) -100, 4700, Marker: (ViZ)&lt;br /&gt;
(Vi) -100, 4600, Marker: (Vi)&lt;br /&gt;
(Visquare) -100, 4500, Marker: (Visquare)&lt;br /&gt;
(Vidiamond) -100, 4400, Marker: (Vidiamond)&lt;br /&gt;
(Vitriangle) -100, 4300, Marker: (Vitriangle)&lt;br /&gt;
(Vicircle) -100, 4200, Marker: (Vicircle)&lt;br /&gt;
(Vistar) -100, 4100, Marker: (Vistar)&lt;br /&gt;
(Vifish) -100, 4000, Marker: (Vifish)&lt;br /&gt;
(Vipollution) -100, 3900, Marker: (Vipollution)&lt;br /&gt;
(CirViA) -100, 3800, Marker: (CirViA)&lt;br /&gt;
(CirViB) -100, 3700, Marker: (CirViB)&lt;br /&gt;
(CirViC) -100, 3600, Marker: (CirViC)&lt;br /&gt;
(CirViD) -100, 3500, Marker: (CirViD)&lt;br /&gt;
(CirViE) -100, 3400, Marker: (CirViE)&lt;br /&gt;
(CirViF) -100, 3300, Marker: (CirViF)&lt;br /&gt;
(CirViG) -100, 3200, Marker: (CirViG)&lt;br /&gt;
(CirViH) -100, 3100, Marker: (CirViH)&lt;br /&gt;
(CirViI) -100, 3000, Marker: (CirViI)&lt;br /&gt;
(CirViJ) -100, 2900, Marker: (CirViJ)&lt;br /&gt;
(CirViK) -100, 2800, Marker: (CirViK)&lt;br /&gt;
(CirViL) -100, 2700, Marker: (CirViL)&lt;br /&gt;
(CirViM) -100, 2600, Marker: (CirViM)&lt;br /&gt;
(CirViN) -100, 2500, Marker: (CirViN)&lt;br /&gt;
(CirViO) -100, 2400, Marker: (CirViO)&lt;br /&gt;
(CirViP) -100, 2300, Marker: (CirViP)&lt;br /&gt;
(CirViQ) -100, 2200, Marker: (CirViQ)&lt;br /&gt;
(CirViR) -100, 2100, Marker: (CirViR)&lt;br /&gt;
(CirViS) -100, 2000, Marker: (CirViS)&lt;br /&gt;
(CirViT) -100, 1900, Marker: (CirViT)&lt;br /&gt;
(CirViU) -100, 1800, Marker: (CirViU)&lt;br /&gt;
(CirViV) -100, 1700, Marker: (CirViV)&lt;br /&gt;
(CirViW) -100, 1600, Marker: (CirViW)&lt;br /&gt;
(CirViX) -100, 1500, Marker: (CirViX)&lt;br /&gt;
(CirViY) -100, 1400, Marker: (CirViY)&lt;br /&gt;
(CirViZ) -100, 1300, Marker: (CirViZ)&lt;br /&gt;
(CirVi) -100, 1200, Marker: (CirVi)&lt;br /&gt;
(CirVisquare) -100, 1100, Marker: (CirVisquare)&lt;br /&gt;
(CirVidiamond) -100, 1000, Marker: (CirVidiamond)&lt;br /&gt;
(CirVitriangle) -100, 900, Marker: (CirVitriangle)&lt;br /&gt;
(CirVicircle) -100, 800, Marker: (CirVicircle)&lt;br /&gt;
(CirVistar) -100, 700, Marker: (CirVistar)&lt;br /&gt;
(CirVifish) -100, 600, Marker: (CirVifish)&lt;br /&gt;
(CirVipollution) -100, 500, Marker: (CirVipollution)&lt;br /&gt;
(PinViA) -100, 400, Marker: (PinViA)&lt;br /&gt;
(PinViB) -100, 300, Marker: (PinViB)&lt;br /&gt;
(PinViC) -100, 200, Marker: (PinViC)&lt;br /&gt;
(PinViD) -100, 100, Marker: (PinViD)&lt;br /&gt;
(PinViE) -100, 0, Marker: (PinViE)&lt;br /&gt;
(PinViF) -100, -100, Marker: (PinViF)&lt;br /&gt;
(PinViG) -100, -200, Marker: (PinViG)&lt;br /&gt;
(PinViH) -100, -300, Marker: (PinViH)&lt;br /&gt;
(PinViI) -100, -400, Marker: (PinViI)&lt;br /&gt;
(PinViJ) -100, -500, Marker: (PinViJ)&lt;br /&gt;
(PinViK) -100, -600, Marker: (PinViK)&lt;br /&gt;
(PinViL) -100, -700, Marker: (PinViL)&lt;br /&gt;
(PinViM) -100, -800, Marker: (PinViM)&lt;br /&gt;
(PinViN) -100, -900, Marker: (PinViN)&lt;br /&gt;
(PinViO) -100, -1000, Marker: (PinViO)&lt;br /&gt;
(PinViP) -100, -1100, Marker: (PinViP)&lt;br /&gt;
(PinViQ) -100, -1200, Marker: (PinViQ)&lt;br /&gt;
(PinViR) -100, -1300, Marker: (PinViR)&lt;br /&gt;
(PinViS) -100, -1400, Marker: (PinViS)&lt;br /&gt;
(PinViT) -100, -1500, Marker: (PinViT)&lt;br /&gt;
(PinViU) -100, -1600, Marker: (PinViU)&lt;br /&gt;
(PinViV) -100, -1700, Marker: (PinViV)&lt;br /&gt;
(PinViW) -100, -1800, Marker: (PinViW)&lt;br /&gt;
(PinViX) -100, -1900, Marker: (PinViX)&lt;br /&gt;
(PinViY) -100, -2000, Marker: (PinViY)&lt;br /&gt;
(PinViZ) -100, -2100, Marker: (PinViZ)&lt;br /&gt;
(PinVi) -100, -2200, Marker: (PinVi)&lt;br /&gt;
(PinVisquare) -100, -2300, Marker: (PinVisquare)&lt;br /&gt;
(PinVidiamond) -100, -2400, Marker: (PinVidiamond)&lt;br /&gt;
(PinVitriangle) -100, -2500, Marker: (PinVitriangle)&lt;br /&gt;
(PinVicircle) -100, -2600, Marker: (PinVicircle)&lt;br /&gt;
(PinVistar) -100, -2700, Marker: (PinVistar)&lt;br /&gt;
(PinVifish) -100, -2800, Marker: (PinVifish)&lt;br /&gt;
(PinVipollution) -100, -2900, Marker: (PinVipollution)&lt;br /&gt;
(BallVi) -100, -3000, Marker: (BallVi)&lt;br /&gt;
(DotVi) -100, -3100, Marker: (DotVi)&lt;br /&gt;
(DPVi) -100, -3200, Marker: (DPVi)&lt;br /&gt;
(GHVi) -100, -3300, Marker: (GHVi)&lt;br /&gt;
(PPVi) -100, -3400, Marker: (PPVi)&lt;br /&gt;
(PkA) 100, 7200, Marker: (PkA)&lt;br /&gt;
(PkB) 100, 7100, Marker: (PkB)&lt;br /&gt;
(PkC) 100, 7000, Marker: (PkC)&lt;br /&gt;
(PkD) 100, 6900, Marker: (PkD)&lt;br /&gt;
(PkE) 100, 6800, Marker: (PkE)&lt;br /&gt;
(PkF) 100, 6700, Marker: (PkF)&lt;br /&gt;
(PkG) 100, 6600, Marker: (PkG)&lt;br /&gt;
(PkH) 100, 6500, Marker: (PkH)&lt;br /&gt;
(PkI) 100, 6400, Marker: (PkI)&lt;br /&gt;
(PkJ) 100, 6300, Marker: (PkJ)&lt;br /&gt;
(PkK) 100, 6200, Marker: (PkK)&lt;br /&gt;
(PkL) 100, 6100, Marker: (PkL)&lt;br /&gt;
(PkM) 100, 6000, Marker: (PkM)&lt;br /&gt;
(PkN) 100, 5900, Marker: (PkN)&lt;br /&gt;
(PkO) 100, 5800, Marker: (PkO)&lt;br /&gt;
(PkP) 100, 5700, Marker: (PkP)&lt;br /&gt;
(PkQ) 100, 5600, Marker: (PkQ)&lt;br /&gt;
(PkR) 100, 5500, Marker: (PkR)&lt;br /&gt;
(PkS) 100, 5400, Marker: (PkS)&lt;br /&gt;
(PkT) 100, 5300, Marker: (PkT)&lt;br /&gt;
(PkU) 100, 5200, Marker: (PkU)&lt;br /&gt;
(PkV) 100, 5100, Marker: (PkV)&lt;br /&gt;
(PkW) 100, 5000, Marker: (PkW)&lt;br /&gt;
(PkX) 100, 4900, Marker: (PkX)&lt;br /&gt;
(PkY) 100, 4800, Marker: (PkY)&lt;br /&gt;
(PkZ) 100, 4700, Marker: (PkZ)&lt;br /&gt;
(Pk) 100, 4600, Marker: (Pk)&lt;br /&gt;
(Pksquare) 100, 4500, Marker: (Pksquare)&lt;br /&gt;
(Pkdiamond) 100, 4400, Marker: (Pkdiamond)&lt;br /&gt;
(Pktriangle) 100, 4300, Marker: (Pktriangle)&lt;br /&gt;
(Pkcircle) 100, 4200, Marker: (Pkcircle)&lt;br /&gt;
(Pkstar) 100, 4100, Marker: (Pkstar)&lt;br /&gt;
(Pkfish) 100, 4000, Marker: (Pkfish)&lt;br /&gt;
(Pkpollution) 100, 3900, Marker: (Pkpollution)&lt;br /&gt;
(CirPkA) 100, 3800, Marker: (CirPkA)&lt;br /&gt;
(CirPkB) 100, 3700, Marker: (CirPkB)&lt;br /&gt;
(CirPkC) 100, 3600, Marker: (CirPkC)&lt;br /&gt;
(CirPkD) 100, 3500, Marker: (CirPkD)&lt;br /&gt;
(CirPkE) 100, 3400, Marker: (CirPkE)&lt;br /&gt;
(CirPkF) 100, 3300, Marker: (CirPkF)&lt;br /&gt;
(CirPkG) 100, 3200, Marker: (CirPkG)&lt;br /&gt;
(CirPkH) 100, 3100, Marker: (CirPkH)&lt;br /&gt;
(CirPkI) 100, 3000, Marker: (CirPkI)&lt;br /&gt;
(CirPkJ) 100, 2900, Marker: (CirPkJ)&lt;br /&gt;
(CirPkK) 100, 2800, Marker: (CirPkK)&lt;br /&gt;
(CirPkL) 100, 2700, Marker: (CirPkL)&lt;br /&gt;
(CirPkM) 100, 2600, Marker: (CirPkM)&lt;br /&gt;
(CirPkN) 100, 2500, Marker: (CirPkN)&lt;br /&gt;
(CirPkO) 100, 2400, Marker: (CirPkO)&lt;br /&gt;
(CirPkP) 100, 2300, Marker: (CirPkP)&lt;br /&gt;
(CirPkQ) 100, 2200, Marker: (CirPkQ)&lt;br /&gt;
(CirPkR) 100, 2100, Marker: (CirPkR)&lt;br /&gt;
(CirPkS) 100, 2000, Marker: (CirPkS)&lt;br /&gt;
(CirPkT) 100, 1900, Marker: (CirPkT)&lt;br /&gt;
(CirPkU) 100, 1800, Marker: (CirPkU)&lt;br /&gt;
(CirPkV) 100, 1700, Marker: (CirPkV)&lt;br /&gt;
(CirPkW) 100, 1600, Marker: (CirPkW)&lt;br /&gt;
(CirPkX) 100, 1500, Marker: (CirPkX)&lt;br /&gt;
(CirPkY) 100, 1400, Marker: (CirPkY)&lt;br /&gt;
(CirPkZ) 100, 1300, Marker: (CirPkZ)&lt;br /&gt;
(CirPk) 100, 1200, Marker: (CirPk)&lt;br /&gt;
(CirPksquare) 100, 1100, Marker: (CirPksquare)&lt;br /&gt;
(CirPkdiamond) 100, 1000, Marker: (CirPkdiamond)&lt;br /&gt;
(CirPktriangle) 100, 900, Marker: (CirPktriangle)&lt;br /&gt;
(CirPkcircle) 100, 800, Marker: (CirPkcircle)&lt;br /&gt;
(CirPkstar) 100, 700, Marker: (CirPkstar)&lt;br /&gt;
(CirPkfish) 100, 600, Marker: (CirPkfish)&lt;br /&gt;
(CirPkpollution) 100, 500, Marker: (CirPkpollution)&lt;br /&gt;
(PinPkA) 100, 400, Marker: (PinPkA)&lt;br /&gt;
(PinPkB) 100, 300, Marker: (PinPkB)&lt;br /&gt;
(PinPkC) 100, 200, Marker: (PinPkC)&lt;br /&gt;
(PinPkD) 100, 100, Marker: (PinPkD)&lt;br /&gt;
(PinPkE) 100, 0, Marker: (PinPkE)&lt;br /&gt;
(PinPkF) 100, -100, Marker: (PinPkF)&lt;br /&gt;
(PinPkG) 100, -200, Marker: (PinPkG)&lt;br /&gt;
(PinPkH) 100, -300, Marker: (PinPkH)&lt;br /&gt;
(PinPkI) 100, -400, Marker: (PinPkI)&lt;br /&gt;
(PinPkJ) 100, -500, Marker: (PinPkJ)&lt;br /&gt;
(PinPkK) 100, -600, Marker: (PinPkK)&lt;br /&gt;
(PinPkL) 100, -700, Marker: (PinPkL)&lt;br /&gt;
(PinPkM) 100, -800, Marker: (PinPkM)&lt;br /&gt;
(PinPkN) 100, -900, Marker: (PinPkN)&lt;br /&gt;
(PinPkO) 100, -1000, Marker: (PinPkO)&lt;br /&gt;
(PinPkP) 100, -1100, Marker: (PinPkP)&lt;br /&gt;
(PinPkQ) 100, -1200, Marker: (PinPkQ)&lt;br /&gt;
(PinPkR) 100, -1300, Marker: (PinPkR)&lt;br /&gt;
(PinPkS) 100, -1400, Marker: (PinPkS)&lt;br /&gt;
(PinPkT) 100, -1500, Marker: (PinPkT)&lt;br /&gt;
(PinPkU) 100, -1600, Marker: (PinPkU)&lt;br /&gt;
(PinPkV) 100, -1700, Marker: (PinPkV)&lt;br /&gt;
(PinPkW) 100, -1800, Marker: (PinPkW)&lt;br /&gt;
(PinPkX) 100, -1900, Marker: (PinPkX)&lt;br /&gt;
(PinPkY) 100, -2000, Marker: (PinPkY)&lt;br /&gt;
(PinPkZ) 100, -2100, Marker: (PinPkZ)&lt;br /&gt;
(PinPk) 100, -2200, Marker: (PinPk)&lt;br /&gt;
(PinPksquare) 100, -2300, Marker: (PinPksquare)&lt;br /&gt;
(PinPkdiamond) 100, -2400, Marker: (PinPkdiamond)&lt;br /&gt;
(PinPktriangle) 100, -2500, Marker: (PinPktriangle)&lt;br /&gt;
(PinPkcircle) 100, -2600, Marker: (PinPkcircle)&lt;br /&gt;
(PinPkstar) 100, -2700, Marker: (PinPkstar)&lt;br /&gt;
(PinPkfish) 100, -2800, Marker: (PinPkfish)&lt;br /&gt;
(PinPkpollution) 100, -2900, Marker: (PinPkpollution)&lt;br /&gt;
(BallPk) 100, -3000, Marker: (BallPk)&lt;br /&gt;
(DotPk) 100, -3100, Marker: (DotPk)&lt;br /&gt;
(DPPk) 100, -3200, Marker: (DPPk)&lt;br /&gt;
(GHPk) 100, -3300, Marker: (GHPk)&lt;br /&gt;
(PPPk) 100, -3400, Marker: (PPPk)&lt;br /&gt;
(WhA) 300, 7200, Marker: (WhA)&lt;br /&gt;
(WhB) 300, 7100, Marker: (WhB)&lt;br /&gt;
(WhC) 300, 7000, Marker: (WhC)&lt;br /&gt;
(WhD) 300, 6900, Marker: (WhD)&lt;br /&gt;
(WhE) 300, 6800, Marker: (WhE)&lt;br /&gt;
(WhF) 300, 6700, Marker: (WhF)&lt;br /&gt;
(WhG) 300, 6600, Marker: (WhG)&lt;br /&gt;
(WhH) 300, 6500, Marker: (WhH)&lt;br /&gt;
(WhI) 300, 6400, Marker: (WhI)&lt;br /&gt;
(WhJ) 300, 6300, Marker: (WhJ)&lt;br /&gt;
(WhK) 300, 6200, Marker: (WhK)&lt;br /&gt;
(WhL) 300, 6100, Marker: (WhL)&lt;br /&gt;
(WhM) 300, 6000, Marker: (WhM)&lt;br /&gt;
(WhN) 300, 5900, Marker: (WhN)&lt;br /&gt;
(WhO) 300, 5800, Marker: (WhO)&lt;br /&gt;
(WhP) 300, 5700, Marker: (WhP)&lt;br /&gt;
(WhQ) 300, 5600, Marker: (WhQ)&lt;br /&gt;
(WhR) 300, 5500, Marker: (WhR)&lt;br /&gt;
(WhS) 300, 5400, Marker: (WhS)&lt;br /&gt;
(WhT) 300, 5300, Marker: (WhT)&lt;br /&gt;
(WhU) 300, 5200, Marker: (WhU)&lt;br /&gt;
(WhV) 300, 5100, Marker: (WhV)&lt;br /&gt;
(WhW) 300, 5000, Marker: (WhW)&lt;br /&gt;
(WhX) 300, 4900, Marker: (WhX)&lt;br /&gt;
(WhY) 300, 4800, Marker: (WhY)&lt;br /&gt;
(WhZ) 300, 4700, Marker: (WhZ)&lt;br /&gt;
(Wh) 300, 4600, Marker: (Wh)&lt;br /&gt;
(Whsquare) 300, 4500, Marker: (Whsquare)&lt;br /&gt;
(Whdiamond) 300, 4400, Marker: (Whdiamond)&lt;br /&gt;
(Whtriangle) 300, 4300, Marker: (Whtriangle)&lt;br /&gt;
(Whcircle) 300, 4200, Marker: (Whcircle)&lt;br /&gt;
(Whstar) 300, 4100, Marker: (Whstar)&lt;br /&gt;
(Whfish) 300, 4000, Marker: (Whfish)&lt;br /&gt;
(Whpollution) 300, 3900, Marker: (Whpollution)&lt;br /&gt;
(CirWhA) 300, 3800, Marker: (CirWhA)&lt;br /&gt;
(CirWhB) 300, 3700, Marker: (CirWhB)&lt;br /&gt;
(CirWhC) 300, 3600, Marker: (CirWhC)&lt;br /&gt;
(CirWhD) 300, 3500, Marker: (CirWhD)&lt;br /&gt;
(CirWhE) 300, 3400, Marker: (CirWhE)&lt;br /&gt;
(CirWhF) 300, 3300, Marker: (CirWhF)&lt;br /&gt;
(CirWhG) 300, 3200, Marker: (CirWhG)&lt;br /&gt;
(CirWhH) 300, 3100, Marker: (CirWhH)&lt;br /&gt;
(CirWhI) 300, 3000, Marker: (CirWhI)&lt;br /&gt;
(CirWhJ) 300, 2900, Marker: (CirWhJ)&lt;br /&gt;
(CirWhK) 300, 2800, Marker: (CirWhK)&lt;br /&gt;
(CirWhL) 300, 2700, Marker: (CirWhL)&lt;br /&gt;
(CirWhM) 300, 2600, Marker: (CirWhM)&lt;br /&gt;
(CirWhN) 300, 2500, Marker: (CirWhN)&lt;br /&gt;
(CirWhO) 300, 2400, Marker: (CirWhO)&lt;br /&gt;
(CirWhP) 300, 2300, Marker: (CirWhP)&lt;br /&gt;
(CirWhQ) 300, 2200, Marker: (CirWhQ)&lt;br /&gt;
(CirWhR) 300, 2100, Marker: (CirWhR)&lt;br /&gt;
(CirWhS) 300, 2000, Marker: (CirWhS)&lt;br /&gt;
(CirWhT) 300, 1900, Marker: (CirWhT)&lt;br /&gt;
(CirWhU) 300, 1800, Marker: (CirWhU)&lt;br /&gt;
(CirWhV) 300, 1700, Marker: (CirWhV)&lt;br /&gt;
(CirWhW) 300, 1600, Marker: (CirWhW)&lt;br /&gt;
(CirWhX) 300, 1500, Marker: (CirWhX)&lt;br /&gt;
(CirWhY) 300, 1400, Marker: (CirWhY)&lt;br /&gt;
(CirWhZ) 300, 1300, Marker: (CirWhZ)&lt;br /&gt;
(CirWh) 300, 1200, Marker: (CirWh)&lt;br /&gt;
(CirWhsquare) 300, 1100, Marker: (CirWhsquare)&lt;br /&gt;
(CirWhdiamond) 300, 1000, Marker: (CirWhdiamond)&lt;br /&gt;
(CirWhtriangle) 300, 900, Marker: (CirWhtriangle)&lt;br /&gt;
(CirWhcircle) 300, 800, Marker: (CirWhcircle)&lt;br /&gt;
(CirWhstar) 300, 700, Marker: (CirWhstar)&lt;br /&gt;
(CirWhfish) 300, 600, Marker: (CirWhfish)&lt;br /&gt;
(CirWhpollution) 300, 500, Marker: (CirWhpollution)&lt;br /&gt;
(PinWhA) 300, 400, Marker: (PinWhA)&lt;br /&gt;
(PinWhB) 300, 300, Marker: (PinWhB)&lt;br /&gt;
(PinWhC) 300, 200, Marker: (PinWhC)&lt;br /&gt;
(PinWhD) 300, 100, Marker: (PinWhD)&lt;br /&gt;
(PinWhE) 300, 0, Marker: (PinWhE)&lt;br /&gt;
(PinWhF) 300, -100, Marker: (PinWhF)&lt;br /&gt;
(PinWhG) 300, -200, Marker: (PinWhG)&lt;br /&gt;
(PinWhH) 300, -300, Marker: (PinWhH)&lt;br /&gt;
(PinWhI) 300, -400, Marker: (PinWhI)&lt;br /&gt;
(PinWhJ) 300, -500, Marker: (PinWhJ)&lt;br /&gt;
(PinWhK) 300, -600, Marker: (PinWhK)&lt;br /&gt;
(PinWhL) 300, -700, Marker: (PinWhL)&lt;br /&gt;
(PinWhM) 300, -800, Marker: (PinWhM)&lt;br /&gt;
(PinWhN) 300, -900, Marker: (PinWhN)&lt;br /&gt;
(PinWhO) 300, -1000, Marker: (PinWhO)&lt;br /&gt;
(PinWhP) 300, -1100, Marker: (PinWhP)&lt;br /&gt;
(PinWhQ) 300, -1200, Marker: (PinWhQ)&lt;br /&gt;
(PinWhR) 300, -1300, Marker: (PinWhR)&lt;br /&gt;
(PinWhS) 300, -1400, Marker: (PinWhS)&lt;br /&gt;
(PinWhT) 300, -1500, Marker: (PinWhT)&lt;br /&gt;
(PinWhU) 300, -1600, Marker: (PinWhU)&lt;br /&gt;
(PinWhV) 300, -1700, Marker: (PinWhV)&lt;br /&gt;
(PinWhW) 300, -1800, Marker: (PinWhW)&lt;br /&gt;
(PinWhX) 300, -1900, Marker: (PinWhX)&lt;br /&gt;
(PinWhY) 300, -2000, Marker: (PinWhY)&lt;br /&gt;
(PinWhZ) 300, -2100, Marker: (PinWhZ)&lt;br /&gt;
(PinWh) 300, -2200, Marker: (PinWh)&lt;br /&gt;
(PinWhsquare) 300, -2300, Marker: (PinWhsquare)&lt;br /&gt;
(PinWhdiamond) 300, -2400, Marker: (PinWhdiamond)&lt;br /&gt;
(PinWhtriangle) 300, -2500, Marker: (PinWhtriangle)&lt;br /&gt;
(PinWhcircle) 300, -2600, Marker: (PinWhcircle)&lt;br /&gt;
(PinWhstar) 300, -2700, Marker: (PinWhstar)&lt;br /&gt;
(PinWhfish) 300, -2800, Marker: (PinWhfish)&lt;br /&gt;
(PinWhpollution) 300, -2900, Marker: (PinWhpollution)&lt;br /&gt;
(BallWh) 300, -3000, Marker: (BallWh)&lt;br /&gt;
(DotWh) 300, -3100, Marker: (DotWh)&lt;br /&gt;
(DPWh) 300, -3200, Marker: (DPWh)&lt;br /&gt;
(GHWh) 300, -3300, Marker: (GHWh)&lt;br /&gt;
(PPWh) 300, -3400, Marker: (PPWh)&lt;br /&gt;
(BrA) 500, 7200, Marker: (BrA)&lt;br /&gt;
(BrB) 500, 7100, Marker: (BrB)&lt;br /&gt;
(BrC) 500, 7000, Marker: (BrC)&lt;br /&gt;
(BrD) 500, 6900, Marker: (BrD)&lt;br /&gt;
(BrE) 500, 6800, Marker: (BrE)&lt;br /&gt;
(BrF) 500, 6700, Marker: (BrF)&lt;br /&gt;
(BrG) 500, 6600, Marker: (BrG)&lt;br /&gt;
(BrH) 500, 6500, Marker: (BrH)&lt;br /&gt;
(BrI) 500, 6400, Marker: (BrI)&lt;br /&gt;
(BrJ) 500, 6300, Marker: (BrJ)&lt;br /&gt;
(BrK) 500, 6200, Marker: (BrK)&lt;br /&gt;
(BrL) 500, 6100, Marker: (BrL)&lt;br /&gt;
(BrM) 500, 6000, Marker: (BrM)&lt;br /&gt;
(BrN) 500, 5900, Marker: (BrN)&lt;br /&gt;
(BrO) 500, 5800, Marker: (BrO)&lt;br /&gt;
(BrP) 500, 5700, Marker: (BrP)&lt;br /&gt;
(BrQ) 500, 5600, Marker: (BrQ)&lt;br /&gt;
(BrR) 500, 5500, Marker: (BrR)&lt;br /&gt;
(BrS) 500, 5400, Marker: (BrS)&lt;br /&gt;
(BrT) 500, 5300, Marker: (BrT)&lt;br /&gt;
(BrU) 500, 5200, Marker: (BrU)&lt;br /&gt;
(BrV) 500, 5100, Marker: (BrV)&lt;br /&gt;
(BrW) 500, 5000, Marker: (BrW)&lt;br /&gt;
(BrX) 500, 4900, Marker: (BrX)&lt;br /&gt;
(BrY) 500, 4800, Marker: (BrY)&lt;br /&gt;
(BrZ) 500, 4700, Marker: (BrZ)&lt;br /&gt;
(Br) 500, 4600, Marker: (Br)&lt;br /&gt;
(Brsquare) 500, 4500, Marker: (Brsquare)&lt;br /&gt;
(Brdiamond) 500, 4400, Marker: (Brdiamond)&lt;br /&gt;
(Brtriangle) 500, 4300, Marker: (Brtriangle)&lt;br /&gt;
(Brcircle) 500, 4200, Marker: (Brcircle)&lt;br /&gt;
(Brstar) 500, 4100, Marker: (Brstar)&lt;br /&gt;
(Brfish) 500, 4000, Marker: (Brfish)&lt;br /&gt;
(Brpollution) 500, 3900, Marker: (Brpollution)&lt;br /&gt;
(GdA) 700, 7200, Marker: (GdA)&lt;br /&gt;
(GdB) 700, 7100, Marker: (GdB)&lt;br /&gt;
(GdC) 700, 7000, Marker: (GdC)&lt;br /&gt;
(GdD) 700, 6900, Marker: (GdD)&lt;br /&gt;
(GdE) 700, 6800, Marker: (GdE)&lt;br /&gt;
(GdF) 700, 6700, Marker: (GdF)&lt;br /&gt;
(GdG) 700, 6600, Marker: (GdG)&lt;br /&gt;
(GdH) 700, 6500, Marker: (GdH)&lt;br /&gt;
(GdI) 700, 6400, Marker: (GdI)&lt;br /&gt;
(GdJ) 700, 6300, Marker: (GdJ)&lt;br /&gt;
(GdK) 700, 6200, Marker: (GdK)&lt;br /&gt;
(GdL) 700, 6100, Marker: (GdL)&lt;br /&gt;
(GdM) 700, 6000, Marker: (GdM)&lt;br /&gt;
(GdN) 700, 5900, Marker: (GdN)&lt;br /&gt;
(GdO) 700, 5800, Marker: (GdO)&lt;br /&gt;
(GdP) 700, 5700, Marker: (GdP)&lt;br /&gt;
(GdQ) 700, 5600, Marker: (GdQ)&lt;br /&gt;
(GdR) 700, 5500, Marker: (GdR)&lt;br /&gt;
(GdS) 700, 5400, Marker: (GdS)&lt;br /&gt;
(GdT) 700, 5300, Marker: (GdT)&lt;br /&gt;
(GdU) 700, 5200, Marker: (GdU)&lt;br /&gt;
(GdV) 700, 5100, Marker: (GdV)&lt;br /&gt;
(GdW) 700, 5000, Marker: (GdW)&lt;br /&gt;
(GdX) 700, 4900, Marker: (GdX)&lt;br /&gt;
(GdY) 700, 4800, Marker: (GdY)&lt;br /&gt;
(GdZ) 700, 4700, Marker: (GdZ)&lt;br /&gt;
(Gd) 700, 4600, Marker: (Gd)&lt;br /&gt;
(Gdsquare) 700, 4500, Marker: (Gdsquare)&lt;br /&gt;
(Gddiamond) 700, 4400, Marker: (Gddiamond)&lt;br /&gt;
(Gdtriangle) 700, 4300, Marker: (Gdtriangle)&lt;br /&gt;
(Gdcircle) 700, 4200, Marker: (Gdcircle)&lt;br /&gt;
(Gdstar) 700, 4100, Marker: (Gdstar)&lt;br /&gt;
(Gdfish) 700, 4000, Marker: (Gdfish)&lt;br /&gt;
(Gdpollution) 700, 3900, Marker: (Gdpollution)&lt;br /&gt;
(GyA) 900, 7200, Marker: (GyA)&lt;br /&gt;
(GyB) 900, 7100, Marker: (GyB)&lt;br /&gt;
(GyC) 900, 7000, Marker: (GyC)&lt;br /&gt;
(GyD) 900, 6900, Marker: (GyD)&lt;br /&gt;
(GyE) 900, 6800, Marker: (GyE)&lt;br /&gt;
(GyF) 900, 6700, Marker: (GyF)&lt;br /&gt;
(GyG) 900, 6600, Marker: (GyG)&lt;br /&gt;
(GyH) 900, 6500, Marker: (GyH)&lt;br /&gt;
(GyI) 900, 6400, Marker: (GyI)&lt;br /&gt;
(GyJ) 900, 6300, Marker: (GyJ)&lt;br /&gt;
(GyK) 900, 6200, Marker: (GyK)&lt;br /&gt;
(GyL) 900, 6100, Marker: (GyL)&lt;br /&gt;
(GyM) 900, 6000, Marker: (GyM)&lt;br /&gt;
(GyN) 900, 5900, Marker: (GyN)&lt;br /&gt;
(GyO) 900, 5800, Marker: (GyO)&lt;br /&gt;
(GyP) 900, 5700, Marker: (GyP)&lt;br /&gt;
(GyQ) 900, 5600, Marker: (GyQ)&lt;br /&gt;
(GyR) 900, 5500, Marker: (GyR)&lt;br /&gt;
(GyS) 900, 5400, Marker: (GyS)&lt;br /&gt;
(GyT) 900, 5300, Marker: (GyT)&lt;br /&gt;
(GyU) 900, 5200, Marker: (GyU)&lt;br /&gt;
(GyV) 900, 5100, Marker: (GyV)&lt;br /&gt;
(GyW) 900, 5000, Marker: (GyW)&lt;br /&gt;
(GyX) 900, 4900, Marker: (GyX)&lt;br /&gt;
(GyY) 900, 4800, Marker: (GyY)&lt;br /&gt;
(GyZ) 900, 4700, Marker: (GyZ)&lt;br /&gt;
(Gy) 900, 4600, Marker: (Gy)&lt;br /&gt;
(Gysquare) 900, 4500, Marker: (Gysquare)&lt;br /&gt;
(Gydiamond) 900, 4400, Marker: (Gydiamond)&lt;br /&gt;
(Gytriangle) 900, 4300, Marker: (Gytriangle)&lt;br /&gt;
(Gycircle) 900, 4200, Marker: (Gycircle)&lt;br /&gt;
(Gystar) 900, 4100, Marker: (Gystar)&lt;br /&gt;
(Gyfish) 900, 4000, Marker: (Gyfish)&lt;br /&gt;
(Gypollution) 900, 3900, Marker: (Gypollution)&lt;br /&gt;
(KhA) 1100, 7200, Marker: (KhA)&lt;br /&gt;
(KhB) 1100, 7100, Marker: (KhB)&lt;br /&gt;
(KhC) 1100, 7000, Marker: (KhC)&lt;br /&gt;
(KhD) 1100, 6900, Marker: (KhD)&lt;br /&gt;
(KhE) 1100, 6800, Marker: (KhE)&lt;br /&gt;
(KhF) 1100, 6700, Marker: (KhF)&lt;br /&gt;
(KhG) 1100, 6600, Marker: (KhG)&lt;br /&gt;
(KhH) 1100, 6500, Marker: (KhH)&lt;br /&gt;
(KhI) 1100, 6400, Marker: (KhI)&lt;br /&gt;
(KhJ) 1100, 6300, Marker: (KhJ)&lt;br /&gt;
(KhK) 1100, 6200, Marker: (KhK)&lt;br /&gt;
(KhL) 1100, 6100, Marker: (KhL)&lt;br /&gt;
(KhM) 1100, 6000, Marker: (KhM)&lt;br /&gt;
(KhN) 1100, 5900, Marker: (KhN)&lt;br /&gt;
(KhO) 1100, 5800, Marker: (KhO)&lt;br /&gt;
(KhP) 1100, 5700, Marker: (KhP)&lt;br /&gt;
(KhQ) 1100, 5600, Marker: (KhQ)&lt;br /&gt;
(KhR) 1100, 5500, Marker: (KhR)&lt;br /&gt;
(KhS) 1100, 5400, Marker: (KhS)&lt;br /&gt;
(KhT) 1100, 5300, Marker: (KhT)&lt;br /&gt;
(KhU) 1100, 5200, Marker: (KhU)&lt;br /&gt;
(KhV) 1100, 5100, Marker: (KhV)&lt;br /&gt;
(KhW) 1100, 5000, Marker: (KhW)&lt;br /&gt;
(KhX) 1100, 4900, Marker: (KhX)&lt;br /&gt;
(KhY) 1100, 4800, Marker: (KhY)&lt;br /&gt;
(KhZ) 1100, 4700, Marker: (KhZ)&lt;br /&gt;
(Kh) 1100, 4600, Marker: (Kh)&lt;br /&gt;
(Khsquare) 1100, 4500, Marker: (Khsquare)&lt;br /&gt;
(Khdiamond) 1100, 4400, Marker: (Khdiamond)&lt;br /&gt;
(Khtriangle) 1100, 4300, Marker: (Khtriangle)&lt;br /&gt;
(Khcircle) 1100, 4200, Marker: (Khcircle)&lt;br /&gt;
(Khstar) 1100, 4100, Marker: (Khstar)&lt;br /&gt;
(Khfish) 1100, 4000, Marker: (Khfish)&lt;br /&gt;
(Khpollution) 1100, 3900, Marker: (Khpollution)&lt;br /&gt;
(TnA) 1300, 7200, Marker: (TnA)&lt;br /&gt;
(TnB) 1300, 7100, Marker: (TnB)&lt;br /&gt;
(TnC) 1300, 7000, Marker: (TnC)&lt;br /&gt;
(TnD) 1300, 6900, Marker: (TnD)&lt;br /&gt;
(TnE) 1300, 6800, Marker: (TnE)&lt;br /&gt;
(TnF) 1300, 6700, Marker: (TnF)&lt;br /&gt;
(TnG) 1300, 6600, Marker: (TnG)&lt;br /&gt;
(TnH) 1300, 6500, Marker: (TnH)&lt;br /&gt;
(TnI) 1300, 6400, Marker: (TnI)&lt;br /&gt;
(TnJ) 1300, 6300, Marker: (TnJ)&lt;br /&gt;
(TnK) 1300, 6200, Marker: (TnK)&lt;br /&gt;
(TnL) 1300, 6100, Marker: (TnL)&lt;br /&gt;
(TnM) 1300, 6000, Marker: (TnM)&lt;br /&gt;
(TnN) 1300, 5900, Marker: (TnN)&lt;br /&gt;
(TnO) 1300, 5800, Marker: (TnO)&lt;br /&gt;
(TnP) 1300, 5700, Marker: (TnP)&lt;br /&gt;
(TnQ) 1300, 5600, Marker: (TnQ)&lt;br /&gt;
(TnR) 1300, 5500, Marker: (TnR)&lt;br /&gt;
(TnS) 1300, 5400, Marker: (TnS)&lt;br /&gt;
(TnT) 1300, 5300, Marker: (TnT)&lt;br /&gt;
(TnU) 1300, 5200, Marker: (TnU)&lt;br /&gt;
(TnV) 1300, 5100, Marker: (TnV)&lt;br /&gt;
(TnW) 1300, 5000, Marker: (TnW)&lt;br /&gt;
(TnX) 1300, 4900, Marker: (TnX)&lt;br /&gt;
(TnY) 1300, 4800, Marker: (TnY)&lt;br /&gt;
(TnZ) 1300, 4700, Marker: (TnZ)&lt;br /&gt;
(Tn) 1300, 4600, Marker: (Tn)&lt;br /&gt;
(Tnsquare) 1300, 4500, Marker: (Tnsquare)&lt;br /&gt;
(Tndiamond) 1300, 4400, Marker: (Tndiamond)&lt;br /&gt;
(Tntriangle) 1300, 4300, Marker: (Tntriangle)&lt;br /&gt;
(Tncircle) 1300, 4200, Marker: (Tncircle)&lt;br /&gt;
(Tnstar) 1300, 4100, Marker: (Tnstar)&lt;br /&gt;
(Tnfish) 1300, 4000, Marker: (Tnfish)&lt;br /&gt;
(Tnpollution) 1300, 3900, Marker: (Tnpollution)&lt;br /&gt;
(altar) 1500, 7200, Marker: (altar)&lt;br /&gt;
(altar2) 1500, 7100, Marker: (altar2)&lt;br /&gt;
(bee) 1500, 7000, Marker: (bee)&lt;br /&gt;
(beetle) 1500, 6900, Marker: (beetle)&lt;br /&gt;
(camel) 1500, 6800, Marker: (camel)&lt;br /&gt;
(clay) 1500, 6700, Marker: (clay)&lt;br /&gt;
(cobra) 1500, 6600, Marker: (cobra)&lt;br /&gt;
(drink) 1500, 6500, Marker: (drink)&lt;br /&gt;
(fire) 1500, 6400, Marker: (fire)&lt;br /&gt;
(fish) 1500, 6300, Marker: (fish)&lt;br /&gt;
(flower) 1500, 6200, Marker: (flower)&lt;br /&gt;
(grape) 1500, 6100, Marker: (grape)&lt;br /&gt;
(guildhall) 1500, 6000, Marker: (guildhall)&lt;br /&gt;
(lime) 1500, 5900, Marker: (lime)&lt;br /&gt;
(obilesk) 1500, 5800, Marker: (obilesk)&lt;br /&gt;
(pillar) 1500, 5700, Marker: (pillar)&lt;br /&gt;
(plus) 1500, 5600, Marker: (plus)&lt;br /&gt;
(pyramid) 1500, 5500, Marker: (pyramid)&lt;br /&gt;
(redsand) 1500, 5400, Marker: (redsand)&lt;br /&gt;
(sand) 1500, 5300, Marker: (sand)&lt;br /&gt;
(sulphurouswater) 1500, 5200, Marker: (sulphurouswater)&lt;br /&gt;
(sheep) 1500, 5100, Marker: (sheep)&lt;br /&gt;
(tar) 1500, 5000, Marker: (tar)&lt;br /&gt;
(tick) 1500, 4900, Marker: (tick)&lt;br /&gt;
(whitesand) 1500, 4800, Marker: (whitesand)&lt;br /&gt;
(warehouse) 1500, 4700, Marker: (warehouse)&lt;br /&gt;
(MtAl) 1700, 4600, Marker: (MtAl)&lt;br /&gt;
(MtSb) 1700, 4500, Marker: (MtSb)&lt;br /&gt;
(MtCu) 1700, 4400, Marker: (MtCu)&lt;br /&gt;
(MtAu) 1700, 4300, Marker: (MtAu)&lt;br /&gt;
(MtFe) 1700, 4200, Marker: (MtFe)&lt;br /&gt;
(MtPb) 1700, 4100, Marker: (MtPb)&lt;br /&gt;
(MtLi) 1700, 4000, Marker: (MtLi)&lt;br /&gt;
(MtMg) 1700, 3900, Marker: (MtMg)&lt;br /&gt;
(MtPt) 1700, 3800, Marker: (MtPt)&lt;br /&gt;
(MtSa) 1700, 3700, Marker: (MtSa)&lt;br /&gt;
(MtAg) 1700, 3600, Marker: (MtAg)&lt;br /&gt;
(MtSr) 1700, 3500, Marker: (MtSr)&lt;br /&gt;
(MtSn) 1700, 3400, Marker: (MtSn)&lt;br /&gt;
(MtTi) 1700, 3300, Marker: (MtTi)&lt;br /&gt;
(MtW) 1700, 3200, Marker: (MtW)&lt;br /&gt;
(MtZn) 1700, 3100, Marker: (MtZn)&lt;br /&gt;
(MpAl) 1700, 3000, Marker: (MpAl)&lt;br /&gt;
(MpSb) 1700, 2900, Marker: (MpSb)&lt;br /&gt;
(MpCu) 1700, 2800, Marker: (MpCu)&lt;br /&gt;
(MpAu) 1700, 2700, Marker: (MpAu)&lt;br /&gt;
(MpFe) 1700, 2600, Marker: (MpFe)&lt;br /&gt;
(MpPb) 1700, 2500, Marker: (MpPb)&lt;br /&gt;
(MpLi) 1700, 2400, Marker: (MpLi)&lt;br /&gt;
(MpMg) 1700, 2300, Marker: (MpMg)&lt;br /&gt;
(MpPt) 1700, 2200, Marker: (MpPt)&lt;br /&gt;
(MpSa) 1700, 2100, Marker: (MpSa)&lt;br /&gt;
(MpAg) 1700, 2000, Marker: (MpAg)&lt;br /&gt;
(MpSr) 1700, 1900, Marker: (MpSr)&lt;br /&gt;
(MpSn) 1700, 1800, Marker: (MpSn)&lt;br /&gt;
(MpTi) 1700, 1700, Marker: (MpTi)&lt;br /&gt;
(MpW) 1700, 1600, Marker: (MpW)&lt;br /&gt;
(MpZn) 1700, 1500, Marker: (MpZn)&lt;br /&gt;
(QuOS) 1900, 1400, Marker: (QuOS)&lt;br /&gt;
(QuYA) 1900, 1300, Marker: (QuYA)&lt;br /&gt;
(QuMG) 1900, 1200, Marker: (QuMG)&lt;br /&gt;
(QuWT) 1900, 1100, Marker: (QuWT)&lt;br /&gt;
(QuCG) 1900, 1000, Marker: (QuCG)&lt;br /&gt;
(QuNG) 1900, 900, Marker: (QuNG)&lt;br /&gt;
(QuGyS) 1900, 800, Marker: (QuGyS)&lt;br /&gt;
(QuGnS) 1900, 700, Marker: (QuGnS)&lt;br /&gt;
(QuRA) 1900, 600, Marker: (QuRA)&lt;br /&gt;
(QuCT) 1900, 500, Marker: (QuCT)&lt;br /&gt;
(QuWA) 1900, 400, Marker: (QuWA)&lt;br /&gt;
(QuBP) 1900, 300, Marker: (QuBP)&lt;br /&gt;
(QuHW) 1900, 200, Marker: (QuHW)&lt;br /&gt;
(QuSM) 1900, 100, Marker: (QuSM)&lt;br /&gt;
(QuTM) 1900, 0, Marker: (QuTM)&lt;br /&gt;
(QuTE) 1900, -100, Marker: (QuTE)&lt;br /&gt;
(QuLP) 1900, -200, Marker: (QuLP)&lt;br /&gt;
(QuIB) 1900, -300, Marker: (QuIB)&lt;br /&gt;
(QuJd) 1900, -400, Marker: (QuJd)&lt;br /&gt;
(QuMM) 1900, -500, Marker: (QuMM)&lt;br /&gt;
(QuFR) 1900, -600, Marker: (QuFR)&lt;br /&gt;
(QuBG) 1900, -700, Marker: (QuBG)&lt;br /&gt;
(QuGG) 1900, -800, Marker: (QuGG)&lt;br /&gt;
(QuOn) 1900, -900, Marker: (QuOn)&lt;br /&gt;
(QuAS) 1900, -1000, Marker: (QuAS)&lt;br /&gt;
(QuMk) 1900, -1100, Marker: (QuMk)&lt;br /&gt;
(QuPG) 1900, -1200, Marker: (QuPG)&lt;br /&gt;
(QuBM) 1900, -1300, Marker: (QuBM)&lt;br /&gt;
(PqOS) 1900, -1400, Marker: (PqOS)&lt;br /&gt;
(PqYA) 1900, -1500, Marker: (PqYA)&lt;br /&gt;
(PqMG) 1900, -1600, Marker: (PqMG)&lt;br /&gt;
(PqWT) 1900, -1700, Marker: (PqWT)&lt;br /&gt;
(PqCG) 1900, -1800, Marker: (PqCG)&lt;br /&gt;
(PqNG) 1900, -1900, Marker: (PqNG)&lt;br /&gt;
(PqGyS) 1900, -2000, Marker: (PqGyS)&lt;br /&gt;
(PqGnS) 1900, -2100, Marker: (PqGnS)&lt;br /&gt;
(PqRA) 1900, -2200, Marker: (PqRA)&lt;br /&gt;
(PqCT) 1900, -2300, Marker: (PqCT)&lt;br /&gt;
(PqWA) 1900, -2400, Marker: (PqWA)&lt;br /&gt;
(PqBP) 1900, -2500, Marker: (PqBP)&lt;br /&gt;
(PqHW) 1900, -2600, Marker: (PqHW)&lt;br /&gt;
(PqSM) 1900, -2700, Marker: (PqSM)&lt;br /&gt;
(PqTM) 1900, -2800, Marker: (PqTM)&lt;br /&gt;
(PqTE) 1900, -2900, Marker: (PqTE)&lt;br /&gt;
(PqLP) 1900, -3000, Marker: (PqLP)&lt;br /&gt;
(PqIB) 1900, -3100, Marker: (PqIB)&lt;br /&gt;
(PqJd) 1900, -3200, Marker: (PqJd)&lt;br /&gt;
(PqMM) 1900, -3300, Marker: (PqMM)&lt;br /&gt;
(PqFR) 1900, -3400, Marker: (PqFR)&lt;br /&gt;
(PqBG) 1900, -3500, Marker: (PqBG)&lt;br /&gt;
(PqGG) 1900, -3600, Marker: (PqGG)&lt;br /&gt;
(PqOn) 1900, -3700, Marker: (PqOn)&lt;br /&gt;
(PqAS) 1900, -3800, Marker: (PqAS)&lt;br /&gt;
(PqMk) 1900, -3900, Marker: (PqMk)&lt;br /&gt;
(PqPG) 1900, -4000, Marker: (PqPG)&lt;br /&gt;
(PqBM) 1900, -4100, Marker: (PqBM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=2580</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=2580"/>
		<updated>2015-09-13T03:02:36Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Markers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello.&lt;br /&gt;
&lt;br /&gt;
I use this page mostly as a scratch pad, so no telling what you'll see. ;)&lt;br /&gt;
&lt;br /&gt;
=Mumble View=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mumbleview&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|7&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''', '''6''' and '''7'''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&amp;lt;hr/&amp;gt;Clicking on the coordinates window will bring up an input window.&amp;lt;br /&amp;gt;A marker will appear at the entered coordinates.&amp;lt;br /&amp;gt;Clicking on the marker will remove it from the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[User:Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=2577</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=2577"/>
		<updated>2015-09-13T03:00:16Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello.&lt;br /&gt;
&lt;br /&gt;
I use this page mostly as a scratch pad, so no telling what you'll see. ;)&lt;br /&gt;
&lt;br /&gt;
=Mumble View=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mumbleview&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|7&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''', '''6''' and '''7'''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&amp;lt;hr/&amp;gt;Clicking on the coordinates window will bring up an input window.&amp;lt;br /&amp;gt;A marker will appear at the entered coordinates.&amp;lt;br /&amp;gt;Clicking on the marker will remove it from the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=2575</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=2575"/>
		<updated>2015-09-13T02:55:16Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello.&lt;br /&gt;
&lt;br /&gt;
I use this page mostly as a scratch pad, so no telling what you'll see. ;)&lt;br /&gt;
&lt;br /&gt;
=Google Map Replacement=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Mumble View=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;br /&gt;
&amp;lt;/mubleview&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Mumble&amp;diff=2276</id>
		<title>Mumble</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Mumble&amp;diff=2276"/>
		<updated>2015-09-12T21:16:55Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Voice Chat ==&lt;br /&gt;
&lt;br /&gt;
We're now running [http://mumble.sourceforge.net/Main_Page Mumble]&lt;br /&gt;
&lt;br /&gt;
To create an account on mumble just log in and register yourself.&lt;br /&gt;
* server address: mumble.atitd.org &lt;br /&gt;
* port: 64738 &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Who's on? See http://mumble.atitd.org/cgi-bin/viewer.pl&lt;br /&gt;
&lt;br /&gt;
If you need help, find Teao and/or Rogarian in Sorcery IRC #atitd-wiki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Mumble&amp;diff=2272</id>
		<title>Mumble</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Mumble&amp;diff=2272"/>
		<updated>2015-09-12T21:15:27Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Voice Chat ==&lt;br /&gt;
&lt;br /&gt;
We're now running [http://mumble.sourceforge.net/Main_Page Mumble]&lt;br /&gt;
&lt;br /&gt;
To create an account on mumble just log in and register yourself.&lt;br /&gt;
* server address: mumble.atitd.org &lt;br /&gt;
* port: 64738 &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Who's on? See http://mumble.atitd.org/cgi-bin/viewer.pl&lt;br /&gt;
&lt;br /&gt;
If you need help, find Teao and/or Rogarian in Sorcery IRC #atitd-wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Mumble&amp;diff=2209</id>
		<title>Mumble</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Mumble&amp;diff=2209"/>
		<updated>2015-09-12T18:40:26Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Voice Chat ==&lt;br /&gt;
&lt;br /&gt;
We're now running [http://mumble.sourceforge.net/Main_Page Mumble]&lt;br /&gt;
&lt;br /&gt;
To create an account on mumble just log in and register yourself.&lt;br /&gt;
* server address: mumble.atitd.org &lt;br /&gt;
* port: 64738 &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Who's on? See http://mumble.atitd.org/cgi-bin/viewer.pl&lt;br /&gt;
&lt;br /&gt;
If you need help, find Teao and/or Rogarian in Sorcery IRC #atitd-wiki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mumbleview&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=2201</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Rogarian&amp;diff=2201"/>
		<updated>2015-09-12T18:32:16Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: Created page with &amp;quot; &amp;lt;mumbleview&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &amp;lt;mumbleview&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
</feed>