forked from MapComplete/MapComplete
Move ShowDataLayer-implementation to a separate class for nodejs compatibility
This commit is contained in:
parent
7a76109d61
commit
f4a965eacf
5 changed files with 364 additions and 334 deletions
|
@ -465,7 +465,7 @@ export class OH {
|
|||
lat: tags._lat,
|
||||
lon: tags._lon,
|
||||
address: {
|
||||
country_code: tags._country
|
||||
country_code: tags._country.toLowerCase()
|
||||
},
|
||||
}, {tag_key: "opening_hours"});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue