I have to group all users registering to my site into metro areas. A metro area is defined a proximity to one of the world's 100 most populous cities.
In my proposed solution the user will be presented with 2 dropdowns. One for country and one for cities. That seems like the best UX. I was also thinking about using html5 browser location API to pre-select some locations on the dropdowns.
Has anyone done something similar before and how did you approach it?
sub question: how would you store this data