silentDjay / Mapstery

A geography game inspired by my long history of spending hours on end staring at maps
http://silentdjay.github.io/Mapstery/
6 stars 3 forks source link

No country data for some clicks #6

Closed silentDjay closed 7 years ago

silentDjay commented 7 years ago

Clicks on Guernsey, Gambier Islands, and others(?) generate "Cannot read property 'formatted_address' of undefined" errors

silentDjay commented 7 years ago

This was due to a rare and unique data structure for some countries that differed from the typical location information returning for clicks. It affected Guernsey and Jersey, possibly others. Resolved by introducing logic to detect and manipulate the secondary address data structure.