<?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: Google Map API &#8211; Adding address markers and geocoding</title>
	<atom:link href="http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/</link>
	<description>Helping get your ASP Starter Kit online</description>
	<lastBuildDate>Thu, 06 Oct 2011 18:18:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: mauricio</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-10957</link>
		<dc:creator>mauricio</dc:creator>
		<pubDate>Sun, 25 Sep 2011 00:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-10957</guid>
		<description>hey thank you very much :) this help me to approach my goal :)</description>
		<content:encoded><![CDATA[<p>hey thank you very much <img src='http://aspstarterkit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  this help me to approach my goal <img src='http://aspstarterkit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4894</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 12 Jun 2010 14:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4894</guid>
		<description>Best of luck. A two step approach can certainly work.

Cheers!</description>
		<content:encoded><![CDATA[<p>Best of luck. A two step approach can certainly work.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4886</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Fri, 11 Jun 2010 15:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4886</guid>
		<description>Cheers Jason,  
I appreciate the reply.  I guess I wanted this to be a bit more dynamic.  Maybe I can just write something that does the geocoding separately and then the page looks at the geocoded cities.  
Luis</description>
		<content:encoded><![CDATA[<p>Cheers Jason,<br />
I appreciate the reply.  I guess I wanted this to be a bit more dynamic.  Maybe I can just write something that does the geocoding separately and then the page looks at the geocoded cities.<br />
Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4885</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 11 Jun 2010 14:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4885</guid>
		<description>Luis,

If you are having a large number of entries in the xml file I recommend storing actual lat/ lng coordinates rather than geocoding the whole list everytime the webpage is pulled up. Performance is slow when geocoding a large number of entries. You can look at my most post &quot;Google Map API – Markers with Pop Up Windows&quot; which uses lat/ lng coordinates rather than an address as an example. Good luck with your project!

Jason</description>
		<content:encoded><![CDATA[<p>Luis,</p>
<p>If you are having a large number of entries in the xml file I recommend storing actual lat/ lng coordinates rather than geocoding the whole list everytime the webpage is pulled up. Performance is slow when geocoding a large number of entries. You can look at my most post &#8220;Google Map API – Markers with Pop Up Windows&#8221; which uses lat/ lng coordinates rather than an address as an example. Good luck with your project!</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4878</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4878</guid>
		<description>Hello Jason,
This example is great!  Got me up and running after trying several things.  Admittedly, I am a total beginner with Google Maps API.  I had a similar issue to Dan whilst trying to call out say, 100 or 200 addresses.  Is this the 100ms limit I heard about?  How to curb this?  Check out the map here:

http://dhubfablab.cat/ccloud/maps/ccloud_Geotags.htm

And the xml file:
http://dhubfablab.cat/ccloud/maps/cities3.xml.

Any help would be appreciated!  Really, excellent example!
Luis</description>
		<content:encoded><![CDATA[<p>Hello Jason,<br />
This example is great!  Got me up and running after trying several things.  Admittedly, I am a total beginner with Google Maps API.  I had a similar issue to Dan whilst trying to call out say, 100 or 200 addresses.  Is this the 100ms limit I heard about?  How to curb this?  Check out the map here:</p>
<p><a href="http://dhubfablab.cat/ccloud/maps/ccloud_Geotags.htm" rel="nofollow">http://dhubfablab.cat/ccloud/maps/ccloud_Geotags.htm</a></p>
<p>And the xml file:<br />
<a href="http://dhubfablab.cat/ccloud/maps/cities3.xml" rel="nofollow">http://dhubfablab.cat/ccloud/maps/cities3.xml</a>.</p>
<p>Any help would be appreciated!  Really, excellent example!<br />
Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4776</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Wed, 26 May 2010 20:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4776</guid>
		<description>I&#039;m trying to add a form field that when submitted adds the address marker (as nicely demonstrated here) that updates an XML file and the XML file spits out the content that is in the sidebar, adding the point and making the marker clickable/pop-out. I&#039;ve found help on each of these things separately but am  having a time putting it together.

I&#039;ve tried a function that deletes the last line &quot;&quot;  and then reads it after the fopen, write, but nothing was written. Everytime I get one thing working something else breaks. Having a tough time as I&#039;m new to Google Maps.

Any help would be amazing.

thomas
thomas.g.bennett@gmail.com</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to add a form field that when submitted adds the address marker (as nicely demonstrated here) that updates an XML file and the XML file spits out the content that is in the sidebar, adding the point and making the marker clickable/pop-out. I&#8217;ve found help on each of these things separately but am  having a time putting it together.</p>
<p>I&#8217;ve tried a function that deletes the last line &#8220;&#8221;  and then reads it after the fopen, write, but nothing was written. Everytime I get one thing working something else breaks. Having a tough time as I&#8217;m new to Google Maps.</p>
<p>Any help would be amazing.</p>
<p>thomas<br />
<a href="mailto:thomas.g.bennett@gmail.com">thomas.g.bennett@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4422</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Wed, 31 Mar 2010 20:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4422</guid>
		<description>Hi Jason,

I got the database to output the records in XML file, but its in a different format then the one you posted above. By looking at the following data from the database generated XML file, how could I adapt my aspx code so that it selects the address value from the XML file generated by the database?

This is the xml file that i get:


  
    adsad@ad.com
    asda
    asd
    asd
    xxxx
    Male
    Withdean
 0
  
  
    asd@ad.com
    asd
    ad
    asd
    xxxx
    Female
    Hailsham
  


As you can see there is no quotation mark or &#039;Marker&#039;/&#039;Markers&#039; element specified. What do I do?</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>I got the database to output the records in XML file, but its in a different format then the one you posted above. By looking at the following data from the database generated XML file, how could I adapt my aspx code so that it selects the address value from the XML file generated by the database?</p>
<p>This is the xml file that i get:</p>
<p>    <a href="mailto:adsad@ad.com">adsad@ad.com</a><br />
    asda<br />
    asd<br />
    asd<br />
    xxxx<br />
    Male<br />
    Withdean<br />
 0</p>
<p>    <a href="mailto:asd@ad.com">asd@ad.com</a><br />
    asd<br />
    ad<br />
    asd<br />
    xxxx<br />
    Female<br />
    Hailsham</p>
<p>As you can see there is no quotation mark or &#8216;Marker&#8217;/'Markers&#8217; element specified. What do I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4378</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Fri, 26 Mar 2010 09:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4378</guid>
		<description>Hi Jason,
Thanks for the link, but I found the code that you gave at the top of this page much easier. Is there no way the XML file could hold the addresses based on the search criteria when a query is initialised. Is there no way the database updates the xml file?

Also the source you mentioned, does not actually say how I can get specific data to be shown based on the preferences of the user who is logged in? Any tips?</description>
		<content:encoded><![CDATA[<p>Hi Jason,<br />
Thanks for the link, but I found the code that you gave at the top of this page much easier. Is there no way the XML file could hold the addresses based on the search criteria when a query is initialised. Is there no way the database updates the xml file?</p>
<p>Also the source you mentioned, does not actually say how I can get specific data to be shown based on the preferences of the user who is logged in? Any tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4375</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Thu, 25 Mar 2010 23:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4375</guid>
		<description>Thanks Jason, I will have a look at it.</description>
		<content:encoded><![CDATA[<p>Thanks Jason, I will have a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://aspstarterkit.com/index.php/getting-started/google-map-api-adding-address-markers-and-geocoding/comment-page-1/#comment-4372</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 25 Mar 2010 23:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=14#comment-4372</guid>
		<description>Xavier - Check out this link &lt;a href=&quot;http://www.codeproject.com/KB/ajax/KDAlumniMap.aspx&quot; rel=&quot;nofollow&quot;&gt; for code samples on how to Combine External Data Sources with a MS SQL Server Database to Create Google Maps Using AJAX and ASP.NET. Seems to fit the bill of what you are trying to do.</description>
		<content:encoded><![CDATA[<p>Xavier &#8211; Check out this link <a href="http://www.codeproject.com/KB/ajax/KDAlumniMap.aspx" rel="nofollow"> for code samples on how to Combine External Data Sources with a MS SQL Server Database to Create Google Maps Using AJAX and ASP.NET. Seems to fit the bill of what you are trying to do.</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

