X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/248588fbf33484d6e7326e4ec0a1f4356ef15996..521d6294993f8d8d46d93d514c08556d0c924786:/lib/template/address-html.php?ds=inline
diff --git a/lib/template/address-html.php b/lib/template/address-html.php
index 34bf852c..dbe982f0 100644
--- a/lib/template/address-html.php
+++ b/lib/template/address-html.php
@@ -15,6 +15,44 @@
+ max zoom
+
+
@@ -74,9 +112,9 @@
(isset($_GET['lat'])||$_GET['lat'])?16:NULL,
- 'lat' => isset($_GET['lat'])?htmlspecialchars($_GET['lat']):NULL,
- 'lon' => isset($_GET['lon'])?htmlspecialchars($_GET['lon']):NULL
+ 'zoom' => isset($_GET['zoom'])?htmlspecialchars($_GET['zoom']):NULL,
+ 'lat' => isset($_GET['lat'] )?htmlspecialchars($_GET['lat']):NULL,
+ 'lon' => isset($_GET['lon'] )?htmlspecialchars($_GET['lon']):NULL
];
echo 'var nominatim_map_init = ' . json_encode($aNominatimMapInit, JSON_PRETTY_PRINT) . ';';