diff --git a/html/layers.js b/html/layers.js
index f4ccca2c..9008b645 100644
--- a/html/layers.js
+++ b/html/layers.js
@@ -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 Esri.com' +
'— Sources: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community',
attributionsCollapsible: false,