<?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: Setting boundaries for google map with more markers using jQuery</title>
	<atom:link href="http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-boundaries-for-google-map-with-more-markers-using-jquery</link>
	<description>Yet Another Coding Blog</description>
	<lastBuildDate>Fri, 23 Sep 2011 08:55:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Wojtek</title>
		<link>http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/comment-page-1/#comment-94</link>
		<dc:creator>Wojtek</dc:creator>
		<pubDate>Sun, 13 Sep 2009 13:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=17#comment-94</guid>
		<description>Hi Mjaus,

the problem is not the script but you XML file. You are using HTML entities in it. Since XML 1.0 allows only limited amount of entities and you set encoding of your file to utf8, why don&#039;t you just use the letters besides entities? As an alternative, you can define your entities in the DOCTYPE of your XML file. I hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Mjaus,</p>
<p>the problem is not the script but you XML file. You are using HTML entities in it. Since XML 1.0 allows only limited amount of entities and you set encoding of your file to utf8, why don&#8217;t you just use the letters besides entities? As an alternative, you can define your entities in the DOCTYPE of your XML file. I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mjaus</title>
		<link>http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/comment-page-1/#comment-93</link>
		<dc:creator>Mjaus</dc:creator>
		<pubDate>Sun, 13 Sep 2009 08:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=17#comment-93</guid>
		<description>Look at &quot;O NAS&quot; &quot;KONTAKTY&quot; because on local computer work google mas with XML file corectly but on server no. I think that on server cant load xml file.
Can you help me resolve this problem please?.

Thank a lot.</description>
		<content:encoded><![CDATA[<p>Look at &#8220;O NAS&#8221; &#8220;KONTAKTY&#8221; because on local computer work google mas with XML file corectly but on server no. I think that on server cant load xml file.<br />
Can you help me resolve this problem please?.</p>
<p>Thank a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramakrishna Kanni</title>
		<link>http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/comment-page-1/#comment-89</link>
		<dc:creator>Ramakrishna Kanni</dc:creator>
		<pubDate>Tue, 07 Jul 2009 12:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=17#comment-89</guid>
		<description>Hi, can anybody tell me how to find a tolerance value from a given point on google map? Say I have a point in a geo fence and I want to find all the points surrounding the given point with a range of + or - 5%</description>
		<content:encoded><![CDATA[<p>Hi, can anybody tell me how to find a tolerance value from a given point on google map? Say I have a point in a geo fence and I want to find all the points surrounding the given point with a range of + or &#8211; 5%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aiska Hendra</title>
		<link>http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/comment-page-1/#comment-70</link>
		<dc:creator>Aiska Hendra</dc:creator>
		<pubDate>Sat, 31 Jan 2009 14:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=17#comment-70</guid>
		<description>Wow... it&#039;s good approach
but sometimes the function of:

map.setZoom(map.getBoundsZoomLevel(bounds));

not work if you have more than 200 markers.
i have new approaching and found formula for setting zoom level.
check this out :

http://aiskahendra.blogspot.com/2009/01/set-zoom-level-of-google-map-base-on.html

Thanks</description>
		<content:encoded><![CDATA[<p>Wow&#8230; it&#8217;s good approach<br />
but sometimes the function of:</p>
<p>map.setZoom(map.getBoundsZoomLevel(bounds));</p>
<p>not work if you have more than 200 markers.<br />
i have new approaching and found formula for setting zoom level.<br />
check this out :</p>
<p><a href="http://aiskahendra.blogspot.com/2009/01/set-zoom-level-of-google-map-base-on.html" rel="nofollow">http://aiskahendra.blogspot.com/2009/01/set-zoom-level-of-google-map-base-on.html</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgar</title>
		<link>http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/comment-page-1/#comment-9</link>
		<dc:creator>Edgar</dc:creator>
		<pubDate>Sun, 25 May 2008 05:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=17#comment-9</guid>
		<description>Ooops!  I see that you included the XML file for identifying the markers.   :-)</description>
		<content:encoded><![CDATA[<p>Ooops!  I see that you included the XML file for identifying the markers.   <img src='http://www.designing4u.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgar</title>
		<link>http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/comment-page-1/#comment-8</link>
		<dc:creator>Edgar</dc:creator>
		<pubDate>Sun, 25 May 2008 05:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=17#comment-8</guid>
		<description>Your example is very helpful! As I am a beginner with Google Maps, Please identify the XML document that contains the marker information.

Thank you, Edgar</description>
		<content:encoded><![CDATA[<p>Your example is very helpful! As I am a beginner with Google Maps, Please identify the XML document that contains the marker information.</p>
<p>Thank you, Edgar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: designing4u.de &#187; Google maps, jQuery and XML - displaying a simple navigation</title>
		<link>http://www.designing4u.de/2008/05/setting-boundaries-for-google-map-with-more-markers-using-jquery/comment-page-1/#comment-3</link>
		<dc:creator>designing4u.de &#187; Google maps, jQuery and XML - displaying a simple navigation</dc:creator>
		<pubDate>Thu, 22 May 2008 09:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=17#comment-3</guid>
		<description>[...] description of jQuery code you can find in this post, therefore in this example I will only cover the parts of the code, which weren&#8217;t explained [...]</description>
		<content:encoded><![CDATA[<p>[...] description of jQuery code you can find in this post, therefore in this example I will only cover the parts of the code, which weren&#8217;t explained [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

