<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com.gi/group/Google-Maps-API</id>
  <title type="text">Google Maps API Google Group</title>
  <subtitle type="text">
  Discuss the Google Maps API, which lets developers embed Google Maps in their own web pages with JavaScript. If you&#39;d like to troubleshoot your development of the API, please remember the following: - Post a link, not a code snippet so that others can see your code in its proper context. - Search the Group, chances are someone else has had the same issue. - Make use of published documentation at http://www.google.com/apis/maps/documentation/
  </subtitle>
  <link href="/group/Google-Maps-API/feed/atom_v1_0_msgs.xml" rel="self" title="Google Maps API feed"/>
  <updated>2009-01-06T23:24:32Z</updated>
  <generator uri="http://groups.google.com.gi" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Rossko</name>
  <email>ros...@culzean.clara.co.uk</email>
  </author>
  <updated>2009-01-06T23:24:32Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/8cfb137a7ae0aa3f/3e94d56d3d20530c?show_docid=3e94d56d3d20530c</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/8cfb137a7ae0aa3f/3e94d56d3d20530c?show_docid=3e94d56d3d20530c"/>
  <title type="text">Re: Map Background</title>
  <summary type="html" xml:space="preserve">
  Searching this group for &#39;background color&#39; gives a few ideas, like - &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/Google-Maps-API/browse_thread/thread/2808667473e29689/76e5242cfcef80dd?lnk=gst&amp;q=background+color#76e5242cfcef80dd&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>geocodezip@gmail.com</name>
  <email>geocode...@gmail.com</email>
  </author>
  <updated>2009-01-06T23:04:01Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/69975e8ec99193b3/1abf0f7b86e833a4?show_docid=1abf0f7b86e833a4</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/69975e8ec99193b3/1abf0f7b86e833a4?show_docid=1abf0f7b86e833a4"/>
  <title type="text">Re: problem with tooltip parsing xml</title>
  <summary type="html" xml:space="preserve">
  On Jan 6, 2:57 pm, &amp;quot;geocode...@gmail.com&amp;quot; &amp;lt;geocode...@gmail.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; &lt;p&gt;The issue with this version is all your functions are local to the &lt;br&gt; loadMap() function. Any function executed from an HTML onclick event &lt;br&gt; (like myclick) needs to be in the global context. &lt;br&gt; &lt;p&gt; -- Larry
  </summary>
  </entry>
  <entry>
  <author>
  <name>geocodezip@gmail.com</name>
  <email>geocode...@gmail.com</email>
  </author>
  <updated>2009-01-06T22:59:07Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/ef5d90e9d2236d60/993e44af0f31ab47?show_docid=993e44af0f31ab47</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/ef5d90e9d2236d60/993e44af0f31ab47?show_docid=993e44af0f31ab47"/>
  <title type="text">Re: Markers with labels and it all comes from an XML file</title>
  <summary type="html" xml:space="preserve">
  How about this example? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.geocodezip.com/basic8j.asp?filename=example_number.xml&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>geocodezip@gmail.com</name>
  <email>geocode...@gmail.com</email>
  </author>
  <updated>2009-01-06T22:57:25Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/69975e8ec99193b3/618fdf9055a7028d?show_docid=618fdf9055a7028d</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/69975e8ec99193b3/618fdf9055a7028d?show_docid=618fdf9055a7028d"/>
  <title type="text">Re: problem with tooltip parsing xml</title>
  <summary type="html" xml:space="preserve">
  Move the script from the table to the bottom of the page, just before &lt;br&gt; the &amp;lt;/body&amp;gt; tag (or define it in the head and run it in an onload &lt;br&gt; function). &lt;br&gt; &lt;p&gt; -- Larry
  </summary>
  </entry>
  <entry>
  <author>
  <name>maps.huge.info [Maps API Guru]</name>
  <email>cor...@gmail.com</email>
  </author>
  <updated>2009-01-06T22:57:04Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/995f0af9933aef0f/dfe141345e461613?show_docid=dfe141345e461613</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/995f0af9933aef0f/dfe141345e461613?show_docid=dfe141345e461613"/>
  <title type="text">Re: Reading an KML file from http://www.batchgeocode.com/</title>
  <summary type="html" xml:space="preserve">
  Bottom line is that everyone is getting a 404 error which means the &lt;br&gt; file isn&#39;t in the web viewable area or you&#39;re giving us the wrong file &lt;br&gt; name. Double check everything and make sure you can load it in your &lt;br&gt; browser by just entering the url. &lt;br&gt; &lt;p&gt;-John Coryat &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://maps.huge.info&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.usnaviguide.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>loud</name>
  <email>keepitl...@hotmail.com</email>
  </author>
  <updated>2009-01-06T22:17:39Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/ef5d90e9d2236d60/1ad4f349d82142b0?show_docid=1ad4f349d82142b0</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/ef5d90e9d2236d60/1ad4f349d82142b0?show_docid=1ad4f349d82142b0"/>
  <title type="text">Markers with labels and it all comes from an XML file</title>
  <summary type="html" xml:space="preserve">
  (My first google map) &lt;br&gt; Using the great code from here, &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://econym.org.uk/gmap/&quot;&gt;[link]&lt;/a&gt;, I have a &lt;br&gt; map loading with points from an xml file. &lt;br&gt; &lt;p&gt;Now I want to add an index number from that xml file and have that &lt;br&gt; display as part of the point graphic. I know this can be done and &lt;br&gt; have seen several examples of displaying a label, but none that
  </summary>
  </entry>
  <entry>
  <author>
  <name>dinjas</name>
  <email>din...@gmail.com</email>
  </author>
  <updated>2009-01-06T22:04:48Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/cc4d8ef9510285ca/7dd0c311c14ed93f?show_docid=7dd0c311c14ed93f</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/cc4d8ef9510285ca/7dd0c311c14ed93f?show_docid=7dd0c311c14ed93f"/>
  <title type="text">Can I use a static picture of an embedded map?</title>
  <summary type="html" xml:space="preserve">
  I was going to use a Google Maps static image to display in a Facebook &lt;br&gt; application, but unlike our embedded maps, there isn&#39;t a way to put &lt;br&gt; our company&#39;s logo on the static image. Does anyone know if I would be &lt;br&gt; in violations of the TOS if I took a screen shot of one of our &lt;br&gt; embedded maps and used it as a static image? I have looked through the
  </summary>
  </entry>
  <entry>
  <author>
  <name>milos</name>
  <email>mila...@gmail.com</email>
  </author>
  <updated>2009-01-06T21:25:41Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/ee975f73be6f3369/d35dcd829c5fdd10?show_docid=d35dcd829c5fdd10</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/ee975f73be6f3369/d35dcd829c5fdd10?show_docid=d35dcd829c5fdd10"/>
  <title type="text">problem maximizing info windows in Safari</title>
  <summary type="html" xml:space="preserve">
  I have a marker that&#39;s set up with a maxContent. The maxContent is &lt;br&gt; displayed fine when you expand the info window with the plus sign in &lt;br&gt; all browsers. Inside the info window I also provide a link to expand &lt;br&gt; the infoWindow. &lt;br&gt; &lt;p&gt;The link is: &amp;lt;a href=&amp;quot;javascript:map.getInfoWi ndow().maximize();&amp;quot;&amp;gt;Read
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nate_LR</name>
  <email>razorn...@gmail.com</email>
  </author>
  <updated>2009-01-06T21:01:17Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/69975e8ec99193b3/ee98fa967d58a8b6?show_docid=ee98fa967d58a8b6</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/69975e8ec99193b3/ee98fa967d58a8b6?show_docid=ee98fa967d58a8b6"/>
  <title type="text">problem with tooltip parsing xml</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I am very new and google map mashups and web development in general. &lt;br&gt; I am trying to construct an earthquake map that is nearly identical to &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://econym.org.uk/gmap/tooltips4.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;however, I&#39;m not getting the exact output. I&#39;ve posted two pages... &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.geology.ar.gov/geohazards/earthquake_map_d.htm&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>jameslove</name>
  <email>james.milebym...@gmail.com</email>
  </author>
  <updated>2009-01-06T22:20:58Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/072bc6dbac1fc3b4/f87f661fdaf82974?show_docid=f87f661fdaf82974</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/072bc6dbac1fc3b4/f87f661fdaf82974?show_docid=f87f661fdaf82974"/>
  <title type="text">Re: No errors but no Encoded Polygons - must be simple</title>
  <summary type="html" xml:space="preserve">
  Indeed, that was the problem. &lt;br&gt; &lt;p&gt;On Jan 6, 12:18 pm, &amp;quot;warden [Andrew Leach - Maps API Guru]&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>jon serrano</name>
  <email>jons...@gmail.com</email>
  </author>
  <updated>2009-01-06T22:11:24Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/e7a77481f29c0b9f/76baf7bd7f5c6df0?show_docid=76baf7bd7f5c6df0</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/e7a77481f29c0b9f/76baf7bd7f5c6df0?show_docid=76baf7bd7f5c6df0"/>
  <title type="text">Re: sidebar from xml file?</title>
  <summary type="html" xml:space="preserve">
  my bad the list can be stored in an XML file. &lt;br&gt; here is another sample without jquery. the list of states and images are on &lt;br&gt; a XML file. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jonserr.com/edu_US_States/stateCapitals.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>geocodezip@gmail.com</name>
  <email>geocode...@gmail.com</email>
  </author>
  <updated>2009-01-06T22:09:56Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/1bf86c54ddff9be4/4c89da131937eee7?show_docid=4c89da131937eee7</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/1bf86c54ddff9be4/4c89da131937eee7?show_docid=4c89da131937eee7"/>
  <title type="text">Re: Using openinfowindowhtml with multiple markers</title>
  <summary type="html" xml:space="preserve">
  It is. &lt;br&gt; &lt;p&gt;See Mike Williams&#39; tutorial. Most likely pitfall #3 of the first &lt;br&gt; page. A createMarker function would solve the problem. &lt;br&gt; &lt;p&gt;Please read the posting guidelines and post a link to your map that &lt;br&gt; shows the problem... &lt;br&gt; &lt;p&gt; -- Larry
  </summary>
  </entry>
  <entry>
  <author>
  <name>Markw65</name>
  <email>mark...@gmail.com</email>
  </author>
  <updated>2009-01-06T21:56:02Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/04aa63a6172e0189/d7437fb95331b224?show_docid=d7437fb95331b224</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/04aa63a6172e0189/d7437fb95331b224?show_docid=d7437fb95331b224"/>
  <title type="text">Re: how to get the center of 3 points?</title>
  <summary type="html" xml:space="preserve">
  On Jan 6, 11:45 am, &amp;quot;warden [Andrew Leach - Maps API Guru]&amp;quot; &lt;br&gt; &lt;p&gt;I see the confusion. The spherical triangle defined by three points &lt;br&gt; has to be the smallest (area wise) such - so going around the equator &lt;br&gt; is wrong. &lt;br&gt; &lt;p&gt;If you dont like that argument, change the third point to (45, 180) - &lt;br&gt; or, to keep marcello happy, (45, 179.999999). Now its obvious that the
  </summary>
  </entry>
  <entry>
  <author>
  <name>jon serrano</name>
  <email>jons...@gmail.com</email>
  </author>
  <updated>2009-01-06T21:53:46Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/e7a77481f29c0b9f/b54e24592f7d4eee?show_docid=b54e24592f7d4eee</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/e7a77481f29c0b9f/b54e24592f7d4eee?show_docid=b54e24592f7d4eee"/>
  <title type="text">Re: sidebar from xml file?</title>
  <summary type="html" xml:space="preserve">
  sure. check this link out: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jquery.com/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Markw65</name>
  <email>mark...@gmail.com</email>
  </author>
  <updated>2009-01-06T21:49:24Z</updated>
  <id>http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/04aa63a6172e0189/533422342fd8d9ef?show_docid=533422342fd8d9ef</id>
  <link href="http://groups.google.com.gi/group/Google-Maps-API/browse_thread/thread/04aa63a6172e0189/533422342fd8d9ef?show_docid=533422342fd8d9ef"/>
  <title type="text">Re: how to get the center of 3 points?</title>
  <summary type="html" xml:space="preserve">
  Thats why I put the &amp;quot;&amp;quot; around &amp;quot;triangle&amp;quot; - because its degenerate. &lt;br&gt; &lt;p&gt;But to be honest, Im not sure your definition is particularly &lt;br&gt; authoritative - simply because it *does* exclude degenerate triangles. &lt;br&gt; &lt;p&gt;Doesnt really affect anything either way. Just move the last point to &lt;br&gt; 179.99999999999, and everyone&#39;s happy.
  </summary>
  </entry>
</feed>
