X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/25baaf530dea28b7cf3c72ba4e83f3ebed05629f..825e19480891f7ad3dd368056e4db5ef902e97a5:/lib/template/address-xml.php?ds=sidebyside 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=\'';