Skip to content

Instantly share code, notes, and snippets.

@vinayakakv
Created December 10, 2021 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinayakakv/a50f08799180680990b4a95923d1b716 to your computer and use it in GitHub Desktop.
Save vinayakakv/a50f08799180680990b4a95923d1b716 to your computer and use it in GitHub Desktop.
<?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">
<GroundOverlay>
<name>Corona Satellite Imagery India</name>
<visibility>0</visibility>
<LookAt>
<longitude>75.35915344984731</longitude>
<latitude>13.22948111597904</latitude>
<altitude>0</altitude>
<heading>87.08474685039201</heading>
<tilt>25.91338332177906</tilt>
<range>1864.64997729939</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<Icon>
<href>https://bhuvan-ras2.nrsc.gov.in/mapcache?VERSION=1.1.1&amp;REQUEST=GetMap&amp;SRS=EPSG:4326&amp;WIDTH=2000&amp;HEIGHT=2000&amp;LAYERS=Corono_Sat_Data&amp;STYLES=default&amp;TRANSPARENT=TRUE&amp;FORMAT=image/png&amp;</href>
<viewRefreshMode>onStop</viewRefreshMode>
<viewRefreshTime>0</viewRefreshTime>
</Icon>
<LatLonBox>
<north>13.22653472607</north>
<south>13.14910480045458</south>
<east>75.32526421021672</east>
<west>75.19659491771456</west>
</LatLonBox>
</GroundOverlay>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment