<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/">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">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<br><div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Simone </div>
</div></div></div>