cpsc455-bugstorm / TravelersTea

A Trip Planning App that tailors travel itineraries based on user preferences and providing detailed information about destinations; making travel planning less daunting and more enjoyable.
https://travelerstea-906d.onrender.com
MIT License
6 stars 2 forks source link

Handle situations where google api doesnt return coordinates #163

Closed L0Lmaker closed 9 months ago

L0Lmaker commented 10 months ago

when we try to get coordinates for an obscure place the google endpoint fails and error propagates to FE. Try generating for your remote hometown if you have one to see this.

We will need to have a error alert on the frontend or not show the location on map if we arent able to grab a coordinate for it.