私の Web サイト (http://marineops.mlml.calstate.edu/ptsur1) で船を追跡していますが、船が港から遠ざかり、黒い背景が表示されます。私が知っている唯一の修正方法は、船を説明するポップアップ ウィンドウのリンクをクリックすることです (リンクは「船舶の航跡距離を表示...」です。その後、ポップアップ ウィンドウを削除できません。
これは drupal 6 サイトであり、マップを作成するコードは次のとおりです (このコードはhttp://marinetraffic.com/ais/addyourarea.aspx?level1=150の「あなたの地域のライブ マップをあなたの Web サイトに配置してください)」の下にあります):
背景が黒い場合は、「船の航跡距離を表示...」をクリックします。
<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 にアクセスして、提案をお寄せください。ありがとう