From c980b2556f5124f14a97920b10d55dd3ce95c47c Mon Sep 17 00:00:00 2001 From: Aurelius Wendelken Date: Wed, 20 Mar 2024 14:41:58 +0100 Subject: [PATCH] replaced default source for monument fotos --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index f99d810..9dcb909 100644 --- a/src/main.js +++ b/src/main.js @@ -162,7 +162,7 @@ async function renderFeatureDetails(feature) { const designation = feature.properties.designation const objectId = feature.properties.object_id - const imageUrl = `https://opendatarepo.lsh.uni-kiel.de/data/denkmalpflege/fotos/${objectId}.jpg` + const imageUrl = `https://opendata.schleswig-holstein.de/data/denkmalpflege/fotos/${objectId}.jpg` await fetchBlob(imageUrl) let reasons = feature.properties.reasons