]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/address-xml.php
remove now unused bAsPoints in reverse API
[nominatim.git] / lib / template / address-xml.php
index a3369d34890e3b0a95c3cd897e5bce34155b581d..5e74846e26c5864f496553100c16d2cee96e2c19 100644 (file)
                        echo ' boundingbox="';
                        echo join(',', $aPlace['aBoundingBox']);
                        echo '"';
-
-                       if ($bAsPoints && isset($aPlace['aPolyPoints']))
-                       {
-                               echo ' polygonpoints=\'';
-                               echo json_encode($aPlace['aPolyPoints']);
-                               echo '\'';
-                       }
                }
 
                if (isset($aPlace['asgeojson']))