Hi,

For some reason, the markers appear behind the map. It is quite evident that when the map is still loading the markers are all visible, but when the map fills in the OL, the markers disappear because they are behind the map images.

Please help.

Thanks.

CommentFileSizeAuthor
Shot.jpg403.02 KBjohnrosswvsu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hiraethmarkb’s picture

We have seen something similar with sites using 6.x-2.0-beta1.

If it is the same issue, and the op's screenshot would suggest that it is, it would appear to be a z-index issue in the css. We were able to work around it by providing the following override in the theme css:

.olLayerGooglePoweredBy {
	z-index: 1 !important;
}

It may well have been corrected in the newer versions, 7.x-2.0-beta7 and 6.x-2.0-beta3. We are due to do another round of updates on various customer websites, so will be able to test to see if this is the case.

hiraethmarkb’s picture

If you are using a separate admin theme, you will also need to add the above css override there as well.

basvredeling’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Cleaning up the issue queue for #2670484: Stable 7.x-2.0 release.

Closing this because it's an old issue regarding an alpha release. If still a relevant bug, please reopen on refer to an active version.