Using a server that is not down

fix #353
This commit is contained in:
ahocevar
2013-03-13 09:59:25 +01:00
parent 76d1a0c30e
commit 14d9ff3b81
2 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ var layers = [
}),
new ol.layer.TileLayer({
source: new ol.source.TiledWMS({
url: 'http://demo.opengeo.org/geoserver/wms',
url: 'http://suite.opengeo.org/geoserver/wms',
crossOrigin: null,
params: {'LAYERS': 'topp:states', 'TILED': true},
params: {'LAYERS': 'usa:states', 'TILED': true},
extent: new ol.Extent(-13884991, 2870341, -7455066, 6338219)
})
})