]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-xml.php
merge in the postcode and is_in terms into the address vector for search
[nominatim.git] / lib / template / search-xml.php
index aa029d2bb142bcd9fc4b16660e512c4f63063c85..be05cb40c85b336b44bb241f9b80fac39a0c0c09 100644 (file)
@@ -81,6 +81,7 @@
 
                echo " class='".htmlspecialchars($aResult['class'])."'";
                echo " type='".htmlspecialchars($aResult['type'])."'";
+               echo " importance='".htmlspecialchars($aResult['importance'])."'";
                if (isset($aResult['icon']) && $aResult['icon'])
                {
                        echo " icon='".htmlspecialchars($aResult['icon'], ENT_QUOTES)."'";