<?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>/kb &#187; map</title>
	<atom:link href="http://grx.no/kb/tag/map/feed/" rel="self" type="application/rss+xml" />
	<link>http://grx.no/kb</link>
	<description>personal knowledgebase</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:05:03 +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>Removing info bubble from Google Map, and keeping placemark</title>
		<link>http://grx.no/kb/2009/03/26/removing-info-bubble-from-google-map-and-keeping-placemark/</link>
		<comments>http://grx.no/kb/2009/03/26/removing-info-bubble-from-google-map-and-keeping-placemark/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 09:05:59 +0000</pubDate>
		<dc:creator>hgrimelid</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[info bubble]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[placemark]]></category>

		<guid isPermaLink="false">http://grx.no/kb/?p=149</guid>
		<description><![CDATA[UPDATE: Apparently this solution does not work anymore. I did a quick search, and it seems this could be a working solution. Default behavious is to show the information bubble when embedding a Google Map in your web page. Some times this is not a desired behaviour, and you only want to show the placemark. [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: Apparently this solution does not work anymore. I did a quick search, and it seems <a href="http://groups.google.com/group/google-maps-api/msg/4187bc8f2f64f558">this could be a working solution</a>.</p>
<p>Default behavious is to show the information bubble when embedding a Google Map in your web page. Some times this is not a desired behaviour, and you only want to show the placemark. After a little digging <a href="http://groups.google.com/group/Google-Maps-Troubleshooting/browse_thread/thread/318dc76597872f2e#0893a5bd10c8d59b">this Google Groups thread</a> provided a very simple solution to the problem.</p>
<p>Add the <code>iwloc</code>-parameter with value near. Here&#8217;s an example:<br />
<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Stavenes,+Norway&amp;sll=60.982268,5.078602&amp;sspn=0.057623,0.22316&amp;ie=UTF8&amp;ll=61.569805,5.116882&amp;spn=0.457668,1.167297&amp;z=9&amp;iwloc=addr">View Larger Map</a></small><br />
<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=eivindvik,+gulen&amp;sll=37.0625,-95.677068&amp;sspn=51.355924,114.257812&amp;ie=UTF8&amp;cd=1&amp;ll=61.002413,5.256958&amp;spn=1.597879,2.581787&amp;z=8">View Larger Map</a></small></p>
<p>So the string to insert is</p>
<pre>&amp;iwloc=near</pre>
<p>somewhere in between. Take a look at my source code if you&#8217;re unsure.</p>
]]></content:encoded>
			<wfw:commentRss>http://grx.no/kb/2009/03/26/removing-info-bubble-from-google-map-and-keeping-placemark/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

