update links to OSM objects

/browse/ is no longer necesary in the URL
This commit is contained in:
Sarah Hoffmann
2016-06-12 09:26:58 +02:00
parent 76b9eb8098
commit 6fef943e49
5 changed files with 7 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ table td {
{
case 'osm_id':
$sOSMType = ($aRow['osm_type'] == 'N'?'node':($aRow['osm_type'] == 'W'?'way':($aRow['osm_type'] == 'R'?'relation':'')));
echo '<td><a href="http://www.openstreetmap.org/browse/'.$sOSMType.'/'.$sVal.'" target="_new">'.$sVal.'</a></td>';
echo '<td><a href="http://www.openstreetmap.org/'.$sOSMType.'/'.$sVal.'" target="_new">'.$sVal.'</a></td>';
break;
case 'place_id':
echo '<td><a href="'.CONST_Website_BaseURL.'details?place_id='.$sVal.'">'.$sVal.'</a></td>';