EventHopper / EHServerSide

Server-Side functionality including REST API, hosting scripts & client-server modules
0 stars 0 forks source link

Handle null latitude and longitude in External Events #107

Open masterford opened 4 years ago

masterford commented 4 years ago

Some external event providers, e.g. TicketLeap don't provide latitude and longitude values. We will have to convert city into a latitude and longitude to fill in those values. This can be done by the just using the coordinates of the center of the city.

kylermintah commented 4 years ago

Can't we convert the venue/address to lat/long?

masterford commented 4 years ago

yeah