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