Fix log
This commit is contained in:
parent
a6d094af2b
commit
c7300dd617
2
main.mjs
2
main.mjs
@ -186,7 +186,7 @@ function createGeoJSON () {
|
|||||||
"country": res.components.country,
|
"country": res.components.country,
|
||||||
"timezone": res.annotations.timezone
|
"timezone": res.annotations.timezone
|
||||||
}
|
}
|
||||||
console.debug('Created GeoJSON object:', data.currentCity.geojson);
|
console.debug('Created GeoJSON object:', data.currentCity.geoJSON);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function fetchMapImage () {
|
async function fetchMapImage () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user