Compass is not shown correctly when showing the map as google map.

look the capture:

map

CommentFileSizeAuthor
2013-03-12_16-31-21.jpg179.63 KBchefnelone

Comments

Ben_le_Kstor’s picture

Hi,
I had the same issue (Drupal 7.21 - Geolocalisation Field 1.1).
Exploring the css, i found that i had style on my theme which forced a max-width : 100%;
Removing the max-width applied to the images of the widget fixed the issue !
So i'd rather qualify this as a miss configuration from me than an issue from the module. Just remember that the sprite used to display controls (http://maps.gstatic.com/mapfiles/mapcontrols3d7.png) should not be given a max-width value.

chefnelone’s picture

If you are using the omega theme the cause is the style: img{max-width:100%}.

chefnelone’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)