Skip to content

Commit

Permalink
fix(samples): couche Ortho sur les exemples
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Mar 19, 2024
1 parent 4ca0ace commit 4bb42a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>Ajout d'un contrôle des attributions : Attributions</h2>

// Couche WMTS Geoportail
globeView.addLayer(new Gp.itownsExtended.layer.GeoportalWMTS({
layer: "SCAN100_PYR-JPEG_WLD_WM_WMTS_3D",
layer: "ORTHOIMAGERY.ORTHOPHOTOS",
itownsParams: {
source: {
attribution: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>profil altimetrique avec toutes les options</h2>
map = new ol.Map({
target : "map",
layers : [new ol.layer.GeoportalWMTS({
layer: "SCAN100_PYR-JPEG_WLD_WM_WMTS_3D",
layer: "ORTHOIMAGERY.ORTHOPHOTOS",
})],
view : new ol.View({
center : [288074.8449901076, 6247982.515792289],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Ajout du widget de calcul isochrone, avec les options par défaut</h2>
target : "map",
layers : [
new ol.layer.GeoportalWMTS({
layer : "SCAN100_PYR-JPEG_WLD_WM_WMTS_3D"
layer : "ORTHOIMAGERY.ORTHOPHOTOS"
})
],
view : new ol.View({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Ajout du widget de geocodage inverse, avec les options par défaut</h2>
target : "map",
layers : [
new ol.layer.GeoportalWMTS({
layer : "SCAN100_PYR-JPEG_WLD_WM_WMTS_3D"
layer : "ORTHOIMAGERY.ORTHOPHOTOS"
})
],
view : new ol.View({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Ajout du widget de calcul d'itineraire, avec les options par défaut</h2>
target : "map",
layers : [
new ol.layer.GeoportalWMTS({
layer : "SCAN100_PYR-JPEG_WLD_WM_WMTS_3D"
layer : "ORTHOIMAGERY.ORTHOPHOTOS"
})
],
view : new ol.View({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2>Ajout du moteur de recherche avec les options par défaut</h2>
layers : [
new ol.layer.Tile({
source : new ol.source.GeoportalWMTS({
layer: "SCAN100_PYR-JPEG_WLD_WM_WMTS_3D"
layer: "ORTHOIMAGERY.ORTHOPHOTOS"
})
})
]
Expand Down

0 comments on commit 4bb42a9

Please sign in to comment.