From 6eb505eb2ba493a70d8f6b4bc66e2a288a5dce0e Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 8 Nov 2012 09:02:03 +0100 Subject: [PATCH] Remove question mark from wms urls (see #85) --- examples/wms-custom-proj.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/wms-custom-proj.js b/examples/wms-custom-proj.js index 85328841b3..a61ac2ebb3 100644 --- a/examples/wms-custom-proj.js +++ b/examples/wms-custom-proj.js @@ -22,7 +22,7 @@ var extent = new ol.Extent(420000, 30000, 900000, 350000); var layers = new ol.Collection([ new ol.layer.TileLayer({ source: new ol.source.TiledWMS({ - url: 'http://wms.geo.admin.ch/?', + url: 'http://wms.geo.admin.ch/', attributions: [new ol.Attribution( '© ' + '' + @@ -37,7 +37,7 @@ var layers = new ol.Collection([ }), new ol.layer.TileLayer({ source: new ol.source.TiledWMS({ - url: 'http://wms.geo.admin.ch/?', + url: 'http://wms.geo.admin.ch/', attributions: [new ol.Attribution( '© ' + '' +