<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Generating Heat Maps Using Perl</title>
	<atom:link href="http://blog.imtrevor.com/2009/07/16/generating-heat-maps-using-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.imtrevor.com/2009/07/16/generating-heat-maps-using-perl/</link>
	<description>and this is what I say.</description>
	<lastBuildDate>Wed, 20 Oct 2010 04:54:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: trevor</title>
		<link>http://blog.imtrevor.com/2009/07/16/generating-heat-maps-using-perl/comment-page-1/#comment-1273</link>
		<dc:creator>trevor</dc:creator>
		<pubDate>Wed, 20 Oct 2010 04:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.imtrevor.com/?p=46#comment-1273</guid>
		<description>There is a method to toggle transparency in the background (though I&#039;m not completely clear on what you&#039;re referring to). Take a look at: 

http://search.cpan.org/~wazzuteke/Image-Heatmap-0.565/lib/Image/Heatmap.pm#transparent_bg

Hopefully that will help.</description>
		<content:encoded><![CDATA[<p>There is a method to toggle transparency in the background (though I&#8217;m not completely clear on what you&#8217;re referring to). Take a look at: </p>
<p><a href="http://search.cpan.org/~wazzuteke/Image-Heatmap-0.565/lib/Image/Heatmap.pm#transparent_bg" rel="nofollow">http://search.cpan.org/~wazzuteke/Image-Heatmap-0.565/lib/Image/Heatmap.pm#transparent_bg</a></p>
<p>Hopefully that will help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Henrik Johansen</title>
		<link>http://blog.imtrevor.com/2009/07/16/generating-heat-maps-using-perl/comment-page-1/#comment-818</link>
		<dc:creator>Per Henrik Johansen</dc:creator>
		<pubDate>Sun, 22 Aug 2010 16:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.imtrevor.com/?p=46#comment-818</guid>
		<description>Thanks for a wonderful module. I have spent most of the weekend fooling around with it :)

One thing I am pondering about though, when an area becomes hot, the heatmap becomes transparent (basemap is showing). I would have expected it to become white, at least when using the color scheme supplied with the module. 

Is it supposed to be transparent?</description>
		<content:encoded><![CDATA[<p>Thanks for a wonderful module. I have spent most of the weekend fooling around with it <img src='http://blog.imtrevor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One thing I am pondering about though, when an area becomes hot, the heatmap becomes transparent (basemap is showing). I would have expected it to become white, at least when using the color scheme supplied with the module. </p>
<p>Is it supposed to be transparent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trevor</title>
		<link>http://blog.imtrevor.com/2009/07/16/generating-heat-maps-using-perl/comment-page-1/#comment-82</link>
		<dc:creator>trevor</dc:creator>
		<pubDate>Fri, 23 Oct 2009 04:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.imtrevor.com/?p=46#comment-82</guid>
		<description>The short answer is this: 

 * The &lt;strong&gt;map&lt;/strong&gt; attribute can be used to set the image of your preference.
 * By default, using 0 for &lt;strong&gt;zoom, x_adjust and y_adjust &lt;/strong&gt;will assume the map is of the entire world.
 * Adjusting these three attributes respectively will let you pan and zoom into any particular country you wish to map, including Canada
 * The examples in this article are examples of the US, which I tediously found the best combination of the three attributes for the particular map I used (and linked).  As with any other map, simple adjustments can be made to find the right fit.


I would recommend starting with all the defaults of &#039;0&#039; for the noted attributes.  Zooming in a little here, a little there; adjusting the x and y coordinates a little here, a little there; eventually you will be able to find the precise location you are looking for with respect to the size, proportion and perspective of your map.  Remember that the map must be of true scale of the geographical location you are looking to map as the coordinates are calculated from lat/long values and are immutable in terms of their location on the plane.

Good luck!</description>
		<content:encoded><![CDATA[<p>The short answer is this: </p>
<p> * The <strong>map</strong> attribute can be used to set the image of your preference.<br />
 * By default, using 0 for <strong>zoom, x_adjust and y_adjust </strong>will assume the map is of the entire world.<br />
 * Adjusting these three attributes respectively will let you pan and zoom into any particular country you wish to map, including Canada<br />
 * The examples in this article are examples of the US, which I tediously found the best combination of the three attributes for the particular map I used (and linked).  As with any other map, simple adjustments can be made to find the right fit.</p>
<p>I would recommend starting with all the defaults of &#8216;0&#8242; for the noted attributes.  Zooming in a little here, a little there; adjusting the x and y coordinates a little here, a little there; eventually you will be able to find the precise location you are looking for with respect to the size, proportion and perspective of your map.  Remember that the map must be of true scale of the geographical location you are looking to map as the coordinates are calculated from lat/long values and are immutable in terms of their location on the plane.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moltar</title>
		<link>http://blog.imtrevor.com/2009/07/16/generating-heat-maps-using-perl/comment-page-1/#comment-80</link>
		<dc:creator>moltar</dc:creator>
		<pubDate>Thu, 22 Oct 2009 23:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.imtrevor.com/?p=46#comment-80</guid>
		<description>The only thing is not clear at all is how to use other map images than the one provided. Lets say I want to do a city in Canada. How would this be done?</description>
		<content:encoded><![CDATA[<p>The only thing is not clear at all is how to use other map images than the one provided. Lets say I want to do a city in Canada. How would this be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trevor</title>
		<link>http://blog.imtrevor.com/2009/07/16/generating-heat-maps-using-perl/comment-page-1/#comment-23</link>
		<dc:creator>trevor</dc:creator>
		<pubDate>Fri, 11 Sep 2009 16:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.imtrevor.com/?p=46#comment-23</guid>
		<description>Take a look at this link:

http://search.cpan.org/~wazzuteke/Image-Heatmap-0.557/lib/Image/Heatmap.pm#map

You must define where the original map image is (the image the plots will be set upon).

If you don&#039;t already have a map, the examples from above use this one (of the US only):

http://internetsamhard.com/wp-content/uploads/2009/07/usa-1650x875-mod.png

Otherwise, the API for the current version is public here:

http://search.cpan.org/~wazzuteke/Image-Heatmap

And working examples are in this post as well.</description>
		<content:encoded><![CDATA[<p>Take a look at this link:</p>
<p><a href="http://search.cpan.org/~wazzuteke/Image-Heatmap-0.557/lib/Image/Heatmap.pm#map" rel="nofollow">http://search.cpan.org/~wazzuteke/Image-Heatmap-0.557/lib/Image/Heatmap.pm#map</a></p>
<p>You must define where the original map image is (the image the plots will be set upon).</p>
<p>If you don&#8217;t already have a map, the examples from above use this one (of the US only):</p>
<p><a href="http://internetsamhard.com/wp-content/uploads/2009/07/usa-1650x875-mod.png" rel="nofollow">http://internetsamhard.com/wp-content/uploads/2009/07/usa-1650&#215;875-mod.png</a></p>
<p>Otherwise, the API for the current version is public here:</p>
<p><a href="http://search.cpan.org/~wazzuteke/Image-Heatmap" rel="nofollow">http://search.cpan.org/~wazzuteke/Image-Heatmap</a></p>
<p>And working examples are in this post as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

