mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 02:47:59 +00:00
wrap KML polygon in XML output with geokml element
This commit is contained in:
@@ -94,8 +94,9 @@
|
||||
|
||||
if (isset($aResult['askml']))
|
||||
{
|
||||
echo "\n";
|
||||
echo "\n<geokml>";
|
||||
echo $aResult['askml'];
|
||||
echo "</geokml>";
|
||||
}
|
||||
|
||||
if (isset($aResult['address']))
|
||||
|
||||
Reference in New Issue
Block a user