<?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>Andrei DANEASA &#187; maps</title>
	<atom:link href="http://www.webxpert.ro/andrei/tag/maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webxpert.ro/andrei</link>
	<description>Programming, database, security, Oracle, .NET, C#, PHP, Travel</description>
	<lastBuildDate>Tue, 18 Oct 2011 15:42:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Few words on Google Chart API</title>
		<link>http://www.webxpert.ro/andrei/2009/10/26/few-words-about-google-chart-api/</link>
		<comments>http://www.webxpert.ro/andrei/2009/10/26/few-words-about-google-chart-api/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 18:27:32 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=530</guid>
		<description><![CDATA[There&#8217;s no way to develop a web app and don&#8217;t need a chart/pie, even this is for the backend. Google offers this Chart API and it&#8217;s fabulous. No need to install anything, just call a web page with your set of parameters. Now they offer maps and I can, for example, to keep track of [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s no way to develop a web app and don&#8217;t need a chart/pie, even this is for the backend. Google offers this <a href="http://code.google.com/apis/chart/" target="_blank">Chart API</a> and it&#8217;s fabulous. No need to install anything, just call a web page with your set of parameters. Now they offer <a href="http://code.google.com/apis/chart/types.html#maps" target="_blank">maps</a> and I can, for example, to keep track of the countries I visited.</p>
<p><strong>Example</strong>:<br />
<div class="wp-caption aligncenter" style="width: 450px"><img alt="Europe countries I visited so far" src="http://chart.apis.google.com/chart?chs=440x220&#038;chd=t:100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100&#038;cht=t&#038;chtm=europe&#038;chco=FFFFFF,FF0000,FFFF00,00FF00&#038;chf=bg,s,EAF7FE&#038;chld=ROBGTRGRITHUESPTFRNLBECHDEATGBPLSLSKNOCZLVLTRUBAMKSIHRCS" title="Countries I visited so far" width="440" height="220" /><p class="wp-caption-text">Europe countries I visited so far</p></div></p>
<p>People say that one picture worth more than a thousand words. This is true: just change, or offer charts as alternative to your long and boring tables and you&#8217;ll see the result.</p>
<p>What have I done here:<br />
<span id="more-530"></span>http://chart.apis.google.com/chart?</p>
<ul>
<li><strong>chs</strong>=440&#215;220 <em>*dimensions &#8211; this is the maximum size for maps </em></li>
<li><strong>chd</strong>=t:100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100, 100,100,100,100,100,100,100,100,100,100,100,100,100,100 <em>*color levels, one per child (chld)</em></li>
<li><strong>cht</strong>=t <em>*some default parameter for maps</em></li>
<li><strong>chtm</strong>=europe <em>*if you want to show just a region</em></li>
<li><strong>chco</strong>=FFFFFF,FF0000,FFFF00,00FF00 <em>*default color and color limits</em></li>
<li><strong>chf</strong>=bg,s,EAF7FE <em>*if you want to add a background color for water</em></li>
<li><strong>chld</strong>=ROBGTRGRITHUESPTFRNLBECHDEATGBPLSLSKNOCZLVLTRUBAMKSIHRGRCYCS <em>*list of children (countries here)</em></li>
</ul>
<p><em>!Note: It seems that google does not map Serbia correctly. The last country listed there is Serbia (RS) and it is not shown on the map. Strangely, changing this to CS is working. Currently waiting for a response from google (from a human, not the search engine <img src='http://www.webxpert.ro/andrei/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</em></p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2009/11/11/drop-off-in-google-storage-pricing/">Drop-off in Google storage pricing</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/10/08/vista-cannot-get-ip-from-some-routers-or-some-dhcp-servers/">Vista cannot get IP from some routers or some DHCP servers</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/04/09/old-geek-more-than-5-years-of-blogging/">Old geek&#8230; more than 5 years of blogging</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/11/09/passed-google-analytics-individual-qualification-iq/">Passed Google Analytics Individual Qualification (IQ)</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/05/30/10-tools-i-am-using-everyday/">10 tools I am using everyday</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/10/26/few-words-about-google-chart-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

