Skip to content

Instantly share code, notes, and snippets.

@eidantoei
Created October 12, 2013 04:12
Show Gist options
  • Save eidantoei/6945750 to your computer and use it in GitHub Desktop.
Save eidantoei/6945750 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>
<name>2013-10-12 赤瀬達三「サインシステム計画学」所蔵館</name>
<description><![CDATA[]]></description>
<Folder>
<name>東京都</name>
<Placemark>
<styleUrl>#icon-seq-0-0</styleUrl>
<name>北区立滝野川図書館</name>
<Point>
<coordinates>139.74745400000006,35.743374,0.0</coordinates>
</Point>
</Placemark>
<Placemark>
<styleUrl>#icon-seq-0-1</styleUrl>
<name>葛飾区立上小松図書館</name>
<Point>
<coordinates>139.861808,35.723013,0.0</coordinates>
</Point>
</Placemark>
<Placemark>
<styleUrl>#icon-seq-0-2</styleUrl>
<name>品川区立品川図書館</name>
<Point>
<coordinates>139.74235899999996,35.616872,0.0</coordinates>
</Point>
</Placemark>
</Folder>
<Style id='icon-seq-0-0'>
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://chart.googleapis.com/chart?chst=d_map_pin_letter&amp;chld=A|FF0000|000000</href>
</Icon>
</IconStyle>
</Style>
<Style id='icon-seq-0-2'>
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://chart.googleapis.com/chart?chst=d_map_pin_letter&amp;chld=C|00FF22|000000</href>
</Icon>
</IconStyle>
</Style>
<Style id='icon-seq-0-1'>
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://chart.googleapis.com/chart?chst=d_map_pin_letter&amp;chld=B|EEFF00|000000</href>
</Icon>
</IconStyle>
</Style>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment