Skip to content

Commit

Permalink
https for vegetation
Browse files Browse the repository at this point in the history
  • Loading branch information
MartGro authored Sep 1, 2024
1 parent 8819094 commit eb2c159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simulation/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function get_file_names_vegetation_tif(x, y) {


export async function downloadVegetationHeightmap(bbox) {
const url = 'http://188.245.158.226/data/vegetation_heightmap_webmercator_bigtiff.tif';
const url = 'https://vegetation.openpv.de/data/vegetation_heightmap_webmercator_bigtiff.tif';

try {
console.log("Attempting to open GeoTIFF file...");
Expand Down Expand Up @@ -275,4 +275,4 @@ export async function downloadVegetationHeightmap(bbox) {
}


// Keep other functions in this file as they are
// Keep other functions in this file as they are

0 comments on commit eb2c159

Please sign in to comment.