forked from hans/Nominatim
fix osm link in polygon error view
This commit is contained in:
@@ -120,7 +120,7 @@ foreach ($aPolygons as $aRow) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'id':
|
case 'id':
|
||||||
echo '<td>'.osmLink($aRow).'</td>';
|
echo '<td>'.osmLink(array('osm_type' => $aRow['type'], 'osm_id' => $aRow['id'])).'</td>';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
echo '<td>'.($sVal?$sVal:' ').'</td>';
|
echo '<td>'.($sVal?$sVal:' ').'</td>';
|
||||||
|
|||||||
Reference in New Issue
Block a user