X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/890d415e1ffd997d11ed35dee04cb01b94ca133f..30ead191463103fb4faceb52fc6fb4867bd41e18:/website/polygons.php diff --git a/website/polygons.php b/website/polygons.php index a2264b18..29fc5c27 100644 --- a/website/polygons.php +++ b/website/polygons.php @@ -120,7 +120,7 @@ foreach ($aPolygons as $aRow) { } break; case 'id': - echo ''.osmLink($aRow).''; + echo ''.osmLink(array('osm_type' => $aRow['type'], 'osm_id' => $aRow['id'])).''; break; default: echo ''.($sVal?$sVal:' ').'';