<div dir="ltr">Hi all,<div>I'd like to add a basemap with reliefs, such as Outdoors of Thunderforest <a href="https://www.thunderforest.com/maps/outdoors/">https://www.thunderforest.com/maps/outdoors/</a> or of Mapbox to my maps in geonode 2.4.</div><div>I tried to update local_settings.py, but I must have done something wrong.</div><div>I've added this rows:</div><div><br></div><div><span style="background-color:rgb(255,255,0)"><font face="courier new, monospace">ALT_OSM_BASEMAPS = True<br>THUNDERFOREST_BASEMAPS = True<br><br># my variable<br>TF_API_KEY = '+++++++++++++++++++'</font><br></span></div><div><br></div><div>and than:</div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">MAP_BASELAYERS = [{<br>    "source": {<br>        "ptype": "gxp_wmscsource",<br>        "url": GEOSERVER_URL + "wms",<br>        "restUrl": "/gs/rest"<br>     }<br>  },{<br>    "source": {"ptype": "gxp_olsource"},<br>    "type":"OpenLayers.Layer",<br>    "args":["No background"],<br>    "visibility": False,<br>    "fixed": True,<br>    "group":"background"<br>  }, {<br>    "source": {"ptype": "gxp_olsource"},<br>    "type":"OpenLayers.Layer.OSM",<br>    "args":["OpenStreetMap"],<br>    "visibility": True,<br>    "fixed": True,<br>    "group":"background"<br>  },<span style="background-color:rgb(255,255,0)"> {<br>    "source": {"ptype": "gxp_olsource"},<br>    "type":"OpenLayers.Layer.OSM",<br>    "args":["Landscape",<br>       ["<a href="https://tile.thunderforest.com/landscape/{z}/{x}/{y}.png?apikey=">https://tile.thunderforest.com/landscape/{z}/{x}/{y}.png?apikey=</a>" + TF_API_KEY]],<br>    "visibility": True,<br>    "fixed": True,<br>    "group":"background"<br>  }</span>, {<br></font></div><div><br></div><div><br></div><div>But this doesn't work.</div><div>Than I tried to add a new server in a map, and instead of a WMS, I chose TMS type, adding an url like:</div><div><p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(0,0,0)"><font face="courier new, monospace"><a href="https://tile.thunderforest.com/landscape/{z}/{x}/{y}.png?apikey=***************************">https://tile.thunderforest.com/landscape/{z}/{x}/{y}.png?apikey=***************************</a></font></span></p></div><div><br></div><div>But It is wrong. What is the correct procedure? Any suggestions? Is it possible to add a ZXY service to geonode v.2.4? I'm not familiar with this service!</div><div>Alternatively, there are other basemap with reliefs to use in a simple way?<br></div><div><br></div><div>Thanks!</div><div><br></div><div><br></div></div>