<div dir="ltr"><div dir="ltr"><div dir="ltr">I have gone through the setting <a href="https://geonode.readthedocs.io/en/2.0/reference/developers/settings.html">https://geonode.readthedocs.io/en/2.0/reference/developers/settings.html</a></div><div dir="ltr"><br></div><div>What I would like to do is to limit the extent of panning on all maps.<br></div><div><br></div><div>What I have done currently is to set the following settings:</div><div># # Where should newly created maps be focused?<br>DEFAULT_MAP_CENTER = (29.01, -31.56)<br><br># # How tightly zoomed should newly created maps be?<br># # 0 = entire world;<br># # maximum zoom is between 12 and 15 (for Google Maps, coverage varies by area)<br>DEFAULT_MAP_ZOOM = 11</div><div><br></div><div><br></div></div></div>