Skip to content

Commit

Permalink
replaced default source for monument fotos
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Mar 20, 2024
1 parent 496e964 commit c980b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c980b25

Please # to comment.