details: also look for interpolations when way id is given

This commit is contained in:
Sarah Hoffmann
2020-02-09 16:50:04 +01:00
parent c36fd72f99
commit 97d87895bf
2 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ function formatOSMType($sType, $bIncludeExternal = true)
if ($sType == 'T') return 'way';
if ($sType == 'I') return 'way';
// not handled: P, L
return '';
}