X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4743a5e1661f853466664696112f53df92d6adf8..45bc511955022f15fd621d04f52cadd258b75e8a:/lib/template/details-html.php diff --git a/lib/template/details-html.php b/lib/template/details-html.php index b7a96373..89c1c543 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -97,7 +97,10 @@
-

+

+ + +

@@ -119,7 +122,7 @@ } kv('Coverage' , ($aPointDetails['isarea']=='t'?'Polygon':'Point') ); kv('Centre Point' , $aPointDetails['lat'].','.$aPointDetails['lon'] ); - kv('OSM' , osmLink($aPointDetails) . ' ('.detailsPermaLink($aPointDetails, 'this page').')' ); + kv('OSM' , osmLink($aPointDetails) ); if ($aPointDetails['wikipedia']) { kv('Wikipedia Calculated' , wikipediaLink($aPointDetails) ); @@ -181,17 +184,14 @@ - if ($aPlaceSearchNameKeywords) + if ($bIncludeKeywords) { headline('Name Keywords'); foreach($aPlaceSearchNameKeywords as $aRow) { _one_keyword_row($aRow['word_token'], $aRow['word_id']); } - } - if ($aPlaceSearchAddressKeywords) - { headline('Address Keywords'); foreach($aPlaceSearchAddressKeywords as $aRow) {