]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-jsonv2.php
Merge branch 'master' of http://github.com/twain47/Nominatim
[nominatim.git] / lib / template / search-jsonv2.php
index 095bfb797a6b5b27e1aaddb14ba298bc49db7e5f..89479dfb84f6f0480a01898f899c83100300a6b9 100644 (file)
@@ -36,6 +36,7 @@
                $aPlace['lat'] = $aPointDetails['lat'];
                $aPlace['lon'] = $aPointDetails['lon'];
                $aPlace['display_name'] = $aPointDetails['name'];
+               $aPlace['place_rank'] = $aResult['rank_search'];
 
                $aPlace['category'] = $aPointDetails['class'];
                $aPlace['type'] = $aPointDetails['type'];