Html 谷歌地图无法显示

Html 谷歌地图无法显示,html,google-maps,Html,Google Maps,我制作了这个谷歌自定义地图,当我打开浏览器时,它会显示出来,但当我打开网页时,它会显示一个空白屏幕。 我找不到哪里出了问题。 这是地图链接: 这就是我在我的网页上所做的: <div class="image-display" id="displaylocate" style=" width:100%; height:100%;right:0%;top:0%;position:absolute;z-index:2;">

我制作了这个谷歌自定义地图,当我打开浏览器时,它会显示出来,但当我打开网页时,它会显示一个空白屏幕。 我找不到哪里出了问题。 这是地图链接:

这就是我在我的网页上所做的:

<div class="image-display" id="displaylocate" style=" width:100%; height:100%;right:0%;top:0%;position:absolute;z-index:2;">                
                <iframe width="100%" height="87%" frameborder="0" scrolling="no" style="position:absolute;left:0%;top:0%;" marginheight="0" marginwidth="0" src="https://mapsengine.google.com/map/edit?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8"></iframe><br /><small><a href="https://mapsengine.google.com/map/edit?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8"style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>



您有一个
显示:无在顶层分区中。在那里看不到太多

将“编辑”替换为“嵌入到i框架”标记有助于我的事业

这是最后一个

<iframe width="100%" height="87%" frameborder="0" scrolling="no" style="position:absolute;left:0%;top:0%;" marginheight="0" marginwidth="0" src="https://mapsengine.google.com/map/embed?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8"></iframe><br /><small><a href="https://mapsengine.google.com/map/embed?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8"style="color:#0000FF;text-align:left">View Larger Map</a></small>