hi,

i created this map :

http://maps.google.fr/maps/ms?ie=UTF8&hl=fr&msa=0&msid=211622846601111742842.00045c5d8b68ccf0d0247&ll=47.194845,1.096573&spn=0.224424,0.441513&t=h&z=11&iwloc=000486a0cfccf46467227

Click this link.
Click 'View in Google Earth' and open it with notepad++ for example.
You can see this :

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2";>
<Document>
<name>Tourisme en Touraine et ses environs</name>
<description><![CDATA[Insérer cette carte dans une page web :
Utilisation du fichier .kml généré automatiquement lorsque l'on créé une 
carte à l'aide de l'onglet "Mes cartes" de Google Maps, pour insérer ces 
données dans une carte dans une pages web.
http://www.touraineverte.com
]]></description>
<NetworkLink>
<name>Tourisme en Touraine et ses environs</name>
<Link>
  *<href>*
http://maps.google.fr/maps/ms?ie=UTF8&amp;hl=en&amp;t=h&amp;oe=UTF8&amp;msa=0&amp;msid=211622846601111742842.00045c5d8b68ccf0d0247&amp;output=kml
*</href>*
</Link>
</NetworkLink>
</Document>
</kml>


Copy the content of *<href/>* and change *&amp;* to *&*. Now i have this url 
:

http://maps.google.fr/maps/ms?ie=UTF8&hl=en&t=h&oe=UTF8&msa=0&msid=211622846601111742842.00045c5d8b68ccf0d0247&output=kml

If i use this url with Google Earth, all markers are displayed.

But, if i use google.maps.KmlLayer, all markers are not displayed correctly.

I try with http://gmap3.touraineverte.com/kml/Tourisme-en-Touraine.kml too, 
and the problem is the same.


Example : http://www.touraineverte.com/KmlLayer-test.php

I do understand where is the problem.

Thx

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to