Last active
November 13, 2017 05:49
-
-
Save narze/1220d908c2ea62dcdf59218c1898a6c9 to your computer and use it in GitHub Desktop.
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" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> | |
| <Document> | |
| <name>Temporary Places.kml</name> | |
| <StyleMap id="m_ylw-pushpin"> | |
| <Pair> | |
| <key>normal</key> | |
| <styleUrl>#s_ylw-pushpin</styleUrl> | |
| </Pair> | |
| <Pair> | |
| <key>highlight</key> | |
| <styleUrl>#s_ylw-pushpin_hl</styleUrl> | |
| </Pair> | |
| </StyleMap> | |
| <Style id="s_ylw-pushpin"> | |
| <IconStyle> | |
| <scale>1.1</scale> | |
| <Icon> | |
| <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> | |
| </Icon> | |
| <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> | |
| </IconStyle> | |
| </Style> | |
| <Style id="s_ylw-pushpin_hl"> | |
| <IconStyle> | |
| <scale>1.3</scale> | |
| <Icon> | |
| <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> | |
| </Icon> | |
| <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> | |
| </IconStyle> | |
| </Style> | |
| <Folder> | |
| <name>Temporary Places</name> | |
| <open>1</open> | |
| <Placemark> | |
| <name>Stage B</name> | |
| <LookAt> | |
| <longitude>100.5349293775557</longitude> | |
| <latitude>13.74703989867188</latitude> | |
| <altitude>0</altitude> | |
| <heading>3.720070558928512</heading> | |
| <tilt>25.223247056786</tilt> | |
| <range>174.1003371855298</range> | |
| <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode> | |
| </LookAt> | |
| <styleUrl>#m_ylw-pushpin</styleUrl> | |
| <Point> | |
| <gx:drawOrder>1</gx:drawOrder> | |
| <coordinates>100.5345562413944,13.74688445790124,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <GroundOverlay> | |
| <name>Paragon Hall Floor Plan</name> | |
| <description>Test</description> | |
| <Icon> | |
| <href>https://i.imgur.com/JZQuQqO.jpg</href> | |
| <viewBoundScale>0.75</viewBoundScale> | |
| </Icon> | |
| <LatLonBox> | |
| <north>13.74723925809988</north> | |
| <south>13.74668222140695</south> | |
| <east>100.5351673273799</east> | |
| <west>100.5343129232939</west> | |
| <rotation>-100.8718946441434</rotation> | |
| </LatLonBox> | |
| </GroundOverlay> | |
| <Placemark> | |
| <name>Stage A</name> | |
| <LookAt> | |
| <longitude>100.5349293775557</longitude> | |
| <latitude>13.74703989867188</latitude> | |
| <altitude>0</altitude> | |
| <heading>3.720070558928512</heading> | |
| <tilt>25.223247056786</tilt> | |
| <range>174.1003371855298</range> | |
| <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode> | |
| </LookAt> | |
| <styleUrl>#m_ylw-pushpin</styleUrl> | |
| <Point> | |
| <gx:drawOrder>1</gx:drawOrder> | |
| <coordinates>100.5347451380994,13.74699307274264,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>AIA</name> | |
| <LookAt> | |
| <longitude>100.5349293775557</longitude> | |
| <latitude>13.74703989867188</latitude> | |
| <altitude>0</altitude> | |
| <heading>3.720070558928512</heading> | |
| <tilt>25.223247056786</tilt> | |
| <range>174.1003371855298</range> | |
| <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode> | |
| </LookAt> | |
| <styleUrl>#m_ylw-pushpin</styleUrl> | |
| <Point> | |
| <gx:drawOrder>1</gx:drawOrder> | |
| <coordinates>100.5346864957868,13.74715568311438,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tanita</name> | |
| <LookAt> | |
| <longitude>100.5349293775557</longitude> | |
| <latitude>13.74703989867188</latitude> | |
| <altitude>0</altitude> | |
| <heading>3.720070558928512</heading> | |
| <tilt>25.223247056786</tilt> | |
| <range>174.1003371855298</range> | |
| <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode> | |
| </LookAt> | |
| <styleUrl>#m_ylw-pushpin</styleUrl> | |
| <Point> | |
| <gx:drawOrder>1</gx:drawOrder> | |
| <coordinates>100.5348421928215,13.74720830554773,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| </Document> | |
| </kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment