diff --git a/main.mjs b/main.mjs index af14831..360fdd0 100644 --- a/main.mjs +++ b/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 () {