X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ec2d491dc8939ecf28ab84e26955bc7189618096..c148b768f4926d578c499d24d93dbf6ea5b0b7e2:/website/hierarchy.php diff --git a/website/hierarchy.php b/website/hierarchy.php index b31b85d1..87e8a0af 100644 --- a/website/hierarchy.php +++ b/website/hierarchy.php @@ -121,7 +121,7 @@ if (!empty($aParentOfLines)) { echo '
'; echo ''.(trim($aAddressLine['localname'])?$aAddressLine['localname']:'No Name').''; echo ' ('; - echo ''.($aAddressLine['isarea']=='t'?'Polygon':'Point').''; + echo ''.($aAddressLine['isarea']?'Polygon':'Point').''; if ($sOSMType) echo ', '.$sOSMType.' '.osmLink($aAddressLine).''; echo ', GOTO'; echo ', '.$aAddressLine['area'];