Skip to content

Commit

Permalink
disable mapproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Sep 22, 2024
1 parent 1d4dec4 commit c743376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ function createBaseLayers() {
maxZoom: 17,
attributionsCollapsible: false,
transition: tileTransition,
url: "https://mapproxy.adsb.lol/tiles/osm/osm_grid/{z}/{x}/{y}.png",
url: "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
}),
name: 'osm',
title: 'OpenStreetMap',
type: 'base',
}));
world.push(new ol.layer.Tile({
source: new ol.source.XYZ({
url: "https://mapproxy.adsb.lol/tiles/arcgis-world-imagery/osm_grid/{z}/{x}/{y}.png",
url: "https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{x}/{y}.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 c743376

Please sign in to comment.