UX: improve text and handling of external data, fix #1911

This commit is contained in:
Pieter Vander Vennet 2024-04-22 18:16:19 +02:00
parent 8368d86c51
commit 74e33baeda
7 changed files with 50 additions and 75 deletions

View file

@ -194,6 +194,9 @@ export default class LinkedDataLoader {
)
delete compacted["openingHours"]
}
if(compacted["opening_hours"] === undefined){
delete compacted["opening_hours"]
}
if (compacted["geo"]) {
compacted["geo"] = <any>await LinkedDataLoader.geoToGeometry(compacted["geo"])
}