[GeoNode-users] MapQuest changed direct tile access
Simone Dalmasso
simone.dalmasso at gmail.com
Wed Jul 13 06:09:04 PDT 2016
Hi, the following commands will use mapnik instead of mapquest background
for all saved maps:
$ 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 remove the mapquest entries in MAP_BASELAYERS.
Hope this helps
2016-07-13 14:45 GMT+02:00 Daniel Victoria <daniel.victoria at gmail.com>:
> Hi list,
>
> This is probably affecting others. I just opened a layer in GeoNode and
> saw that MapQuest changed their direct tile access policy [1]. Thus, the
> background of all my layers are messed up.
> How can I make geonode use some other basemap as default? Or fix my
> basemap issue?
>
> Thanks
> Daniel
>
> [1] -
> http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geonode-users
>
>
--
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160713/3a55a2ea/attachment.html>
More information about the geonode-users
mailing list