Skip to content

Instantly share code, notes, and snippets.

@sasapurin
Created June 27, 2020 03:28
Show Gist options
  • Save sasapurin/2ad44fd9c862105fcc8f54734a194f2e to your computer and use it in GitHub Desktop.
Save sasapurin/2ad44fd9c862105fcc8f54734a194f2e to your computer and use it in GitHub Desktop.
<?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>
@sasapurin
Copy link
Author

地理院地図で適当にマーカーを置いてKMLで保存したもの。
このKMLを雛形にしてPlacemark内を必要分作成すれば独自のGISデータを作って地図上にプロットすることが出来る。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment