Use new demo GeoServer location

demo.opengeo.org currently redirects to demo.boundlessgeo.com, so this
change makes it so the new location is used directly.
This commit is contained in:
Andreas Hocevar
2014-12-03 14:13:36 +01:00
parent c30233d9c7
commit 0d16e0f0c8
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ goog.require('ol.source.TileWMS');
var layers = [
new ol.layer.Tile({
source: new ol.source.TileWMS({
url: 'http://demo.opengeo.org/geoserver/wms',
url: 'http://demo.boundlessgeo.com/geoserver/wms',
params: {
'LAYERS': 'ne:NE1_HR_LC_SR_W_DR'
}