forked from MapComplete/MapComplete
Small fixes to make MC build on Mac
This commit is contained in:
parent
fe522022b2
commit
52f1d86772
2 changed files with 6 additions and 4 deletions
|
@ -477,9 +477,10 @@ export class OH {
|
|||
lat: tags._lat,
|
||||
lon: tags._lon,
|
||||
address: {
|
||||
country_code: tags._country.toLowerCase()
|
||||
country_code: tags._country.toLowerCase(),
|
||||
state: undefined
|
||||
},
|
||||
}, {tag_key: "opening_hours"});
|
||||
}, <any> {tag_key: "opening_hours"});
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue