X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e1be3d9f48b51a927c26d1ac0035b50b82423916..1020a888346295466acc6cd3c366760f434d3f6c:/lib/output.php?ds=inline diff --git a/lib/output.php b/lib/output.php index 58f00091..fd6226bc 100644 --- a/lib/output.php +++ b/lib/output.php @@ -9,7 +9,7 @@ function formatOSMType($sType, $bIncludeExternal = true) if (!$bIncludeExternal) return ''; - if ($sType == 'T') return 'tiger'; + if ($sType == 'T') return 'way'; if ($sType == 'I') return 'way'; return '';