[GeoNode-users] Mapquest background not available in GeoNode

Simone Dalmasso simone.dalmasso at gmail.com
Thu Jul 14 06:21:46 PDT 2016


Dears,

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.

See here for more info
http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/
.

if you need to fix existing maps you can run the following commands, they
will put OSM as default background.

$ geonode shell
>>>*from geonode.maps.models import MapLayer
*>>>*MapLayer.objects.filter(name='osm').update(visibility=False)
*>>>*MapLayer.objects.filter(name='mapnik').update(visibility=True)*

For new maps you can edit the settings file and make OSM the default
visible background
https://github.com/GeoNode/geonode/commit/8cb080534e69c590c8864a2603b2ea1eca2e8a73#diff-244cdfc4e5e50d8ee9386be986629b6aR624

Hope this helps

If anyone has more info please comment in this thread

Ciao
-- 
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160714/f545ad71/attachment.html>


More information about the geonode-users mailing list