Use a https enabled GeoServer

This commit is contained in:
Andreas Hocevar
2016-10-17 19:53:52 +02:00
parent 884e05b90b
commit 1181607f39
12 changed files with 14 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ Progress.prototype.hide = function() {
var progress = new Progress(document.getElementById('progress'));
var source = new ol.source.ImageWMS({
url: 'http://demo.boundlessgeo.com/geoserver/wms',
url: 'https://ahocevar.com/geoserver/wms',
params: {'LAYERS': 'topp:states'},
serverType: 'geoserver'
});