7
I have a slightly different need, but I think it might be a common one. What I would like is a module that allows you to store a list of locations. For example, if you were running a youth soccer league, you could list all the parks where the games are held and it would draw a map to that site. Optionally, custom driving directions (text) could be written (e.g. "We use the field behind the school, not the one by the parking lot."). I tried doing this with the standard addresses module, but it was clunky. I had to generate the map, copy the link, etc. I want users to be able to submit the name and the address and the module will get the map.
Thanks.