Skip to content

Instantly share code, notes, and snippets.

@Sora1248
Last active December 3, 2020 21:31
Show Gist options
  • Save Sora1248/716553d75b7c1c3c0114728c31bbdeb2 to your computer and use it in GitHub Desktop.
Save Sora1248/716553d75b7c1c3c0114728c31bbdeb2 to your computer and use it in GitHub Desktop.
Monoliths
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-109.6661696420391,
38.34308758649913,
0
]
},
"properties": {
"name": "Monolith Utah"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
26.32242713090335,
46.92885826751998,
0
]
},
"properties": {
"name": "Monolith Rumänien"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-120.6558225566612,
35.49280671168913,
0
]
},
"properties": {
"name": "Monolith Kalifornien"
}
}
]
}
<?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>Monolith.kml</name>
<Style id="s_ylw-pushpin_hl0">
<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>
<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-pushpin0">
<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>
<StyleMap id="m_ylw-pushpin1">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl0</styleUrl>
</Pair>
</StyleMap>
<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>
<StyleMap id="m_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin0</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
</Pair>
</StyleMap>
<Folder>
<name>Monolith</name>
<open>1</open>
<Placemark>
<name>Monolith Utah</name>
<LookAt>
<gx:TimeStamp><when>2016-10-21</when>
</gx:TimeStamp>
<gx:ViewerOptions>
<gx:option name="historicalimagery"></gx:option>
<gx:option enabled="0" name="sunlight"></gx:option>
<gx:option enabled="0" name="streetview"></gx:option>
</gx:ViewerOptions>
<longitude>-109.6662591541416</longitude>
<latitude>38.34312697956845</latitude>
<altitude>0</altitude>
<heading>-0.0683565544107084</heading>
<tilt>0</tilt>
<range>128.7539362021538</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#m_ylw-pushpin1</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-109.6661696420391,38.34308758649913,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Monolith Rumänien</name>
<LookAt>
<longitude>26.32252002141561</longitude>
<latitude>46.9287906427392</latitude>
<altitude>0</altitude>
<heading>13.31992641990397</heading>
<tilt>0</tilt>
<range>183.152520406771</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#m_ylw-pushpin1</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>26.32242713090335,46.92885826751998,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Monolith Kalifornien</name>
<LookAt>
<longitude>-120.6557849555556</longitude>
<latitude>35.49275159756989</latitude>
<altitude>0</altitude>
<heading>0.003654064585146095</heading>
<tilt>0</tilt>
<range>124.5390053521183</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-120.6558225566612,35.49280671168913,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