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.

CommentFileSizeAuthor
#1 gmap2.jpg7.86 KBjmlavarenne
gmap.jpg18.02 KBjmlavarenne

Comments

jmlavarenne’s picture

StatusFileSize
new7.86 KB

The previous image shows what happens in firefox. In ie 7, what happens looks like this second image.

jmlavarenne’s picture

Category: bug » support
Status: Active » Closed (fixed)

Found it - I needed to configure the field here :

admin/content/types/MY_CONTENT_TYPE/fields/MY_CCK_GMAP_FIELD_NAME

Really cool module!

najibx’s picture

hello,

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?

najibx’s picture

Status: Closed (fixed) » Active
sgriffin’s picture

The 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.

sgriffin’s picture

Actually, it is written by the module, but is then overwritten by javascript "somewhere" with
position: relative; background-color: rgb(229, 227, 223);

najibx’s picture

I figured it out. It's simple putting the Map width, map height value with unit i.e 400px instead of just 400

jmlavarenne’s picture

Status: Active » Closed (fixed)