X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/effd8e12af440586594a18a04beb33abed260d15..2cb85e48b4171e56fb1875560ffadde2fe2cb00e:/lib/template/address-html.php?ds=sidebyside diff --git a/lib/template/address-html.php b/lib/template/address-html.php index 4a9f6325..165b2a9d 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -9,16 +9,19 @@ - +
- +
- +0) { ?> '; ?>
@@ -115,9 +118,9 @@ isset($_GET['zoom']) ? htmlspecialchars($_GET['zoom']) : CONST_Default_Zoom, - 'lat' => isset($_GET['lat']) ? htmlspecialchars($_GET['lat']) : CONST_Default_Lat, - 'lon' => isset($_GET['lon']) ? htmlspecialchars($_GET['lon']) : CONST_Default_Lon, + 'zoom' => $iZoom !== false ? $iZoom : CONST_Default_Zoom, + 'lat' => $fLat !== false ? $fLat : CONST_Default_Lat, + 'lon' => $fLon !== false ? $fLon : CONST_Default_Lon, 'tile_url' => $sTileURL, 'tile_attribution' => $sTileAttribution );