There is a bug with the default installation of openpublish http://drupal.org/project/openpublish. Here is a screenshot of the javascript error. Does anybody know what this means?
http://thechefsgalley.com/gmaps_bug.jpg
There is a bug with the default installation of openpublish http://drupal.org/project/openpublish. Here is a screenshot of the javascript error. Does anybody know what this means?
http://thechefsgalley.com/gmaps_bug.jpg
Comments
Comment #1
iceburgerman commentedI've had this problem and it took me a good couple of hours to figure it out.
* Check the CSS by removing all CSS and see if google map shows up *
as commented in here
http://drupal.org/node/591792
Comment #2
bmblack commentedThanks for the tip! I disabled my css and all of a sudden the map popped up.
FYI - I'm using the Zen theme. I traced the issue down to the normalize.css file. In the Embedded content section, it had a max-height of 100% for the img tag
I added a wrapper around my google map and gave it the class "map-wrapper", then added the following css: