I have a custom content type with a field for adding a location which is displayed on a gmap. I'm using cck_map module for this at the moment.
Currently, to fill in the location field, users have to find the location on the gmap and add a marker.
Because there are only a few different locations that users will enter, I want to make it easier for them by letting them select their location from a list of predefined locations. Once they select the location, it will automatically be localised on the gmap.
Does anyone know how I could do this?
Thanks.