Talk:Keyhole Markup Language
From Wikipedia, the free encyclopedia
Any idea how to achieve compression with PHP?
I tried
//....creation of file, everything in $kml....
//works fine
if ($filetype=="kml"){
header("Content-type: application/vnd.google-earth.kml+xml");
echo $kml;
}
//gives parse error
if ($filetype=="kmz"){
header("Content-type: application/vnd.google-earth.kmz");
$kmz=gzencode ( $kml );
echo $kmz;
}
Tobias Conradi (Talk) 5 July 2005 14:15 (UTC)
how do u add your placemark to the keyhole bbs info thing with the i.? does understand what im asking? —The preceding unsigned comment was added by 68.33.97.248 (talk • contribs) .
[edit] move?
The list of alternative meanings in See also lends itself towards this article being moved to Keyhole Markup Language, and a replacement disambig page being created. Does anyone object to that move? Jayvdb 13:50, 21 August 2006 (UTC)
- good idea. I did it. Hope this was ok. Added more other meanings. Tobias Conradi (Talk) 14:08, 21 August 2006 (UTC)