'Continent borders kml file
Attempting to track down the borders of continents in kml format or another format. Looks like the only thing available open source is country borders. Does anyone have information on this?
Solution 1:[1]
For KML with continent outlines here is one with some of the geometry coordinates for the border lines between continents (e.g. Europe/Asia border, etc.) but they're not labeled:
http://bbs.keyhole.com/ubb/download.php?Number=236961 -- URL no longer available
As for country outlines, there are a number of sources for the outlines in KML. All border outlines are approximations and you have a choice of ones with fewer or larger number of points in the line segments. Note the first KML source below has total of 24K points for an average of 96 points per country feature and the second has over 100K points with an average of 485 points per country.
For starters here's one shared with Google Earth community in 2006 with 250 countries with polygon borders in KMZ of size ~260K
http://kml4earth.appspot.com/kml/world-country-borders.kmz

Also a World Country Borders KML with 250 polygons available from the Google Earth Libraryhttp://www.gelib.com/world-borders.htm -- URL no longer available
The country layer can be saved in KMZ file of 1.2MB size (uncompressed 4MB). This has the country flag image inline in the placemark descriptions and also has an optional World Capital layer (as NetworkLink) that can be loaded.

UPDATE:
World Administrative Boundaries - Countries and Territories dataset in KML, Shapefile and GeoJSON format is available from here: https://public.opendatasoft.com/explore/dataset/world-administrative-boundaries/export/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
