Move ShowDataLayer-implementation to a separate class for nodejs compatibility

This commit is contained in:
Pieter Vander Vennet 2022-04-30 00:41:33 +02:00
parent 7a76109d61
commit f4a965eacf
5 changed files with 364 additions and 334 deletions

View file

@ -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"});
}