Blurry / Corrupted Google Maps Controls

后端 未结 1 540
忘掉有多难
忘掉有多难 2020-12-02 00:19

I am seeing some really odd behaviour on my Google Maps app. I am using Backbone:

  initialize: ->
    osmMapType = new google.maps.ImageMapType(
      ge         


        
相关标签:
1条回答
  • 2020-12-02 00:51

    There are no errors in your code. It is a problem with your css.

    Just add this CSS in your map container (assuming it has id=gmap):

    #gmap img {
      max-width: none;
    }
    
    0 讨论(0)
提交回复
热议问题