1

この KML ファイルがあります。

<?xml version="1.0" encoding="utf-8"?> 
<kml xmlns="http://earth.google.com/kml/2.0"> 
<Document> 
<GroundOverlay> 
<Description>ABX_20130830_0009_N0R.gif</Description> 
<Icon> 
<href>http://data.bcinfo3.barrycarter.info/ABX_N0R.png</href> 
</Icon> 
<LatLonBox> 
<north>37.5650361494585</north> 
<south>32.7261689619585</south> 
<east>-104.179216974432</east> 
<west>-109.457981178977</west> 
</LatLonBox> 
</GroundOverlay> 
<Placemark><name>ABX_20130830_0009_N0R.gif</name><Point><coordinates> 
-106.818599076704,35.1456025557085 
</coordinates></Point></Placemark> 
</Document> 
</kml> 

http://data.bcinfo3.barrycarter.info/ABX_N0R.png」の背景は透明です。ここに表示されます:

http://test.bcinfo3.barrycarter.info/bc-image-overlay.pl?center=35.1,-106.54&zoom=13&maptypeid=HYBRID&url=ABX_N0R.kml&refresh=60

ABX_N0R.png の非透明部分をクリックすると、上記のタグのように「ABX_20130830_0009_N0R.gif」がポップアップ表示されますが、そうではありません。

これを実現する簡単な方法はありますか?

別の目印 (ビューの中心に近い場所) を使用できることはわかっていますが、マップ上のどこでも「ABX_20130830_0009_N0R.gif」を使用できるようにしたいと考えています。

4

1 に答える 1