X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/86ca377b1a1505c7a599746c095bc83156e3997d..1d4dcd914fd277aebf242037064612224f4dde54:/lib/template/address-xml.php
diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php
index ba085eea..2bfcffbf 100644
--- a/lib/template/address-xml.php
+++ b/lib/template/address-xml.php
@@ -22,11 +22,38 @@
{
echo "".htmlspecialchars($aPlace['langaddress'])."";
if (isset($aPlace['aAddress']))
@@ -47,9 +74,7 @@
echo "";
foreach ($aPlace['sExtraTags'] as $sKey => $sValue)
{
- echo '';
- echo htmlspecialchars($sValue);
- echo "";
+ echo '';
}
echo "";
}
@@ -59,12 +84,20 @@
echo "";
foreach ($aPlace['sNameDetails'] as $sKey => $sValue)
{
- echo '';
+ echo '';
echo htmlspecialchars($sValue);
echo "";
}
echo "";
}
+
+ if (isset($aPlace['askml']))
+ {
+ echo "\n";
+ echo $aPlace['askml'];
+ echo "";
+ }
+
}
echo "";