Markus Miederer
unread,Nov 14, 2011, 7:14:52 AM11/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KML Developer Support - KML Server Side Scripting
Hello,
i generat a kml over php from a mysql database.
If i call the php script directly, download it and change .php in kml
then it works fine.
If i change the src into
geoXml = new GGeoXml("xxxxxxx/getxml_gps.php");
it doesn't work, in the php script i define the header like:
header("Content-type: application/vnd.google-earth.kml+xml");
Can anyone help me?