Post by fried_oreos on Jan 13, 2024 2:02:17 GMT
I found that the google earth becomes extremely broken at both the north and south poles. I decided to explore the south pole, but both poles should have the same behavior I used flight simulator, street view, and a finally a custom placemark to get me into the south pole.
It is extremely laggy near the poles; the FPS drops to maybe 3 or 4. I assume that this is because many tiles are being compressed and all displayed in this one spot.
At the exact north pole, the altitude drops to 0, and depending on what angle you look down, many interesting patterns can be generated.
Approaching the south pole
A few meters from the south pole
On top of the north pole, looking at 10 degrees off level
0 altitude at the south pole looking flat to the horizon
Below: Looking down into the north pole from above at various small distances from the exact pole
Check out the madness:
<?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>KmlFile</name>
<StyleMap id="m_ylw-pushpin1">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin2</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl3</styleUrl>
</Pair>
</StyleMap>
<Style id="s_ylw-pushpin2">
<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_hl3">
<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>
<Placemark>
<name>South Pole Underground</name>
<LookAt>
<longitude>168.8421779348349</longitude>
<latitude>-89.9859636346074</latitude>
<altitude>0</altitude>
<heading>-172.6557449833038</heading>
<tilt>0</tilt>
<range>6.999971734321077</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#m_ylw-pushpin1</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>168.8421779348349,-90.0000000000000,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>
It is extremely laggy near the poles; the FPS drops to maybe 3 or 4. I assume that this is because many tiles are being compressed and all displayed in this one spot.
At the exact north pole, the altitude drops to 0, and depending on what angle you look down, many interesting patterns can be generated.
Approaching the south pole
A few meters from the south pole
On top of the north pole, looking at 10 degrees off level
0 altitude at the south pole looking flat to the horizon
Below: Looking down into the north pole from above at various small distances from the exact pole
Check out the madness:
<?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>KmlFile</name>
<StyleMap id="m_ylw-pushpin1">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin2</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl3</styleUrl>
</Pair>
</StyleMap>
<Style id="s_ylw-pushpin2">
<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_hl3">
<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>
<Placemark>
<name>South Pole Underground</name>
<LookAt>
<longitude>168.8421779348349</longitude>
<latitude>-89.9859636346074</latitude>
<altitude>0</altitude>
<heading>-172.6557449833038</heading>
<tilt>0</tilt>
<range>6.999971734321077</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#m_ylw-pushpin1</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>168.8421779348349,-90.0000000000000,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>