Open-event-server: How can we search events by location?

Created on 14 Jul 2016  路  3Comments  路  Source: fossasia/open-event-server

Every of us know that we have different names of location in countries. Every country have own naming convention. How can we find events by locations?

For example Polska and Poland should return the same events

question search

Most helpful comment

Why not use latitude and longitude ? That's not gonna change with language. We already have lat/long of all events. When a user enters a location name for searching, geocode that name to latitude and longitude, and use that to filter the events ...

All 3 comments

Why not use latitude and longitude ? That's not gonna change with language. We already have lat/long of all events. When a user enters a location name for searching, geocode that name to latitude and longitude, and use that to filter the events ...

@rafalkowalski I too agree with niranjan. Latitude and longitude can be used

The simplest solutions are the best! :+1: @niranjan94

Was this page helpful?
0 / 5 - 0 ratings