forked from MapComplete/MapComplete
UX: improve text and handling of external data, fix #1911
This commit is contained in:
parent
8368d86c51
commit
74e33baeda
7 changed files with 50 additions and 75 deletions
|
@ -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"])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue