mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
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