Using a server that is not down (closes #406)

This commit is contained in:
Tim Schaub
2013-03-20 15:59:25 -06:00
parent 0ae47403ee
commit f74940fe2b
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://suite.opengeo.org/geoserver/wms',
url: 'http://demo.opengeo.org/geoserver/wms',
crossOrigin: null,
params: {'LAYERS': 'usa:states', 'TILED': true},
params: {'LAYERS': 'topp:states', 'TILED': true},
extent: new ol.Extent(-13884991, 2870341, -7455066, 6338219)
})
})