Posted by mvc on January 16, 2010 at 6:49pm
2 followers
Jump to:
| Project: | GMap Module |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Currently gmap_taxonomy requires use of a vocabulary which is set to only allow selection of a single term, because a unique term is required for use as a map marker. With this small patch, it's possible to allow multiple terms using the primary_term module to select which term is used as the marker. In the event that the primary_term module is not available, the marker is chosen as usual (i.e., a term is randomly selected from those associated with the node in the event that there is more than one available).
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| gmap_taxonomy.patch | 1.88 KB | Ignored: Check issue status. | None | None |
Comments
#1
Hi,
Just tested the patch on my system, need to do a bit more. I do have one query though. You noted that:
Now with (but without the primary term module) or without your patch, having multiple terms, the markers never correspond to any term markers but always revert back to the GMap default. Can you confirm what you said in your original post?
Nick
#2
all feature requests can be imported in 6.x version after committing em in major versions with backport afterwards
Can You make this ?