Skip to content

Commit

Permalink
download/maps: remove altair
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfolken committed Sep 22, 2024
1 parent 48bd574 commit 0d61fa7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions download/maps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@
var content = "<div style='margin: 0px; padding: 5px;'><span style='font-size: 1.7em;'>" +
regionName + "</span><br/><br/>" +
"<a href='https://download.xcsoar.org/source/map/region/" + regionName + ".xcm' type='application/octet-stream'>Standard map</a><br/>" +
"<a href='https://download.xcsoar.org/source/map/region/" + regionName + "_HighRes.xcm' type='application/octet-stream'>High resolution map</a><br/>" +
"<a href='https://download.xcsoar.org/source/map/region/" + regionName + "_Altair.xcm' type='application/octet-stream'>Altair map</a><br/></div>";
"<a href='https://download.xcsoar.org/source/map/region/" + regionName + "_HighRes.xcm' type='application/octet-stream'>High resolution map</a><br/>";

if (infoElement) infoElement.remove();
infoElement = document.createElement('div');
Expand All @@ -113,8 +112,7 @@
// Add to the map list
var mapListInfo = "<hr/><h2>" + regionName + "</h2><br/><a href='https://download.xcsoar.org/maps/" +
regionName + ".xcm' type='application/octet-stream'>Standard map</a> | <a href='https://download.xcsoar.org/source/map/region/" +
regionName + "_HighRes.xcm' type='application/octet-stream'>High resolution map</a> | <a href='https://download.xcsoar.org/map/region/" +
regionName + "_Altair.xcm' type='application/octet-stream'>Altair map</a><br/><br/>";
regionName + "_HighRes.xcm' type='application/octet-stream'>High resolution map</a> | <a href='https://download.xcsoar.org/map/region/";

document.getElementById('map_list').insertAdjacentHTML('beforeend', mapListInfo);
}
Expand Down

0 comments on commit 0d61fa7

Please sign in to comment.