Skip to content

Commit

Permalink
fix esri
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Nov 19, 2024
1 parent 6e092a0 commit 0e4c02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function createBaseLayers() {
}));
world.push(new ol.layer.Tile({
source: new ol.source.XYZ({
url: "https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{x}/{y}.png",
url: "https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}.png",
attributions: 'Powered by <a href="https://www.esri.com">Esri.com</a>' +
'— Sources: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community',
attributionsCollapsible: false,
Expand Down

0 comments on commit 0e4c02e

Please sign in to comment.