For some reason the map tiles are not showing up in firefox.

Comments

thehong’s picture

Assigned: Unassigned » thehong
thehong’s picture

Project: Location Map » AdaptiveTheme
Version: 7.x-1.1 » 7.x-2.1
Component: Code » CSS/HTML
Assigned: thehong » Unassigned

I also have this issue when using sky/adaptive theme. I tried remove this code from adaptivetheme/css/at.base.css and sky/css/html-elements.css

img {
  max-width: 100%;
  height: auto;
}

Then it works. I think this is issue of adaptive theme.

Jeff Burnz’s picture

Status: Active » Fixed

Correct, the issue is with Adaptivetheme, in the latest dev versions of the theme I have included specific workaround for most mapping modules:

/* Override max-width 100% for map displays */
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img {
  max-width: none !important;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.