Drupal location module shows only a portion of Gmap on node page

90 views Asked by At

When first loaded on a node page, Location form shows only a portion of the map as seen here. However, as soon as I resize browser window, or click on the map, then the map displays properly full width. Any one knows of this issue and could give me a clue? Thanks!

1

There are 1 answers

0
kaho On

It is said in the documentation that

Developers should trigger this event on the map when the div changes size

You need to trigger the resize event after your page is load like:

google.maps.event.trigger(map, "resize");