<?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>Felipe Barriga Richards &#187; Heatmap</title>
	<atom:link href="http://blog.felipebarriga.cl/tag/heatmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.felipebarriga.cl</link>
	<description>Blog personal de Felipe Barriga Richards</description>
	<lastBuildDate>Thu, 29 Dec 2011 17:15:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OLHeatmap Live Demo !</title>
		<link>http://blog.felipebarriga.cl/programacion/olheatmap-live-demo/</link>
		<comments>http://blog.felipebarriga.cl/programacion/olheatmap-live-demo/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 06:07:49 +0000</pubDate>
		<dc:creator>fbarriga</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Heatmap]]></category>
		<category><![CDATA[OLHeatmap]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://blog.felipebarriga.cl/?p=506</guid>
		<description><![CDATA[I hope you enjoy this OLHeatmap Demo: http://blog.felipebarriga.cl/olheatmap_demo/]]></description>
			<content:encoded><![CDATA[<p>I hope you enjoy this <a href="http://olheatmap.sf.net">OLHeatmap</a> Demo:<br />
<a href="http://blog.felipebarriga.cl/olheatmap_demo/">http://blog.felipebarriga.cl/olheatmap_demo/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felipebarriga.cl/programacion/olheatmap-live-demo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OLHeatmap (OpenLayers Heatmap)</title>
		<link>http://blog.felipebarriga.cl/programacion/olheatmap-openlayers-heatmap/</link>
		<comments>http://blog.felipebarriga.cl/programacion/olheatmap-openlayers-heatmap/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 18:54:42 +0000</pubDate>
		<dc:creator>fbarriga</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Heatmap]]></category>
		<category><![CDATA[OLHeatmap]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://blog.felipebarriga.cl/?p=496</guid>
		<description><![CDATA[After some time thinking I&#8217;ve decided to release the source code of OLHeatmap as GPLv2 to incentive others developers to join and help in the project. Here is the original post showing OLHeatmap working and here is the project link in SourceForge (the guys at savannah.gnu.org take too long to approve a project&#8230;): http://olheatmap.sourceforge.net]]></description>
			<content:encoded><![CDATA[<p>After some time thinking I&#8217;ve decided to release the source code of <a href="http://olheatmap.sourceforge.net">OLHeatmap</a> as GPLv2 to incentive others developers to join and help in the project.<br />
Here is the original post showing <a href="http://blog.felipebarriga.cl/programacion/openstreetmap-heatmap-using-openlayers/">OLHeatmap</a> working and here is the project link in <a href="http://www.sf.net">SourceForge</a> (the guys at <a href="https://savannah.gnu.org/">savannah.gnu.org</a> take too long to approve a project&#8230;): <a href="http://olheatmap.sourceforge.net">http://olheatmap.sourceforge.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felipebarriga.cl/programacion/olheatmap-openlayers-heatmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenStreetMap Heatmap (using OpenLayers)</title>
		<link>http://blog.felipebarriga.cl/programacion/openstreetmap-heatmap-using-openlayers/</link>
		<comments>http://blog.felipebarriga.cl/programacion/openstreetmap-heatmap-using-openlayers/#comments</comments>
		<pubDate>Mon, 17 May 2010 06:04:23 +0000</pubDate>
		<dc:creator>fbarriga</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Heatmap]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://blog.felipebarriga.cl/?p=362</guid>
		<description><![CDATA[After been working sometime with OpenLayers I figure out how to make heatmaps generated in the user browser. Now I&#8217;m using OpenStreetMap for both map and data. As is based on OpenLayers you can use any map (including Google Maps) and get data from other places. There are some similar projects: gheat (server side), Google [...]]]></description>
			<content:encoded><![CDATA[<p>After been working sometime with <a href="http://openlayers.org/">OpenLayers</a> I figure out how to make <a href="http://en.wikipedia.org/wiki/Heat_map">heatmaps</a> generated in the user browser. Now I&#8217;m using <a href="http://www.openstreetmap.cl/">OpenStreetMap</a> for both map and data. As is based on OpenLayers you can use any map (including <a href="http://maps.google.com/">Google Maps</a>) and get data from other places. </p>
<p>There are some similar projects: <a href="http://code.google.com/p/gheat/">gheat</a> (server side), <a href="http://maps.forum.nu/gm_heatmap.html">Google Maps &#8211; Heatmap</a> (server side, not dynamic) and <a href="http://www.heatmapapi.com">HeatMapAPI</a> (server side and need an API key). If you know another API/Library to make Heatmaps please send me an email.</p>
<p>Currently you can watch the following demo videos (try to watch them on HD and fullscreen):<br />
<span id="more-362"></span><br />
<br/></p>
<h2>Videos</h2>
<ul>
<li><a href='http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_pub_restaurant_santiago_xvid.avi'>demo_pub_restaurant_santiago_xvid.avi</a></li>
<li><a href='http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_pub_restaurant_london_xvid.avi'>demo_pub_restaurant_london_xvid.avi</a></li>
<li><a href='http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_hospital_pharmacy_xvid.avi'>demo_hospital_pharmacy_xvid.avi</a></li>
<li><a href='http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_firestations_santiago_xvid.avi'>demo_firestations_santiago_xvid.avi</a></li>
<li><a href='http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_firestations_osorno_xvid.avi'>demo_firestations_osorno_xvid.avi</a></li>
</ul>
<p><center><br />
<object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/c4AgbIOKZKI&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;hd=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/c4AgbIOKZKI&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;hd=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/yRT66z4Mlfs&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;hd=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yRT66z4Mlfs&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;hd=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/cDXCyUh6c88&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cDXCyUh6c88&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/917EeJowMhs&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/917EeJowMhs&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/I92uInCCR0w&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/I92uInCCR0w&#038;hl=en_GB&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p></center><br />
<br/></p>
<h1>TODO</h1>
<ul>
<li>Add Heatmap auto-rendering option</li>
<li>Optimize Code</li>
<li>Improve compatibility with Chromium (Google Chrome)</li>
<li>Check compatibility with other browsers</li>
<li>Improve GUI</li>
<li>Make a Javascript Library</li>
<li>Use JSON instead of XML</li>
<li>Check security on server-side</li>
<li>Opacity of Features</li>
<li>Compatibility with polygons (currently only nodes)</li>
</ul>
<p><br/></p>
<h1>Bugs</h1>
<ul>
<li>Features are rendered more than once (double, triple?)</li>
</ul>
<p><br/></p>
<h1>Limitations</h1>
<ul>
<li>Don&#8217;t work on Microsoft Internet Explorer (maybe it&#8217;s a feature!)
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.felipebarriga.cl/programacion/openstreetmap-heatmap-using-openlayers/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
<enclosure url="http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_pub_restaurant_santiago_xvid.avi" length="13848156" type="video/x-msvideo" />
<enclosure url="http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_pub_restaurant_london_xvid.avi" length="12477674" type="video/x-msvideo" />
<enclosure url="http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_hospital_pharmacy_xvid.avi" length="5821436" type="video/x-msvideo" />
<enclosure url="http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_firestations_santiago_xvid.avi" length="9040454" type="video/x-msvideo" />
<enclosure url="http://blog.felipebarriga.cl/wp-content/uploads/2010/05/demo_firestations_osorno_xvid.avi" length="5023174" type="video/x-msvideo" />
		</item>
	</channel>
</rss>

