From 2d0b93cc3f131c7713fe87af8c6ebb677b58ffa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 25 Oct 2012 19:46:22 +0000 Subject: [PATCH] 6002: do not find a clear licence, revert Web Map Service used with previous revision svn: r20604 --- src/plugins/webreport/NarrativeWeb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 0ca2bf3b4..d0c1e050c 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -262,8 +262,8 @@ openstreetmap_jsc = """ var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", - "http://maps.opengeo.org/geowebcache/service/wms", - {'layers':"openstreetmap", 'format': "image/png"}); + "http://vmap0.tiles.osgeo.org/wms/vmap0", + {'layers':'basic'}); map.addLayer(wms); map.setCenter(new OpenLayers.LonLat(0, 0), 1);