Skip to content

I Like to Watch

Amie DD edited this page Jun 13, 2020 · 2 revisions

I Like to Watch

Fire up your Google Earth Pro and brush up on your KML tutorials, we're going to make it look at things!

Ticket Present this ticket when connecting to the challenge:

Don't share your ticket with other teams.

Connecting Connect to the challenge on watch.satellitesabove.me:5011 . Using netcat, you might run nc watch.satellitesabove.me 5011

Files You'll need these files to solve the challenge.

<LookAt id="ID">
        <!-- specific to LookAt -->
        <longitude>-77.0352791</longitude>              <!-- kml:angle180 -->
        <latitude>38.8894838</latitude>                 <!-- kml:angle90 -->
        <altitude>0</altitude>                      <!-- double -->
        <heading>58.7</heading>                <!-- kml:angle360 -->
        <tilt>55.5</tilt>                     <!-- kml:anglepos90 -->
        <range>695900</range>                     <!-- double -->
        <altitudeMode>clampToGround</altitudeMode>
</LookAt>
Clone this wiki locally