X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/86ca377b1a1505c7a599746c095bc83156e3997d..7879ad44cd1e36ae1235c3dcdfd9e477491813e4:/lib/template/address-xml.php diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php index ba085eea..a3369d34 100644 --- a/lib/template/address-xml.php +++ b/lib/template/address-xml.php @@ -22,11 +22,46 @@ { echo "".htmlspecialchars($aPlace['langaddress']).""; if (isset($aPlace['aAddress'])) @@ -47,9 +82,7 @@ echo ""; foreach ($aPlace['sExtraTags'] as $sKey => $sValue) { - echo ''; - echo htmlspecialchars($sValue); - echo ""; + echo ''; } echo ""; } @@ -59,12 +92,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 "";