I am attempting to use this exciting module. The result is shown in the attached file.
The map settings get printed on top of other fields.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gmap2.jpg | 7.86 KB | jmlavarenne |
| gmap.jpg | 18.02 KB | jmlavarenne |
I am attempting to use this exciting module. The result is shown in the attached file.
The map settings get printed on top of other fields.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gmap2.jpg | 7.86 KB | jmlavarenne |
| gmap.jpg | 18.02 KB | jmlavarenne |
Comments
Comment #1
jmlavarenne commentedThe previous image shows what happens in firefox. In ie 7, what happens looks like this second image.
Comment #2
jmlavarenne commentedFound it - I needed to configure the field here :
admin/content/types/MY_CONTENT_TYPE/fields/MY_CCK_GMAP_FIELD_NAME
Really cool module!
Comment #3
najibx commentedhello,
What exactly you configure? those Gmap macro creation settings i.e controls, Map width, map height ...etc?
I can't get it to display properly.
is theme issue?
Comment #4
najibx commentedComment #5
sgriffin commentedThe module certainly could generate the inline style configured for the map.
.gmap-map
Probably an oversight.
Here's a quick fix.
Just put this either in gmap.css or anywhere
.gmap-map {
height: 400px;
}
You can configure it of course.
Comment #6
sgriffin commentedActually, it is written by the module, but is then overwritten by javascript "somewhere" with
position: relative; background-color: rgb(229, 227, 223);
Comment #7
najibx commentedI figured it out. It's simple putting the Map width, map height value with unit i.e 400px instead of just 400
Comment #8
jmlavarenne commented