]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/output.php
Tiger: set osmtype=way and correct osm_id
[nominatim.git] / lib / output.php
index 58f00091707ffbce13cc85c9ad1ed3192d701726..fd6226bc503b08d9bd2f6d1c6aa742a37a8c8b83 100644 (file)
@@ -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 '';