Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Looks like the <code>&lt;Style&gt;</code> is not being exported correctly by My Places (or the Google Maps KML parser is not handling it), all your markers have empty styles:</p> <pre><code>&lt;Style id="style2"&gt; &lt;/Style&gt; </code></pre> <p>A workaround might be to specify an icon for the marker.</p> <p>Another work around would be to use <a href="https://code.google.com/p/geoxml3/" rel="nofollow">geoxml3</a>, the markers show using <a href="http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?lat=47.180461&amp;lng=19.506329&amp;zoom=7&amp;type=m&amp;filename=http://www.geocodezip.com/xmlProxy060215.asp?https://maps.google.com/maps/ms?authuser%3D0%26vps%3D5%26ie%3DUTF8%26hl%3Den%26oe%3DUTF8%26msa%3D0%26output%3Dkml%26msid%3D207719308852398276835.0004e7aadbef23d9a5c87" rel="nofollow">geoxml3 and a proxy</a> (you can compare to KmlLayer by hiding the markers, then clicking the "show KmlLayer" button).</p> <p><a href="https://developers.google.com/kml/documentation/kmlreference#style" rel="nofollow">Documentation on <code>&lt;Style&gt;</code></a>. The styles of your marker objects from the file:</p> <pre><code> &lt;Style id="style2"&gt; &lt;/Style&gt; &lt;Style id="style13"&gt; &lt;/Style&gt; &lt;Style id="style7"&gt; &lt;/Style&gt; &lt;Style id="style19"&gt; &lt;/Style&gt; &lt;Style id="style21"&gt; &lt;/Style&gt; &lt;Style id="style24"&gt; &lt;/Style&gt; &lt;Style id="style1"&gt; &lt;/Style&gt; &lt;Style id="style12"&gt; &lt;/Style&gt; &lt;Style id="style8"&gt; &lt;/Style&gt; &lt;Style id="style10"&gt; &lt;/Style&gt; &lt;Style id="style23"&gt; &lt;/Style&gt; &lt;Style id="style22"&gt; &lt;/Style&gt; &lt;Style id="style4"&gt; &lt;/Style&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload