gmap syntax reference
kyle.vh - October 9, 2008 - 16:38
| Project: | GMap Module |
| Version: | 6.x-1.0-rc1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
How can I learn how to put the stuff in [gmap | stuff]?
Install a 5.x test site?
Thanks.

#1
Look at this guide
http://mapedelic.org/documentation/drupal-5/gmap-10/gmap-macro-dictionary
In gmap for Drupal 6.x (don't know if it's the same for Dupal 5.x version) there's also a GMAP-MACRO-DICTIONARY.txt in the main folder of the module. Look for this file, too ;)
#2
This address is not valid anymore.
Somebody took over the domain and displays commercial advertisement there :(
Where else can I find those informations ?
#3
Can anyone provide a link to a complete reference for gmap macro syntax? I have tried searching drupal.org, looking in help and advanced help, googling and can find no documentation on this.
#4
rhythman, see comment #1, the gmap module contains a text file listing the available attributes. Stick em in the macro with a pipe between them eg [gmap width=545px | height=400px | zoom=5]
#5
Thanks andymcgowan, I should have been more precise in my original post. I did see the file mentioned in comment #1, but it is not complete. For example, the particular thing I was looking for was the syntax to turn off the auto-zoom feature:
[gmap behavior=+nomousezoom]It took me surprising amount of googling and syntax guesses for me to get it right. I am not familiar enough with the module nor the GMap API to know what other options might be missing from the documentation.