I'm creating a database of conventions that will be viewable by location. Ideally, users could select a country, state or providence (where applicable), and a country and see all the conventions in that area.

I've begun to play with the Location module because it offers great Views integration, but I'm concerned that it isn't the right tool for the job.

Does anyone know of another module I should be looking at?

Comments

rabsila’s picture

I've used taxonomy and then added the field to a content type with Content Taxonomy (http://drupal.org/project/content_taxonomy) and Hierarchical Select (http://drupal.org/project/hierarchical_select). I'd attach the csv file with tons of world cities ready to import but there doesn't appear to be attach to post function here.

StevenSokulski’s picture

I had that setup and was testing it, but Hierarchical Select seemed buggy at best. Right now, I'm using two sets of taxonomy with autocomplete, but I'm still looking for a better answer.