<?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"
	>
<channel>
	<title>Comments on: Inline Google Maps plugin for WordPress : version 2.1</title>
	<atom:link href="http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/</link>
	<description>Digging the watery grave and talking about PHP, Rails and tech stuff..</description>
	<pubDate>Tue, 06 Jan 2009 05:29:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: sandg</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-27370</link>
		<dc:creator>sandg</dc:creator>
		<pubDate>Thu, 28 Aug 2008 17:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-27370</guid>
		<description>I've a problem. I linked a text in my page (not post) and the map appeared above my page title. Pls help. Tq.</description>
		<content:encoded><![CDATA[<p>I&#039;ve a problem. I linked a text in my page (not post) and the map appeared above my page title. Pls help. Tq.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-27258</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 14 Jul 2008 01:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-27258</guid>
		<description>Hi Peter,

The width of the marker if hardcoded into the plugin, but you can change it yourself.

There is the following line in gmaps_v2.php file (line: 111)

var opts = { maxWidth : 300 };

just change the 300 to any value you wish (the value if width of marker in pixels)

Hope this helps,
Mike.</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>The width of the marker if hardcoded into the plugin, but you can change it yourself.</p>
<p>There is the following line in gmaps_v2.php file (line: 111)</p>
<p>var opts = { maxWidth : 300 };</p>
<p>just change the 300 to any value you wish (the value if width of marker in pixels)</p>
<p>Hope this helps,<br />
Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-27245</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 12 Jul 2008 05:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-27245</guid>
		<description>Great plug!

I have the problem of the Info Balloon being too big. I have read on several other sites that the balloon is made "upstream" of any plug-in by the Google App based on the size of the displayed map.
However, I need to display at 240px wide, and the correct map size is displayed by the plug-in, but the balloon is always too wide.

As usual... any help would be much appreciated.

Thank you.</description>
		<content:encoded><![CDATA[<p>Great plug!</p>
<p>I have the problem of the Info Balloon being too big. I have read on several other sites that the balloon is made &#034;upstream&#034; of any plug-in by the Google App based on the size of the displayed map.<br />
However, I need to display at 240px wide, and the correct map size is displayed by the plug-in, but the balloon is always too wide.</p>
<p>As usual&#8230; any help would be much appreciated.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-26717</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 05 Feb 2008 01:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-26717</guid>
		<description>Hi Mihai,

yes, the "ll" parameter is not automatically added by Google Maps when you search for an address, and this will lead to problems with the map not being properly displayed using my plugin. The simplest solution is to :

1. Search Google Maps by an address
2. once you found the location, max zoom on it using zoom slider
3. drag the map one pixel and back in order to let google "know" that you have adjusted the panning
4. now, zoom out to the level at which you want the map to be displayed, and get a link for that page 

this way you're guaranteed to get the "ll"parameter set in your link and everything should work.
Step 3 is the most important, step 2 is added in order to minimize possible error which can crawl in after you manually dragged the map (say, you dragged left 2 pixels and right 1 pixel - this way you have 1 pixel off from the original location).

Mike.</description>
		<content:encoded><![CDATA[<p>Hi Mihai,</p>
<p>yes, the &#034;ll&#034; parameter is not automatically added by Google Maps when you search for an address, and this will lead to problems with the map not being properly displayed using my plugin. The simplest solution is to :</p>
<p>1. Search Google Maps by an address<br />
2. once you found the location, max zoom on it using zoom slider<br />
3. drag the map one pixel and back in order to let google &#034;know&#034; that you have adjusted the panning<br />
4. now, zoom out to the level at which you want the map to be displayed, and get a link for that page </p>
<p>this way you&#039;re guaranteed to get the &#034;ll&#034;parameter set in your link and everything should work.<br />
Step 3 is the most important, step 2 is added in order to minimize possible error which can crawl in after you manually dragged the map (say, you dragged left 2 pixels and right 1 pixel - this way you have 1 pixel off from the original location).</p>
<p>Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-26714</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Mon, 04 Feb 2008 16:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-26714</guid>
		<description>apparently the issue occurs when you *search* for a particular location... works if look for the location by going direct;y to maps.google.com and just use the maps pan,zoom etc..

sorry for spamming who ever i spammed with these 3 in a row :)</description>
		<content:encoded><![CDATA[<p>apparently the issue occurs when you *search* for a particular location&#8230; works if look for the location by going direct;y to maps.google.com and just use the maps pan,zoom etc..</p>
<p>sorry for spamming who ever i spammed with these 3 in a row :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-26713</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Mon, 04 Feb 2008 15:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-26713</guid>
		<description>oups.. didn't know that the plugin would parse the comments as well.
anyway the link was 
http:  //maps.google.com/maps?f=q&#38;hl=en&#38;geocode=&#38;q=bacau+ro&#38;sll=37.0625,-95.677068&#38;sspn=38.41771,83.144531&#38;ie=UTF8&#38;z=9&#38;iwloc=addr&#38;om=0

which is the map of Bacau, Romania and not Moskow</description>
		<content:encoded><![CDATA[<p>oups.. didn&#039;t know that the plugin would parse the comments as well.<br />
anyway the link was<br />
http:  //maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=bacau+ro&amp;sll=37.0625,-95.677068&amp;sspn=38.41771,83.144531&amp;ie=UTF8&amp;z=9&amp;iwloc=addr&amp;om=0</p>
<p>which is the map of Bacau, Romania and not Moskow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-26712</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Mon, 04 Feb 2008 15:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-26712</guid>
		<description>It's weird how this is working for so many people and yet I get this error:

ll is not defined

which is normal since the plugin tries to read a 'll' parameter in the map url and there is no such parameter. There is 'sll' which means something else than longitude/latitude.

Here's an example of how a map url looks when you click the 'Link to this page' link:
http://maps.google.com/maps?f=q&#38;hl=en&#38;geocode=&#38;q=bacau+ro&#38;sll=37.0625,-95.677068&#38;sspn=38.41771,83.144531&#38;ie=UTF8&#38;z=9&#38;iwloc=addr&#38;om=0

Any ideas? 
Thank you.</description>
		<content:encoded><![CDATA[<p>It&#039;s weird how this is working for so many people and yet I get this error:</p>
<p>ll is not defined</p>
<p>which is normal since the plugin tries to read a &#039;ll&#039; parameter in the map url and there is no such parameter. There is &#039;sll&#039; which means something else than longitude/latitude.</p>
<p>Here&#039;s an example of how a map url looks when you click the &#039;Link to this page&#039; link:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=bacau+ro&amp;sll=37.0625,-95.677068&amp;sspn=38.41771,83.144531&amp;ie=UTF8&amp;z=9&amp;iwloc=addr&amp;om=0" rel="nofollow">http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=bacau+ro&amp;sll=37.0625,-95.677068&amp;sspn=38.41771,83.144531&amp;ie=UTF8&amp;z=9&amp;iwloc=addr&amp;om=0</a></p>
<p>Any ideas?<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RealVision</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-26702</link>
		<dc:creator>RealVision</dc:creator>
		<pubDate>Sun, 03 Feb 2008 08:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-26702</guid>
		<description>I am having the same problem as Daniel below..
Is there soem way to fix this please?

Thanksa nd regards


#  Daniel Says:
June 26th, 2007 at 5:01 am

I used this in a previous theme and it worked great. Neverrtheless, I downloaded recently the "highground theme" and for some reasons it does not display the map's marker properly (it shows a white square with some grey in it).

Another problem I have is the "hybrid" mode. Although the "map" and "satellite" mode works fine in the hybrid mode it displays mostly a white background.

Do you have any idea of why does that happend?</description>
		<content:encoded><![CDATA[<p>I am having the same problem as Daniel below..<br />
Is there soem way to fix this please?</p>
<p>Thanksa nd regards</p>
<p>#  Daniel Says:<br />
June 26th, 2007 at 5:01 am</p>
<p>I used this in a previous theme and it worked great. Neverrtheless, I downloaded recently the &#034;highground theme&#034; and for some reasons it does not display the map&#039;s marker properly (it shows a white square with some grey in it).</p>
<p>Another problem I have is the &#034;hybrid&#034; mode. Although the &#034;map&#034; and &#034;satellite&#034; mode works fine in the hybrid mode it displays mostly a white background.</p>
<p>Do you have any idea of why does that happend?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-26598</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Wed, 16 Jan 2008 18:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-26598</guid>
		<description>This plugin rock... is it possible to change the marker icon to a different set or use custom icons &#38; color??

Thank you so much...</description>
		<content:encoded><![CDATA[<p>This plugin rock&#8230; is it possible to change the marker icon to a different set or use custom icons &amp; color??</p>
<p>Thank you so much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://macdiggs.com/2006/10/13/inline-google-maps-for-wordpress-version-2/#comment-26597</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Wed, 16 Jan 2008 17:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2006/10/13/gmaps-test/#comment-26597</guid>
		<description>Nevermind.. it works in IE6 on Windows XP, but not on Windows 2003 Web Edition Server IE6..</description>
		<content:encoded><![CDATA[<p>Nevermind.. it works in IE6 on Windows XP, but not on Windows 2003 Web Edition Server IE6..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
