<div dir="ltr">Thanks a lot Simone, maybe clarify two details well at least it was necesary for me:<div><br></div><div>Delete the two services from settings.py the next code</div><div><br></div><div><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:10.6pt">{<br>    <span style="color:rgb(0,128,0);font-weight:bold">"source"</span>: {<span style="color:rgb(0,128,0);font-weight:bold">"ptype"</span>: <span style="color:rgb(0,128,0);font-weight:bold">"gxp_mapquestsource"</span>},<br>    <span style="color:rgb(0,128,0);font-weight:bold">"name"</span>: <span style="color:rgb(0,128,0);font-weight:bold">"osm"</span>,<br>    <span style="color:rgb(0,128,0);font-weight:bold">"group"</span>: <span style="color:rgb(0,128,0);font-weight:bold">"background"</span>,<br>    <span style="color:rgb(0,128,0);font-weight:bold">"visibility"</span>: <span style="background-color:rgb(228,228,255)">True</span><br>}, {<br>    <span style="color:rgb(0,128,0);font-weight:bold">"source"</span>: {<span style="color:rgb(0,128,0);font-weight:bold">"ptype"</span>: <span style="color:rgb(0,128,0);font-weight:bold">"gxp_mapquestsource"</span>},<br>    <span style="color:rgb(0,128,0);font-weight:bold">"name"</span>: <span style="color:rgb(0,128,0);font-weight:bold">"naip"</span>,<br>    <span style="color:rgb(0,128,0);font-weight:bold">"group"</span>: <span style="color:rgb(0,128,0);font-weight:bold">"background"</span>,<br>    <span style="color:rgb(0,128,0);font-weight:bold">"visibility"</span>: <span style="color:rgb(0,0,128)">False<br></span>},</pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:10.6pt"><br></pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:10.6pt">and set to 'false' all the naip too</pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:10.6pt"><pre style="white-space:pre-wrap">>>><i>MapLayer.objects.filter(name='naip').update(visibility=False)</i></pre><pre style="white-space:pre-wrap">Good day</pre><pre style="white-space:pre-wrap">Israel</pre></pre></div><div class="gmail_extra"><br><div class="gmail_quote">2016-07-14 8:21 GMT-05: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">Dears,<div><br></div><div>as you may have noticed since yesterday the MapQuest background is not available anymore in GeoNode. The reason is a change of policy and the direct access to the tiles is discontinued.</div><div><br></div><div>See here for more info <a href="http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/" target="_blank">http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/</a>.</div><div><br></div><div>if you need to fix existing maps you can run the following commands, they will put OSM as default background.</div><div><br></div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0)">$ geonode shell
>>><i>from geonode.maps.models import MapLayer
</i>>>><i>MapLayer.objects.filter(name='osm').update(visibility=False)
</i>>>><i>MapLayer.objects.filter(name='mapnik').update(visibility=True)</i></pre>For new maps you can edit the settings file and make OSM the default visible background <a href="https://github.com/GeoNode/geonode/commit/8cb080534e69c590c8864a2603b2ea1eca2e8a73#diff-244cdfc4e5e50d8ee9386be986629b6aR624" target="_blank">https://github.com/GeoNode/geonode/commit/8cb080534e69c590c8864a2603b2ea1eca2e8a73#diff-244cdfc4e5e50d8ee9386be986629b6aR624</a></div><div><br></div><div>Hope this helps</div><div><br></div><div>If anyone has more info please comment in this thread</div><div><br></div><div>Ciao<span class="HOEnZb"><font color="#888888"><br><div>-- <br><div data-smartmail="gmail_signature">Simone </div>
</div></font></span></div></div>
<br>_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><br></div></div>