forked from hans/Nominatim
Tiger: set osmtype=way and correct osm_id
This commit is contained in:
committed by
Sarah Hoffmann
parent
eb79e655e6
commit
d93209ee48
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user