Tiger: set osmtype=way and correct osm_id

This commit is contained in:
marc tobias
2016-10-30 17:07:43 +01:00
committed by Sarah Hoffmann
parent eb79e655e6
commit d93209ee48
3 changed files with 4 additions and 3 deletions

View 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 '';