Created
October 12, 2013 04:12
-
-
Save eidantoei/6945750 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<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&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&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&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