<div dir="ltr"><div><div><div>Thank you very much for your reply !<br><br></div><div>The issues of pink tiles in some base layers (Bing, Mapquest) and limited zoom-in in  OpenStreetMap were fixed.<br></div>After further investigation I figured out that for Mapquest maps rendering, I had to create an account and get an api key from MapQuest. After that, I had to define it in my local_settings.py code. Instead, I preferred to remove the MapQuest and Bing base layers and added BlueMarble layer (with OpenStreetMap) . After that modification the problem of limited zoom-in in OpenStreetMap base layer was fixed but I have no idea why.. :-)<br><br>I found very helpful the following links:<br><a href="http://docs.geonode.org/en/master/tutorials/advanced/geonode_production/production.html#production">http://docs.geonode.org/en/master/tutorials/advanced/geonode_production/production.html#production</a> <br><a href="http://osgeo-org.1560.x6.nabble.com/MapQuest-has-discontinued-direct-tile-access-td5275881.html">http://osgeo-org.1560.x6.nabble.com/MapQuest-has-discontinued-direct-tile-access-td5275881.html</a> <br><br>Thus, after modification the corresponding part of the code at the local_settings.py file looks like this:<br><br>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": False,<br>    "fixed": True,<br>    "group":"background"<br>  },{<br>    "source": {"ptype": "gxp_olsource"},<br>    "type":"OpenLayers.Layer.WMS",<br>    "group":"background",<br>    "visibility": False,<br>    "fixed": True,<br>    "args":[<br>      "bluemarble",<br>      "<a href="http://demo.opengeo.org/geoserver/wms">http://demo.opengeo.org/geoserver/wms</a>",<br>      {<br>        "layers":["bluemarble"],<br>        "format":"image/png",<br>        "tiled": True,<br>        "tilesOrigin": [-20037508.34, -20037508.34]<br>      },<br>      {"buffer": 0}<br>    ]<br><br>    },{<br>    "source": {"ptype": "gxp_mapboxsource"},<br>  }<br>]<br><br></div>Best Regards,<br></div>George<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-01-30 10:23 GMT+02:00 Simone Dalmasso <span dir="ltr"><<a href="mailto:simone.dalmasso@gmail.com" target="_blank">simone.dalmasso@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>your procedure is correct, you have to go with the manual installation.</div><div><br></div><div>Geoexplorer hasn't changed from 2.0 to 2.4, you should investigate more the issue of pink tiles by looking at the http response that comes from geoserver. For the limited zoom it may just be a configuration in the map_geoexplorer template <a href="https://github.com/GeoNode/geonode/blob/master/geonode/maps/templates/maps/map_geoexplorer.js" target="_blank">https://github.com/<wbr>GeoNode/geonode/blob/master/<wbr>geonode/maps/templates/maps/<wbr>map_geoexplorer.js</a>.</div><div><br></div><div>hope this helps</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">2017-01-27 17:14 GMT+01:00 gkpetrak <span dir="ltr"><<a href="mailto:gkpetrak@gmail.com" target="_blank">gkpetrak@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">Hello,<br>
<br>
I installed and customized a Geonode project (2.0 edition) on my fresh local machine (Ubuntu 12.04) with apt-get installation.<br>
<br>
Now I have to deploy the project on a virtual machine which already hosts a WebGIS application (with technologies such as Geoserver / Jetty, Postgresql / PostGIS, Apache2) on Ubuntu 12.04.<br>
<br>
I think that Geonode installation via apt-get is not recommended when the machine already runs individual software components of Geonode. So I have to install Geonode with custom installation following this link: <a href="https://geonode.readthedocs.io/en/2.0/tutorials/admin/install/complete_install.html" rel="noreferrer" target="_blank">https://geonode.readthedocs.io<wbr>/en/2.0/tutorials/admin/instal<wbr>l/complete_install.html</a> <br>
Am I wrong ?<br>
<br>
Also because I have some problems with GeoExplorer of Geonode 2.0 (pink tiles and limited zoom in) is there a way to upgrade to GeoExplorer of Geonode 2.4 ?<br>
<br>
<br>
Thank you in advance !<br></div></div>
______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/geonode-users</a><span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div class="m_7560685160952470413gmail_signature" data-smartmail="gmail_signature">Simone </div>
</font></span></div>
</blockquote></div><br></div>