Created
June 3, 2026 13:46
-
-
Save eliyahud/bbfdf2d75d776fb7a9a8c7b47cd952e7 to your computer and use it in GitHub Desktop.
Historical map overlay demo (Hondius 1630 world map)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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