Don't know where to go for the solution to this problem.
Here is my KML :
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2";>
  <Document>
    <Placemark id="5">
        <name>Jardin Exotique de Roscoff</name>
        <visibility>1</visibility>
        <description>Jardin Exotique de Roscoff</description>
        <Point>
            <coordinates>-3.9706780,48.7159690,0</coordinates>
        </Point>
    </Placemark>
    <Placemark id="6">
        <name>Conservatoire Botanique National de Brest</name>
        <visibility>1</visibility>
        <description>Conservatoire Botanique National de Brest</
description>
        <Point>
            <coordinates>-4.4490556,48.4029671,0</coordinates>
        </Point>
    </Placemark>
    <Placemark id="4">
        <name>Jardin Georges Delaselle</name>
        <visibility>1</visibility>
        <description>Jardin Georges Delaselle</description>
        <Point>
            <coordinates>-3.9929000,48.7396000,0</coordinates>
        </Point>
    </Placemark>
    <Placemark id="7">
        <name>Jardins de l'Abbaye de Daoulas</name>
        <visibility>1</visibility>
        <description>Jardins de l'Abbaye de Daoulas</description>
        <Point>
            <coordinates>-4.2645781,48.3620822,0</coordinates>
        </Point>
    </Placemark>
  </Document>
</kml>

When I test this in the KML Interactive Sampler, all 4 markers show.
However, when I try this in Google Maps, only the first one displays.
What on earth (forgive the pun) am I doing wrong !! ???

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to