This commit is contained in:
Éric Lemoine
2012-11-14 21:17:03 +01:00
parent ea546e820e
commit 535febbd07
81 changed files with 7058 additions and 4156 deletions

View File

@@ -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(
'© ' +
'<a href="http://www.geo.admin.ch/internet/geoportal/en/home.html">' +
@@ -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(
'&copy; ' +
'<a href="http://www.geo.admin.ch/internet/geoportal/en/home.html">' +