件名: Re^5: GoogleMap
記事No 719
投稿日 : 2014/11/28(Fri) 16:35:59
投稿者 マーシー
参照先 http://park16.wakwak.com/~marsie/niigata.htm#
KMLチュートリアルのサンプル集からいただきました。
https://developers.google.com/kml/documentation/kml_tut?hl=ja

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<ScreenOverlay>
<name>Simple crosshairs</name>
<description>This screen overlay uses fractional positioning to put the
image in the exact center of the screen</description>
<Icon> <href>http://developers.google.com/kml/documentation/images/crosshairs.png</href>
</Icon>//このセンターマークは白色です。好きな色の好きなマークに変更して
<overlayXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
<screenXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
<rotationXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
<size x="0" y="0" xunits="pixels" yunits="pixels"/>
</ScreenOverlay>
</kml>

 //ctrcrs.kmlというファイル名で保存しました。

関連スレッド

返信フォーム
おなまえ
eメール
タイトル
メッセージ
参照先
画像UP
暗証キー (英数字で8文字以内)
投稿キー (右画像の数字を入力) 投稿キー

- WebForum -