wrap KML polygon in XML output with geokml element

This commit is contained in:
Sarah Hoffmann 2012-11-11 22:46:22 +01:00
parent fb9a0414ff
commit f03b4012f0

View File

@ -94,8 +94,9 @@
if (isset($aResult['askml']))
{
echo "\n";
echo "\n<geokml>";
echo $aResult['askml'];
echo "</geokml>";
}
if (isset($aResult['address']))