Skip to content

Instantly share code, notes, and snippets.

@eliyahud
Created June 3, 2026 13:46
Show Gist options
  • Select an option

  • Save eliyahud/bbfdf2d75d776fb7a9a8c7b47cd952e7 to your computer and use it in GitHub Desktop.

Select an option

Save eliyahud/bbfdf2d75d776fb7a9a8c7b47cd952e7 to your computer and use it in GitHub Desktop.
Historical map overlay demo (Hondius 1630 world map)
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Nova Totius Terrarum Orbis (1630)</name>
<GroundOverlay>
<name>Hondius antique world map, 1630</name>
<Icon><href>https://commons.wikimedia.org/wiki/Special:FilePath/Nova_totius_Terrarum_Orbis_geographica_ac_hydrographica_tabula_(Hendrik_Hondius).jpg?width=3000</href></Icon>
<LatLonBox><north>82</north><south>-82</south><east>180</east><west>-180</west></LatLonBox>
</GroundOverlay>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment