
<?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: How to find the right point in Google Maps (longitude and latitude)</title>
	<atom:link href="http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/feed/" rel="self" type="application/rss+xml" />
	<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/</link>
	<description>A web engineer's blog</description>
	<pubDate>Tue, 06 Jan 2009 01:32:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: giancarlo</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-233</link>
		<dc:creator>giancarlo</dc:creator>
		<pubDate>Fri, 28 Dec 2007 16:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-233</guid>
		<description>Hi Ray,
try to place the code after the initialization script, to clarify that I call a function named google_buildmap() located in 

/lib/google_maps/js/google_maps.js

from the main init function.</description>
		<content:encoded><![CDATA[<p>Hi Ray,<br />
try to place the code after the initialization script, to clarify that I call a function named google_buildmap() located in </p>
<p>/lib/google_maps/js/google_maps.js</p>
<p>from the main init function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-232</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Fri, 28 Dec 2007 15:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-232</guid>
		<description>Hi Giancarlo,

Liked the idea in your blog post:
  "How to find the right point in Google Maps 
   (longitude and latitude)".

My question:
- where exactly do you place your short Javascript code,
in a standard page with a Google Map?
(can you give a simple example?).

I tried looking at the source code of your demo page,
but could not find your JS code anywhere, (needed to perform "the magic").

Grazie!!
Ray SF</description>
		<content:encoded><![CDATA[<p>Hi Giancarlo,</p>
<p>Liked the idea in your blog post:<br />
  &#8220;How to find the right point in Google Maps<br />
   (longitude and latitude)&#8221;.</p>
<p>My question:<br />
- where exactly do you place your short Javascript code,<br />
in a standard page with a Google Map?<br />
(can you give a simple example?).</p>
<p>I tried looking at the source code of your demo page,<br />
but could not find your JS code anywhere, (needed to perform &#8220;the magic&#8221;).</p>
<p>Grazie!!<br />
Ray SF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ksenia</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-98</link>
		<dc:creator>Ksenia</dc:creator>
		<pubDate>Wed, 21 Nov 2007 12:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-98</guid>
		<description>I was googling for this kind of solution and found this post. The situation with the client on the phone explaining me where to put the marker is exactly what I am trying to avoid :-)
Thank you very much for the code!</description>
		<content:encoded><![CDATA[<p>I was googling for this kind of solution and found this post. The situation with the client on the phone explaining me where to put the marker is exactly what I am trying to avoid <img src='http://giancarlo.dimassa.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Thank you very much for the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-37</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Mon, 06 Aug 2007 19:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-37</guid>
		<description>that worked perfectly Giancarlo, thanks!</description>
		<content:encoded><![CDATA[<p>that worked perfectly Giancarlo, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giancarlo</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-33</link>
		<dc:creator>giancarlo</dc:creator>
		<pubDate>Fri, 03 Aug 2007 00:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-33</guid>
		<description>try changing 

var markerdebug = new GMarker(map.getCenter()),{draggable:true});

into

markerdebug = new GMarker(map.getCenter(),{draggable:true});</description>
		<content:encoded><![CDATA[<p>try changing </p>
<p>var markerdebug = new GMarker(map.getCenter()),{draggable:true});</p>
<p>into</p>
<p>markerdebug = new GMarker(map.getCenter(),{draggable:true});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giancarlo</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-32</link>
		<dc:creator>giancarlo</dc:creator>
		<pubDate>Fri, 03 Aug 2007 00:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-32</guid>
		<description>Checked out your website, but the code is commented out so I can't check with Firebug where the problem is!
I suppose the map fails to load even if you don't use it in debug mode, so it could be a simple syntax error somewhere.
Could you try uncomment it (or create another page with the code uncommented) so we can try to debug it?
It would be very interesting, indeed.</description>
		<content:encoded><![CDATA[<p>Checked out your website, but the code is commented out so I can&#8217;t check with Firebug where the problem is!<br />
I suppose the map fails to load even if you don&#8217;t use it in debug mode, so it could be a simple syntax error somewhere.<br />
Could you try uncomment it (or create another page with the code uncommented) so we can try to debug it?<br />
It would be very interesting, indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Doig</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-29</link>
		<dc:creator>Steve Doig</dc:creator>
		<pubDate>Thu, 02 Aug 2007 09:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-29</guid>
		<description>My map object is called 'map', I've added the code above to the external javascript code used to construct the map, but the map fails to load.  Confusing.

http://www.hillarysboatshop.com.au/skins/default/en/google_maps.js

http://www.hillarysboatshop.com.au/cart.php?mode=map</description>
		<content:encoded><![CDATA[<p>My map object is called &#8216;map&#8217;, I&#8217;ve added the code above to the external javascript code used to construct the map, but the map fails to load.  Confusing.</p>
<p><a target="_blank" href="http://www.hillarysboatshop.com.au/skins/default/en/google_maps.js" rel="nofollow">http://www.hillarysboatshop.com.au/skins/default/en/google_maps.js</a></p>
<p><a target="_blank" href="http://www.hillarysboatshop.com.au/cart.php?mode=map" rel="nofollow">http://www.hillarysboatshop.com.au/cart.php?mode=map</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giancarlo</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-7</link>
		<dc:creator>giancarlo</dc:creator>
		<pubDate>Wed, 04 Jul 2007 12:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-7</guid>
		<description>You mean in the live example? Because in the article I don't  mention the zoom feature. The notation for zooming here in Italy is not different from the international standard. There's even the lucky (for me!) event that you found an error in the live example! Did you experience inverted zooming on the live example? Where you using the scroller of the mouse or the controls on screen? If you're using the scroller, what mouse do you have? What is your browser?</description>
		<content:encoded><![CDATA[<p>You mean in the live example? Because in the article I don&#8217;t  mention the zoom feature. The notation for zooming here in Italy is not different from the international standard. There&#8217;s even the lucky (for me!) event that you found an error in the live example! Did you experience inverted zooming on the live example? Where you using the scroller of the mouse or the controls on screen? If you&#8217;re using the scroller, what mouse do you have? What is your browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian morton</title>
		<link>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-6</link>
		<dc:creator>ian morton</dc:creator>
		<pubDate>Wed, 04 Jul 2007 08:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-6</guid>
		<description>The zoom in/out directions are the opposite of Google maps. I found this confusing. Is it because you are in Italia?</description>
		<content:encoded><![CDATA[<p>The zoom in/out directions are the opposite of Google maps. I found this confusing. Is it because you are in Italia?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
