X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d1f266509a9fb6869b5921e7427fcad29ccadd66..aade8c75cb6036c85f4df36c810fbbcc07f43907:/lib/template/details-html.php diff --git a/lib/template/details-html.php b/lib/template/details-html.php index b56f3989..83df4814 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -18,7 +18,6 @@ new OpenLayers.Control.Permalink(), new OpenLayers.Control.Navigation(), new OpenLayers.Control.PanZoomBar(), - new OpenLayers.Control.MouseDefaults(), new OpenLayers.Control.MousePosition(), new OpenLayers.Control.Attribution()], maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), @@ -81,7 +80,7 @@ echo '

'; if ($aPointDetails['icon']) { - echo ''; + echo ''.$aPointDetails['icon'].''; } echo $aPointDetails['localname'].'

'; echo '
';