This commit is contained in:
Basti 2020-04-28 15:35:43 +02:00
parent a6d094af2b
commit c7300dd617
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -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 () {