Skip to content

Commit

Permalink
Use https wherever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnafu committed Mar 28, 2017
1 parent 9231e08 commit b8a360c
Show file tree
Hide file tree
Showing 15 changed files with 318 additions and 318 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/application-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module.exports = finalCreateStore(reducers, {});
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 0.5,
"title": "Weather data",
Expand Down
8 changes: 4 additions & 4 deletions web/client/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": false,
"title": "Natural Earth",
"name": "sde:NE2_HR_LC_SR_W_DR",
Expand All @@ -71,7 +71,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": false,
"title": "Hypsometric",
"name": "sde:HYP_HR_SR_OB_DR",
Expand All @@ -80,7 +80,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": false,
"title": "Gray Earth",
"name": "sde:GRAY_HR_SR_OB_DR",
Expand All @@ -89,7 +89,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 0.5,
"title": "Weather data",
Expand Down
2 changes: 1 addition & 1 deletion web/client/examples/3dviewer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 0.5,
"title": "Weather data",
Expand Down
2 changes: 1 addition & 1 deletion web/client/examples/data/mapStoreConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url":"http://www.realvista.it/reflector/open/service?request=getCapabilities"
},
"demo":{
"url":"http://demo.geo-solutions.it/geoserver/wms"
"url":"https://demo.geo-solutions.it/geoserver/wms"
}
},
"map": {
Expand Down
2 changes: 1 addition & 1 deletion web/client/examples/login/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 0.7,
"title": "Weather data",
Expand Down
2 changes: 1 addition & 1 deletion web/client/examples/myapp/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 0.5,
"title": "Weather data",
Expand Down
12 changes: 6 additions & 6 deletions web/client/examples/plugins/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
},
{
"type": "wms",
"url":"http://213.215.135.196/reflector/open/service",
"url":"http://www.realvista.it/reflector/open/service",
"visibility": false,
"title": "e-Geos Ortofoto RealVista 1.0",
"name": "rv1",
"group": "background",
"format": "image/png"
"format": "image/jpeg"
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": false,
"title": "Natural Earth",
"name": "sde:NE2_HR_LC_SR_W_DR",
Expand All @@ -71,7 +71,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": false,
"title": "Hypsometric",
"name": "sde:HYP_HR_SR_OB_DR",
Expand All @@ -80,7 +80,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": false,
"title": "Gray Earth",
"name": "sde:GRAY_HR_SR_OB_DR",
Expand All @@ -89,7 +89,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 0.5,
"title": "Weather data",
Expand Down
2 changes: 1 addition & 1 deletion web/client/examples/print/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 0.7,
"title": "Weather data",
Expand Down
4 changes: 2 additions & 2 deletions web/client/examples/queryform/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const startApp = () => {

store.dispatch(changeBrowserProperties(ConfigUtils.getBrowserProperties()));

store.dispatch(describeFeatureType('http://demo.geo-solutions.it/geoserver/wfs', 'topp:states'));
store.dispatch(loadFeature('http://demo.geo-solutions.it/geoserver/wfs', 'topp:states'));
store.dispatch(describeFeatureType('https://demo.geo-solutions.it/geoserver/wfs', 'topp:states'));
store.dispatch(loadFeature('https://demo.geo-solutions.it/geoserver/wfs', 'topp:states'));

const QueryForm = require('./containers/QueryForm');

Expand Down
2 changes: 1 addition & 1 deletion web/client/examples/queryform/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 0.8,
"title": "USA Population",
Expand Down
12 changes: 6 additions & 6 deletions web/client/examples/rasterstyler/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"name": "sde:NE2_HR_LC_SR_W_DR",
"title": "Natural Earth",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": false
},
{
Expand All @@ -72,7 +72,7 @@
"name": "sde:HYP_HR_SR_OB_DR",
"title": "Hypsometric",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": false
},
{
Expand All @@ -81,7 +81,7 @@
"name": "sde:GRAY_HR_SR_OB_DR",
"title": "Gray Earth",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": false
},
{
Expand All @@ -101,12 +101,12 @@
"opacity": 1,
"title": "Weather data",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": true
},
{
"type": "wms",
"url":"http://demo.geo-solutions.it/geoserver/wms",
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 1,
"title": "HYP_HR_SR_OB_DR",
Expand All @@ -125,4 +125,4 @@
"units": "m",
"zoom": 4
}
}
}
42 changes: 21 additions & 21 deletions web/client/examples/styler/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"name": "sde:NE2_HR_LC_SR_W_DR",
"title": "Natural Earth",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": false
},
{
Expand All @@ -68,7 +68,7 @@
"name": "sde:HYP_HR_SR_OB_DR",
"title": "Hypsometric",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": false
},
{
Expand All @@ -77,7 +77,7 @@
"name": "sde:GRAY_HR_SR_OB_DR",
"title": "Gray Earth",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": false
},
{
Expand All @@ -97,22 +97,22 @@
"opacity": 1,
"title": "Weather data",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": true
},
{
"type": "wms",
"describeLayer": {
"owsType": "WCS"
},
"url":"http://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 1,
"title": "HYP_HR_SR_OB_DR",
"name": "sde:HYP_HR_SR_OB_DR",
"group": "Meteo",
"format": "image/png"
},
{
"type": "wms",
"describeLayer": {
"owsType": "WCS"
},
"url":"https://demo.geo-solutions.it/geoserver/wms",
"visibility": true,
"opacity": 1,
"title": "HYP_HR_SR_OB_DR",
"name": "sde:HYP_HR_SR_OB_DR",
"group": "Meteo",
"format": "image/png"
},
{
"describeLayer": {
"owsType": "WFS",
Expand All @@ -124,7 +124,7 @@
"opacity": 1,
"title": "Regioni",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": true
},
{
Expand All @@ -138,7 +138,7 @@
"opacity": 1,
"title": "NY Roads",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": true
},
{
Expand All @@ -152,7 +152,7 @@
"opacity": 1,
"title": "NY PoI",
"type": "wms",
"url": "http://demo.geo-solutions.it/geoserver/wms",
"url": "https://demo.geo-solutions.it/geoserver/wms",
"visibility": true
}
],
Expand All @@ -166,4 +166,4 @@
"units": "m",
"zoom": 3
}
}
}
Loading

0 comments on commit b8a360c

Please sign in to comment.