Skip to content

Commit

Permalink
3d apps use https i.s.o. http
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 30, 2017
1 parent ea9a3d4 commit 8032039
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 3d/app/bonnebladen.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
var options = {
baseLayerPicker: false,
imageryProvider : new Cesium.OpenStreetMapImageryProvider({
url: 'http://s.map5.nl/map/map5.demo11/tiles/bonne_1925/EPSG900913',
url: 'https://s.map5.nl/map/map5.demo11/tiles/bonne_1925/EPSG900913',
fileExtension: 'png',
credit: 'Served by map5.nl'
})
Expand Down
4 changes: 2 additions & 2 deletions 3d/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<title>OpenTopo - Apps - 3D</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default">
Expand Down
2 changes: 1 addition & 1 deletion 3d/app/opentopo-bing.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

var layers = viewer.scene.imageryLayers;
layers.addImageryProvider(new Cesium.OpenStreetMapImageryProvider({
url: 'http://s.map5.nl/map/map5.demo11/tiles/relief_struct/EPSG900913',
url: 'https://s.map5.nl/map/map5.demo11/tiles/relief_struct/EPSG900913',
fileExtension: 'jpeg',
credit: 'Relief Map by JW van Aalst/F. Steggink from AHN2 served by map5.nl'
}));
Expand Down
2 changes: 1 addition & 1 deletion 3d/app/opentopo-relief.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

var layers = viewer.scene.imageryLayers;
layers.addImageryProvider(new Cesium.OpenStreetMapImageryProvider({
url: 'http://s.map5.nl/map/map5.demo11/tiles/relief_struct/EPSG900913',
url: 'https://s.map5.nl/map/map5.demo11/tiles/relief_struct/EPSG900913',
fileExtension: 'jpeg',
credit: 'Relief Map by JW van Aalst/F. Steggink from AHN2 served by map5.nl'
}));
Expand Down
2 changes: 1 addition & 1 deletion 3d/app/opentopo.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var options = {
baseLayerPicker: false,
imageryProvider : new Cesium.OpenStreetMapImageryProvider({
url: 'http://s.map5.nl/map/map5.demo11/tiles/opentopo/EPSG900913',
url: 'https://s.map5.nl/map/map5.demo11/tiles/opentopo/EPSG900913',
fileExtension: 'jpeg',
credit: 'OpenTopo Map by JW van Aalst from OSM,Top10NL served by map5.nl'
})
Expand Down
2 changes: 1 addition & 1 deletion 3d/app/top10nl3d-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var options = {
baseLayerPicker: false,
imageryProvider: new Cesium.OpenStreetMapImageryProvider({
url: 'http://s.map5.nl/map/map5.demo11/tiles/opentopo/EPSG900913',
url: 'https://s.map5.nl/map/map5.demo11/tiles/opentopo/EPSG900913',
fileExtension: 'jpeg',
credit: 'OpenTopo Map by JW van Aalst from OSM,Top10NL served by map5.nl'
})
Expand Down

0 comments on commit 8032039

Please sign in to comment.