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

@@ -53,7 +53,7 @@ var featureRequest = new ol.format.WFS().writeGetFeature({
});
// then post the request and add the received features to a layer
fetch('http://demo.boundlessgeo.com/geoserver/wfs', {
fetch('https://ahocevar.com/geoserver/wfs', {
method: 'POST',
body: new XMLSerializer().serializeToString(featureRequest)
}).then(function(response) {