X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b7abc8566ed5b67ddbbfed7e10701b4838008f6b..15a1666f8a1e19c338015fccd502be6cfd5c24df:/lib/template/address-xml.php diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php index a17da738..ab0bc72c 100644 --- a/lib/template/address-xml.php +++ b/lib/template/address-xml.php @@ -28,6 +28,9 @@ if (empty($aPlace)) { echo join(',', $aPlace['aBoundingBox']); echo '"'; } + echo " place_rank='".$aPlace['rank_search']."'"; + echo " address_rank='".$aPlace['rank_address']."'"; + if (isset($aPlace['asgeojson'])) { echo ' geojson=\'';