]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/output.php
details: also look for interpolations when way id is given
[nominatim.git] / lib / output.php
index 4a15ecde462298c06b19199f03c3d1fe0c182543..823a6631e08cfeab2b134d803784cf77beb985d8 100644 (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 '';
 }