Created
June 27, 2020 03:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Document> | |
<Style id="PolyStyle1"> | |
<IconStyle> | |
<Icon> | |
<href>https://maps.gsi.go.jp/portal/sys/v4/symbols/001.png</href> | |
</Icon> | |
<scale>1</scale> | |
</IconStyle> | |
</Style> | |
<Placemark> | |
<name>高知県庁前</name> | |
<styleUrl>#PolyStyle1</styleUrl> | |
<Point> | |
<coordinates>133.5322201251984,33.558218050890325</coordinates> | |
</Point> | |
</Placemark> | |
</Document> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
地理院地図で適当にマーカーを置いてKMLで保存したもの。
このKMLを雛形にしてPlacemark内を必要分作成すれば独自のGISデータを作って地図上にプロットすることが出来る。