<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thydzik&#039;s technology blog &#187; thydzikGoogleMap</title>
	<atom:link href="http://thydzik.com/category/thydzikgooglemap/feed/" rel="self" type="application/rss+xml" />
	<link>http://thydzik.com</link>
	<description>thydzik&#039;s projects and general random helpful information</description>
	<lastBuildDate>Fri, 06 Aug 2010 05:41:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>thydzikGoogleMap v1.5 – an inline Google map plugin for WordPress</title>
		<link>http://thydzik.com/thydzikgooglemap-v1-5-%e2%80%93-an-inline-google-map-plugin-for-wordpress/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v1-5-%e2%80%93-an-inline-google-map-plugin-for-wordpress/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 05:03:09 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[thydzik Google Map]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=511</guid>
		<description><![CDATA[Recently updated and confirmed still working with WordPress 3.0. The following examples use the included example.xml file. &#60;markers&#62; &#60;!-- Marker Z has no html to show nonclickability--&#62; &#60;marker lat=&#34;-31.9554&#34; lng=&#34;115.85859&#34; icon=&#34;Z&#34; color=&#34;c89bff&#34;/&#62; &#60;marker lat=&#34;-32.053128&#34; lng=&#34;115.745869&#34; html=&#34;Fremantle&#34; icon=&#34;1&#34; color=&#34;6b98ff&#34;/&#62; &#60;!-- Standard marker with html--&#62; &#60;marker lat=&#34;-32.036036&#34; lng=&#34;115.92724&#34; html=&#34;Lynwood&#38;lt;br&#38;gt;Residence of the author&#34; color=&#34;ffed5c&#34;/&#62; &#60;marker lat=&#34;-31.963013&#34; lng=&#34;115.836239&#34; html=&#34;Kings [...]]]></description>
			<content:encoded><![CDATA[<p>Recently updated and confirmed still working with WordPress 3.0.</p>
<p>The following examples use the included <em>example.xml</em> file.</p>
<pre class="brush: xml;">
&lt;markers&gt;
&lt;!-- Marker Z has no html to show nonclickability--&gt;
&lt;marker lat=&quot;-31.9554&quot; lng=&quot;115.85859&quot;  icon=&quot;Z&quot; color=&quot;c89bff&quot;/&gt;
&lt;marker lat=&quot;-32.053128&quot; lng=&quot;115.745869&quot; html=&quot;Fremantle&quot;  icon=&quot;1&quot; color=&quot;6b98ff&quot;/&gt;
&lt;!-- Standard marker with html--&gt;
&lt;marker lat=&quot;-32.036036&quot; lng=&quot;115.92724&quot; html=&quot;Lynwood&amp;lt;br&amp;gt;Residence of the author&quot; color=&quot;ffed5c&quot;/&gt;
&lt;marker lat=&quot;-31.963013&quot; lng=&quot;115.836239&quot; html=&quot;Kings Park&quot; icon=&quot;KP&quot; color=&quot;97ec7d&quot;/&gt;
&lt;!-- Character marker with html that includes link--&gt;
&lt;marker lat=&quot;-31.956659&quot; lng=&quot;115.869906&quot; html=&quot;&amp;lt;a href=&amp;quot;http://perthmint.com.au&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;Perth Mint&amp;lt;/a&amp;gt;&quot; icon=&quot;$&quot; color=&quot;ffffff&quot;/&gt;
&lt;line colour=&quot;#0000FF&quot; width=&quot;2&quot; opacity=&quot;0.75&quot;&gt;
	&lt;point lat=&quot;-32.027579&quot; lng=&quot;115.751266&quot; /&gt;
	&lt;point lat=&quot;-31.987404&quot; lng=&quot;115.769463&quot; /&gt;
	&lt;point lat=&quot;-31.957697&quot; lng=&quot;115.852203&quot; /&gt;
	&lt;point lat=&quot;-31.963814&quot; lng=&quot;115.879326&quot; /&gt;
	&lt;point lat=&quot;-32.026415&quot; lng=&quot;115.942154&quot; /&gt;
&lt;/line&gt;
&lt;/markers&gt;
</pre>
<ul>
<li>Marker Z &#8211; no HTML, nonclickable.</li>
<li>Marker 1 &#8211; standard maker with some text.</li>
<li>Marker Default &#8211; no icon defaults to standard Google Maps marker.</li>
<li>Marker $ &#8211; some symbols can even be displayed on a marker and links in the HTML.</li>
<li>Marker KP &#8211; up to two characters can be displayed.</li>
</ul>
<p>The syntax is as follows;</p>
<pre>thydzikGoogleMap(example.xml, width, height, zoom, maptype)</pre>
<p>where;</p>
<ul>
<li>example.xml is your xml file, and example xml file is included with  thdyzikGoogleMap in the plugin directory.</li>
<li>width is the optional width parameter, if left out the default width  defined in the thydzikGoogleMap options will be used.</li>
<li>height is the optional height parameter, if left out the default  height defined in the thydzikGoogleMap options will be used.</li>
<li>zoom is the optional zoom level from 0 to 17 (0 being the furthest  away), if left out zoom will be calculated automatically to fit all  points.</li>
<li>maptype is the optional map type parameters, which can be (Normal,  G_NORMAL_MAP, N), (SATELLITE, G_SATELLITE_MAP, S), (HYBRID,  G_HYBRID_MAP, H), (PHYSICAL, G_PHYSICAL_MAP, P, TERRAIN or T) if left  out Normal is defined.</li>
</ul>
<p><strong>Normal</strong>, <strong>G_NORMAL_MAP</strong>, <strong>N</strong> or left out; i.e. <strong>thydzikGoogleMap(example.xml)</strong>, thydzikGoogleMap will produce a default styled map;</p>
<!--thydzikgooglemap--><div id="map128348416931701000" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416931701000","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1);	}</script><!--/thydzikgooglemap-->
<p><strong>SATELLITE</strong>, <strong>G_SATELLITE_MAP</strong>, <strong>S</strong>; i.e. <strong>thydzikgooglemap(example.xml, 4, S)</strong>, thydzikGoogleMap will produce a satellite styled map. Note I have included a zoom of 4, and used the abreviation &#8216;S&#8217;;</p>
<!--thydzikgooglemap--><div id="map128348416932115800" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416932115800","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",4,"S",1);	}</script><!--/thydzikgooglemap-->
<p><strong>HYBRID</strong>, <strong>G_HYBRID_MAP</strong>, <strong>H</strong>; i.e. <strong>tHyDzIkGoOgLeMaP(example.xml,hYbRiD,450,225)</strong>, thydzikGoolgeMap will produce a hybrid styled map. Note I have included a width and height, and proved that capitalisation is not of concern;</p>
<!--thydzikgooglemap--><div id="map128348416932553700" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416932553700","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","450px", "225px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"HYBRID",1);	}</script><!--/thydzikgooglemap-->
<p><strong>PHYSICAL</strong>, <strong>G_PHYSICAL_MAP</strong>, <strong>P</strong>, <strong>TERRAIN</strong> or <strong>T</strong>; i.e <strong>thydzikGoogleMap(example.xml,TERRAIN)</strong>, thydzikGoogleMap will produce a terrain styled map;</p>
<!--thydzikgooglemap--><div id="map128348416932988200" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416932988200","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"TERRAIN",1);	}</script><!--/thydzikgooglemap-->
<p><strong>Reading XML from different folder</strong><br />
The XML can be in any location, as long as the whole path is specified i.e. thydzikgooglemap(<a href="thydzikgooglemap(http://thydzik.com/geocaching/karratha-mar08/karratha-mar08.xml)">http://thydzik.com/geocaching/karratha-mar08/karratha-mar08.xml</a>). Yes, even links in the marker text are preserved.</p>
<!--thydzikgooglemap--><div id="map128348416933472100" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416933472100","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=7532b84b12b1c490222fe76dbb3231a599b0d21776e5edcf3adf87664df665c22e432da6815914d0a81bde59b2ecb4d08f7b87b79ec5d1c2382e66126795038a","460px", "345px","http://thydzik.com/geocaching/karratha-mar08/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1);	}</script><!--/thydzikgooglemap-->
<p>Reading XML from different domain<br />
The XML can even be on a different domain, as long as the whole path is specified. i.e. thydzikgooglemap(<a href="http://sonyaandtravis.com/maps/clare-melbourne08.xml">http://sonyaandtravis.com/maps/clare-melbourne08.xml</a>).</p>
<!--thydzikgooglemap--><div id="map128348416933833000" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416933833000","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=9060fe9cb50ea7aa7081c1e30a6aa7e42db586555e80e09cfd4640c177fee0de612761bde5fa9b4c080e02f089e1cfbbb3bbc368f50cf72fe7764391cbbab129","460px", "345px","http://sonyaandtravis.com/maps/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1);	}</script><!--/thydzikgooglemap-->
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v1-5-%e2%80%93-an-inline-google-map-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>thydzik Google Map v1.4.7 &#8211; inline WordPress Google Maps</title>
		<link>http://thydzik.com/thydzik-google-map-v147-inline-wordpress-google-maps/</link>
		<comments>http://thydzik.com/thydzik-google-map-v147-inline-wordpress-google-maps/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 02:48:53 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[FreeType]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[thydzik Google Map]]></category>
		<category><![CDATA[thydzikGoogleMaps]]></category>
		<category><![CDATA[v1.7]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=222</guid>
		<description><![CDATA[I have released an updated version of thydzik Google Map which allows for colored and variable text markers, see the example below. if (window.location.href.indexOf("http://thydzik.com") === 0) { makeMap("map128348416935186200","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1); } Unfortunatley, it now requires FreeType being compiled into PHP. If FreeType is not installed only the default marker and markers A-Z will be useable, with [...]]]></description>
			<content:encoded><![CDATA[<p>I have released an updated version of thydzik Google Map which allows for colored and variable text markers, see the example below.</p>
<!--thydzikgooglemap--><div id="map128348416935830600" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416935830600","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1);	}</script><!--/thydzikgooglemap-->
<p>Unfortunatley, it now requires <a title="The FreeType Project" href="http://www.freetype.org/" target="_blank">FreeType</a> being compiled into PHP. If FreeType is not installed only the default marker and markers A-Z will be useable, with anything else being replaced with the default marker.</p>
<p>Download the latest from the <a title="Wordpress Plugin Directory" href="http://wordpress.org/extend/plugins/thydzik-google-map/" target="_blank">WordPress Plugin Directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzik-google-map-v147-inline-wordpress-google-maps/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Dynamic Google Maps markers/icons with PHP</title>
		<link>http://thydzik.com/dynamic-google-maps-markersicons-with-php/</link>
		<comments>http://thydzik.com/dynamic-google-maps-markersicons-with-php/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 07:48:11 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[Arial]]></category>
		<category><![CDATA[Dynamic]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[markers]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symbols]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=205</guid>
		<description><![CDATA[I am a avid fan of Google&#8217;s Map API, have even have created my own WordPress Google Maps plug-in (thydzikGoogleMap), but one feature that I find lacking are customisable markers, with the need to include an image file for every customisable marker, now if you want a selection of colours and labels this creates a [...]]]></description>
			<content:encoded><![CDATA[<p>I am a avid fan of Google&#8217;s Map API, have even have created my own WordPress Google Maps plug-in (<a title="thydzik Google Map plugin" href="http://thydzik.com/category/thydzikgooglemap/" target="_blank">thydzikGoogleMap</a>), but one feature that I find lacking are customisable markers, with the need to include an image file for every customisable marker, now if you want a selection of colours and labels this creates a huge image database.</p>
<p>Google has gone in the write step their <a title="Google Map Icon Maker" href="http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.1/examples/markericonoptions-wizard.html" target="_blank">MapIconMaker</a> allowing very customisable markers using the Charts API marker output. But why not take this a step further and add dynamically generated <strong>text</strong> as well.</p>
<p>Hence, I provide a little demo of some PHP code that does this that I quickly whipped up. Here are some example markers:<br />
<a><img src="http://thydzik.com/thydzikGoogleMap/marker.php" alt="Default" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=A" alt="A" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=Z" alt="Z" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=1" alt="1" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=10" alt="10" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=PQ" alt="PQ" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=69" alt="69" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=%BE" alt="%BE" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=Ω" alt="Ω" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=$" alt="$" /></a><br />
(Have a look at the image name)</p>
<p>Now that gets a little boring, how about some <strong>color</strong>:<br />
<a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?color=fdabff" alt="Default" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=A&amp;color=c89bff" alt="A" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=Z&amp;color=01bf00" alt="Z" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=1&amp;color=97ec7d" alt="1" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=10&amp;color=6b98ff" alt="10" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=PQ&amp;color=bce3ff" alt="PQ" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=69&amp;color=ffed5c" alt="69" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=%BE&amp;color=cb9d7c" alt="%BE" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=Ω&amp;color=fd8d08" alt="Ω" /></a><a><img src="http://thydzik.com/thydzikGoogleMap/marker.php?text=$&amp;color=ffffff" alt="$" /></a><br />
(Again, have a look at the image name)</p>
<p>Unfortunately, not all symbols work (not sure why, even though they are in the font) and if the symbol doesn&#8217;t work it will default to the default bullet (this is done with a modified font file).</p>
<p>Also there may be an issue with alignment. All main characters 0-9 and A-Z; I have added manual offsets, this could be improved.</p>
<p>You will need to download the <a title="modifies arial font" href="http://thydzik.com/thydzikGoogleMap/arial.ttf" target="_blank">modified arial font</a> and host it in the same directory.</p>
<p><strong>Update:</strong> it looks like in Internet Explorer the transparencies are incorrectly displayed, this is not the case when displayed on a Google Map.</p>
<!--thydzikgooglemap--><div id="map128348416940532300" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416940532300","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1);	}</script><!--/thydzikgooglemap-->
<p>Have a look at the PHP source code below:</p>
<pre class="brush: php;">
&lt;?php
	 $color = $_GET['color'];
	 if (!$color) {$color = &quot;ff776b&quot;;} //default google map color
	 $color = str_replace(&quot;#&quot;, &quot;&quot;, $color);
	 $string = $_GET['text'];

	 //some smarts to prevent hotlinking
	 if (!stristr($_SERVER['HTTP_REFERER'], &quot;thydzik.com&quot;)) {
		$string = chr(169);
	 }
	 $font = 'arial';

	 //unfortunately we still must do some offsetting
	 switch (ord(substr($string,0,1))) {
		 case 49: //1
			$offset = -2;
			break;
		 case 55: //7
			$offset = -1;
			break;
		 case 65: //A
			$offset = 1;
			break;
		 case 74: //J
			$offset = -1;
			break;
		 case 84: //T
			$offset = 1;
			break;
		 case 99: //c
			$offset = -1;
			break;
		 case 106: //j
			$offset = 1;
			break;
	 }
	 if (strlen($string) == 1) {
		$fontsize = 10.5;
	 } else if (strlen($string) == 2) {
		$fontsize = 9;
	 } else {
		$fontsize = 10.5;
		$offset = 0; //reset offset
		$string = chr(149);
	 }

	 $bbox = imagettfbbox($fontsize, 0, $font, $string);
	 $width = $bbox[2] - $bbox[0] + 1;
	 $height = $bbox[1] - $bbox[7] + 1;

	 $image_name = &quot;http://chart.apis.google.com/chart?cht=mm&amp;chs=20x34&amp;chco=$color,$color,000000&amp;ext=.png&quot;;
	 $im = imagecreatefrompng($image_name);
	 imageAlphaBlending($im, true);
	 imageSaveAlpha($im, true);
	 $black = imagecolorallocate($im, 0, 0, 0);

	 imagettftext($im, $fontsize, 0, 11 - $width/2 + $offset, 9 + $height/2, $black, $font, $string);

	 header(&quot;Content-type: image/png&quot;);
	 imagepng($im);
	 imagedestroy($im);
?&gt;
</pre>
<p><strong>EDIT: 27th January 2010</strong></p>
<p>I have experienced some users with errors produced by the <em>imagecreatefrompng</em>, either due to versions &lt;4.3.0 disabling remote file access or <em>allow_url_fopen</em> being disabled.</p>
<p>A greater supported alternative is to use curl to fetch the Google marker. Replace the above with the below modification;</p>
<pre class="brush: php;">
	$image_name = &quot;http://chart.apis.google.com/chart?cht=mm&amp;chs=20x34&amp;chco=$color,$color,000000&amp;ext=.png&quot;;

	$ch = curl_init();
	curl_setopt ($ch, CURLOPT_URL, $image_name);
	curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 0);

	// Getting binary data
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
	curl_setopt($ch, CURLOPT_BINARYTRANSFER, 1);

	$image_string = curl_exec($ch);
	curl_close($ch);

	$im = imagecreatefromstring ($image_string);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/dynamic-google-maps-markersicons-with-php/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>thydzik Google Map version 1.4.6.1</title>
		<link>http://thydzik.com/thydzik-google-map-version-1461/</link>
		<comments>http://thydzik.com/thydzik-google-map-version-1461/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 05:03:00 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[clickable]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[markers]]></category>
		<category><![CDATA[RoboGeo]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=199</guid>
		<description><![CDATA[Latest offering has cleaned up JavaScript, improved error handling, improved RoboGEO handling of XML, but main features are. Icons now support letters &#8216;A&#8217; to &#8216;Z&#8217;. Non clickable markers if no &#8216;html&#8217; element is present. In the below example Marker Z is not clickable. if (window.location.href.indexOf("http://thydzik.com") === 0) { makeMap("map128348416942406000","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1); } Download the latest from [...]]]></description>
			<content:encoded><![CDATA[<p>Latest offering has cleaned up JavaScript, improved error handling, improved RoboGEO handling of XML, but main features are.</p>
<ul>
<li>Icons now support letters &#8216;A&#8217; to &#8216;Z&#8217;.</li>
<li>Non clickable markers if no &#8216;html&#8217; element is present.</li>
</ul>
<p>In the below example Marker Z is not clickable.</p>
<!--thydzikgooglemap--><div id="map128348416943184300" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348416943184300","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1);	}</script><!--/thydzikgooglemap-->
<p>Download the latest from the <a title="thydzik Google Map download" href="http://wordpress.org/extend/plugins/thydzik-google-map/">WordPress repository</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzik-google-map-version-1461/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.4.5 &#8211; an inline Google map plugin for WordPress</title>
		<link>http://thydzik.com/thydzikgooglemap-v145-an-inline-google-map-plugin-for-wordpress/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v145-an-inline-google-map-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 11:45:06 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=159</guid>
		<description><![CDATA[thydzikGoogleMap v1.4.5 is now available with significant improvements, including The Google Maps Javascript and thydzikGoogleMap Javascript is downloaded only as needed, speeding up page loading of all pages without maps. Removal of &#60;head&#62; code means thydzikGoogleMap will only be present when called. Compressed thydzikGoogleMap code. Multiple maps can now be created in a single post! [...]]]></description>
			<content:encoded><![CDATA[<p>thydzikGoogleMap v1.4.5 is now available with significant improvements, including</p>
<ul type="disc">
<li>The Google Maps Javascript      and thydzikGoogleMap Javascript is downloaded only as needed, speeding up      page loading of all pages without maps.</li>
<li>Removal of &lt;head&gt; code      means thydzikGoogleMap will only be present when called.</li>
<li>Compressed thydzikGoogleMap code.</li>
<li><strong>Multiple maps can now be      created in a single post!</strong></li>
<li>Map type can be changed from      default by providing an additional &#8216;map type&#8217; parameter.</li>
</ul>
<p>thydzikGoogleMap produces valid XHTML and allows for easy creation of Google Maps in your WordPress posts from XML map data.</p>
<p><a title="Download thydzikGoogleMap" href="http://wordpress.org/extend/plugins/thydzik-google-map/" target="_blank">Grab the latest from the WordPress repository.</a></p>
<p>Examples of the newest functionality below:</p>
<p>Using either: <strong>Normal</strong>, <strong>G_NORMAL_MAP</strong>, <strong>N</strong> or left out; i.e. <strong>thydzikGoogleMap(example.xml)</strong>, thydzikGoogleMap will produce a default styled map</p>
<!--thydzikgooglemap--><div id="map128348417847319600" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348417847319600","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1);	}</script><!--/thydzikgooglemap-->
<p>Using either: <strong>SATELLITE</strong>, <strong>G_SATELLITE_MAP</strong>, <strong>S</strong>; i.e. <strong>thydzikgooglemap(example.xml, 4, S)</strong>, thydzikGoogleMap will produce a satellite styled map. Note I have included a zoom of 4, and used the abreviation &#8216;S&#8217;.</p>
<!--thydzikgooglemap--><div id="map128348417847795100" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348417847795100","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",4,"S",1);	}</script><!--/thydzikgooglemap-->
<p>Using either: <strong>HYBRID</strong>, <strong>G_HYBRID_MAP</strong>, <strong>H</strong>; i.e. <strong>tHyDzIkGoOgLeMaP(example.xml,hYbRiD,450,225)</strong>, thydzikGoolgeMap will produce a hybrid styled map. Note I have included a width and height, and proved that capitalisation is not of concern.</p>
<!--thydzikgooglemap--><div id="map128348417848433400" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348417848433400","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","450px", "225px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"HYBRID",1);	}</script><!--/thydzikgooglemap-->
<p>Finally, using either: <strong>PHYSICAL</strong>, <strong>G_PHYSICAL_MAP</strong>, <strong>P</strong>, <strong>TERRAIN</strong> or <strong>T</strong>; i.e <strong>thydzikGoogleMap(example.xml,TERRAIN)</strong>, thydzikGoogleMap will produce a terrain styled map.</p>
<!--thydzikgooglemap--><div id="map128348417849454800" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348417849454800","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"TERRAIN",1);	}</script><!--/thydzikgooglemap-->
<p>As always, comments and suggestions welcome. In a future update I will try to incorporate rounded corners :)</p>
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v145-an-inline-google-map-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.4</title>
		<link>http://thydzik.com/thydzikgooglemap-v14/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v14/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 09:23:11 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[v1.4]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=148</guid>
		<description><![CDATA[thydzikGoogleMap version 1.4 has been released with two major improvements. Manual zoom parameter added. Google uses an integer value from 0 to 17 (where 0 is the furthest away), to determine the map&#8217;s zoom level, this value can now be incorporated into thydzikGoogleMap as follows: thydzikGoogleMap(example.xml, 4). The zoom is an optional parameter and if [...]]]></description>
			<content:encoded><![CDATA[<p>thydzikGoogleMap version 1.4 has been released with two major improvements.</p>
<ol>
<li>Manual zoom parameter added. Google uses an integer value from 0 to 17 (where 0 is the furthest away), to determine the map&#8217;s zoom level, this value can now be incorporated into thydzikGoogleMap as follows: thydzikGoogleMap(example.xml, 4). The zoom is an optional parameter and if left out the automatic zoom calculation will be used as before. The width and height of the map can still be added if desired as thydzikGoogleMap(example.xml, 4, 480, 640) or thydzikGoogleMap(example.xml, 480, 640, 4).</li>
<li>The thydzikGoogleMap code is disabled if the site is viewed from a proxy, i.e. Google cache. Before a user viewing the blog would receive <em>&#8216;The Google Maps API key used on this web site was registered for a different web site. You can generate a new key for this web site at http://code.google.com/apis/maps/.&#8217;</em> thydzikGoogleMap now detects this and disables the maps.</li>
</ol>
<p>Example with the new zoom functionality</p>
<!--thydzikgooglemap--><div id="map128348417851598700" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348417851598700","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=6f1282e0a17000e535f04b82e98c8f112b314c8e2ccc725584c8816df43947f8a194a4923a8add4d69326c8d1b54b36f256b9acf5a4d2aa7b651d64ef85bddda28bda522d225b66046905ce8e14b2ecc7fa24e5e640e95450b4d4f1030996b34","460px", "345px","http://thydzik.com/wp-content/plugins/thydzik-google-map/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",4,"Normal",1);	}</script><!--/thydzikgooglemap-->
<p>Future improvements will include</p>
<ul>
<li>Option of choosing Map, Satellite or Terrain</li>
<li>Disabling all code if no thydzikGoogleMap are present</li>
<li>Creating multiple maps in a single blog post</li>
</ul>
<p><a title="thydzikGoogleMap download" href="http://wordpress.org/extend/plugins/thydzik-google-map/" target="_blank">Grab the latest from the WordPress repository.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.3.1</title>
		<link>http://thydzik.com/thydzikgooglemap-v131/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v131/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 23:28:45 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[1.3.1]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[Google bot]]></category>
		<category><![CDATA[upgrading]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=118</guid>
		<description><![CDATA[thydzikGoogleMap v1.3.1 has been released, with 2 improvements. Fixed a problem with cross domain xml files. As reported by Erik on thydzikGoogleMap support forum. Added improved output for when directly calling thydzikGoogleMap.php Before Google bots would have picked it up as Fatal error: Call to undefined function get_option() in /home ... Now Google will see: [...]]]></description>
			<content:encoded><![CDATA[<p>thydzikGoogleMap v1.3.1 has been released, with 2 improvements.</p>
<ol>
<li>Fixed a problem with cross domain xml files. As reported by Erik on <a href="http://wordpress.org/support/topic/220579">thydzikGoogleMap support forum</a>.</li>
<li>Added improved output for when directly calling thydzikGoogleMap.php</li>
</ol>
<p>Before Google bots would have picked it up as</p>
<pre>Fatal error: Call to undefined function get_option() in /home ...</pre>
<p>Now Google will see:</p>
<pre><em><a href="../../" target="_self">thydzik.com</a> are proudly using the <a href="http://wordpress.org/" target="_blank">WordPress</a> plugin <a href="../../category/thydzikgooglemap/" target="_blank">thydzikGoogleMap</a>
 to display inline Google maps on their blog.</em></pre>
<p>Where thydzik.com is the WordPress user&#8217;s domain including link.</p>
<p>Finally, a small note about upgrading thydzikGoogleMap. WordPress has the option of automatically upgrading, which is very handy; unfortunately this overwrites any XML files you may have been storing in the plugin directory. So it is a better idea to keep all your XML maps in a separate location.</p>
<p><a href="http://wordpress.org/extend/plugins/thydzik-google-map/">thydzikGoogleMap version 1.3.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v131/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.3</title>
		<link>http://thydzik.com/thydzikgooglemap-v13/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v13/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 01:23:20 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[thydzikGoogleMap v1.3]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=57</guid>
		<description><![CDATA[I have finally managed to get WordPress to update the version number. This problem was due to not updating the version number in the PHP file as well as the readme.txt. Version 1.3 fixes a problem with thydzikGoogleMap not displaying correctly when a WordPress blog isn&#8217;t located in the domain folder. I have seen a [...]]]></description>
			<content:encoded><![CDATA[<p>I have finally managed to get WordPress to update the version number. This problem was due to not updating the version number in the PHP file as well as the readme.txt.</p>
<p>Version 1.3 fixes a problem with thydzikGoogleMap not displaying correctly when a WordPress blog isn&#8217;t located in the domain folder.</p>
<p>I have seen a few users, using thydzikGoogleMap to display a single point or no points at all, thydzikGoogleMap isn&#8217;t really for this as it is not worth creating an XML file just for the single point. Plus I believe you can now simply embed a Google map with some simple code.</p>
<p>However, if you want full customization; including lines, numbered points, HTML in a point&#8217;s detail, then thydzikGoogleMap is exactly for you.</p>
<p>Comments and suggestions very welcome.</p>
<p><a title="Download thydzikGoogleMap v1.3" href="http://wordpress.org/extend/plugins/thydzik-google-map/" target="_blank">Download thydzikGoogleMap v1.3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v13/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Karratha Geocaches (Pilbara, Western Australia)</title>
		<link>http://thydzik.com/karratha-geocaches-pilbara-western-australia/</link>
		<comments>http://thydzik.com/karratha-geocaches-pilbara-western-australia/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 01:50:05 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[Geocaching]]></category>
		<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[Karratha]]></category>
		<category><![CDATA[Western Australia]]></category>

		<guid isPermaLink="false">http://blog.thydzik.com/?p=46</guid>
		<description><![CDATA[From time to time I would like to share some of my Australian travels. It doesn&#8217;t really fit in technology or projects. Karratha is 1535km north of Perth, Western Australia. The XML for the map below was made with RoboGEO, which synchronises GPS data with photographs using the timestamp. The XML map data was then [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time I would like to share some of my Australian travels. It doesn&#8217;t really fit in technology or projects. Karratha is 1535km north of Perth, Western Australia.</p>
<p>The XML for the map below was made with <a title="RoboGeo site" href="http://www.robogeo.com/" target="_blank">RoboGEO</a>, which synchronises GPS data with photographs using the timestamp. The XML map data was then displayed as a Google map using my WordPress plugin <a title="thydzikGoogleMap Plugin Directory" href="http://wordpress.org/extend/plugins/thydzik-google-map/" target="_blank">thydzikGoogleMap</a>.</p>
<p>One of the features of thydzikGoogleMap is the ability to show XML Google maps, while maintaining the internal links to photographs.</p>
<!--thydzikgooglemap--><div id="map128348417855164900" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348417855164900","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=7532b84b12b1c490222fe76dbb3231a599b0d21776e5edcf3adf87664df665c22e432da6815914d0a81bde59b2ecb4d08f7b87b79ec5d1c2382e66126795038a","460px", "345px","http://thydzik.com/geocaching/karratha-mar08/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",-1,"Normal",1);	}</script><!--/thydzikgooglemap-->
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/karratha-geocaches-pilbara-western-australia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.1</title>
		<link>http://thydzik.com/thydzikgooglemap-v11/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v11/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 00:28:52 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzikGoogleMap]]></category>
		<category><![CDATA[1.1]]></category>
		<category><![CDATA[cross-domain]]></category>
		<category><![CDATA[Geocaching]]></category>
		<category><![CDATA[RoboGeo]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.thydzik.com/?p=45</guid>
		<description><![CDATA[thydzikGoogleMap v1.1 has been released with major updates: cross-domain XML files can be used as the map data, see example below. due to WordPress plugin repository automatically zipping plugins, the main plugin folder is changed. Anyone upgrading from v1.0, requires deletion of old folder. Lots of code improvements, was a bug with displaying the default [...]]]></description>
			<content:encoded><![CDATA[<p>thydzikGoogleMap v1.1 has been released with major updates:</p>
<ul>
<li>cross-domain XML files can be used as the map data, see example below.</li>
<li>due to WordPress plugin repository automatically zipping plugins, the main plugin folder is changed. Anyone upgrading from v1.0, requires deletion of old folder.</li>
<li>Lots of code improvements, was a bug with displaying the default marker style.</li>
<li>Works with <a title="RoboGeo site" href="http://www.robogeo.com/home/" target="_blank">RoboGeo</a> produced XML files.</li>
</ul>
<p>The below example shows cross-domain support, I am using the XML file found in my second blog</p>
<p>http://sonyaandtravis.com/../china2007.xml</p>
<!--thydzikgooglemap--><div id="map128348417857086600" style="width:0px; height:0px"></div><script type="text/javascript">	if (window.location.href.indexOf("http://thydzik.com") === 0) {		makeMap("map128348417857086600","http://thydzik.com/wp-content/plugins/thydzik-google-map/xml-proxy.php?url=9060fe9cb50ea7aa7081c1e30a6aa7e42db586555e80e09cfd4640c177fee0de5eba0f0273fefe1a1c4a090ff4c229b07846d701fd9cf74cf10311b5ee2eeeb2","460px", "345px","http://sonyaandtravis.com/maps/","http://thydzik.com/wp-content/plugins/thydzik-google-map/",3,"Normal",1);	}</script><!--/thydzikgooglemap-->
<p><a title="thydzikGoogleMap WordPress repository" href="http://wordpress.org/extend/plugins/thydzik-google-map/">Download here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->