在我的网站上,我们正在跟踪一艘船 (http://marineops.mlml.calstate.edu/ptsur1),现在这艘船离港口越来越远,出现黑色背景。我知道修复它的唯一方法是单击描述船舶的弹出窗口中的链接(链接是“显示船舶的航迹距离......”。之后,我无法删除弹出窗口。
这是一个 drupal 6 站点,创建地图的代码是(我从http://marinetraffic.com/ais/addyourarea.aspx?level1=150在“在您的网站中放置您所在地区的实时地图”下获得此代码):
如果背景为黑色,请单击“显示船只的航迹距离...”
<script type="text/javascript">
width='100%'; //the width of the embedded map in pixels or percentage
height=400; //the height of the embedded map in pixels or percentage
border=1; //the width of border around the map. Zero means no border
notation=false; //true or false to display or not the vessel icons and options at the left
shownames=true; //true or false to dispaly ship names on the map
latitude=36.676; //the latitude of the center of the map in decimal degrees
longitude=-124.405; //the longitude of the center of the map in decimal degrees
zoom=12; //the zoom level of the map. Use values between 2 and 17
maptype=2; //use 0 for Normal map, 1 for Satellite, 2 for Hybrid, 3 for Terrain
trackvessel=366974890; //the MMSI of the vessel to track, if within the range of the system
fleet=''; //the registered email address of a user-defined fleet to display
remember=false; //true or false to remember or not the last position of the map
</script>
<script type="text/javascript" src="http://www.marinetraffic.com/ais/embed.js"></script>
请访问网站 http://marineops.mlml.calstate.edu 并提供任何建议。谢谢