Skip to content

Commit

Permalink
3d apps use temp key
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 30, 2017
1 parent 04d5357 commit ea9a3d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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/gast/tiles/bonne_1925/EPSG900913',
url: 'http://s.map5.nl/map/map5.demo11/tiles/bonne_1925/EPSG900913',
fileExtension: 'png',
credit: 'Served by map5.nl'
})
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/gast/tiles/relief_struct/EPSG900913',
url: 'http://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/gast/tiles/relief_struct/EPSG900913',
url: 'http://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/gast/tiles/opentopo/EPSG900913',
url: 'http://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/gast/tiles/opentopo/EPSG900913',
url: 'http://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 ea9a3d4

Please sign in to comment.