At long last, it is finally feasible to get good-quality geodata online for:
- Level 0 a.k.a. international borders
- Level 1 a.k.a subnational or first level administrative borders (e.g. states or provinces)
- Level 2 a.k.a. second-level administrative borders (e.g. districts or counties)
This has been the holy grail for a while, and can be assembled fairly easily in Quantum GIS (QGIS) or some other suitable geospatial viewer. (Some familiarity with QGIS is assumed below.)
- International borders. Many options here… I just downloaded this shapefile from Bjørn Sandvik’s Thematic Mapping page and imported into QGIS as a vector layer.
- Subnational borders. Go to the United Nations Food and Agriculture Organization’s GeoNetwork website , drill down into the “Administrative and Political Boundaries” category and find the dataset called “RWDB2 Subnational-AD2 Linear Boundaries.” Hit the download button to obtain the shapefile, and import into QGIS as another vector layer.
- Second-level borders. This gets a little trickier as there is no simple zip file or tarball you can download. Instead you will have to import this WMS url into QGIS as a WMS layer: http://geonetwork3.fao.org/cgi-bin/wms?map=/GeoNetwork_data/12600-12699/12691/wms/12691_2level.map. (This required a little reverse engineering since the published data distribution links didn’t seem to work. The full metadata can nonetheless be found at the FAO website as well.
For best results, make sure the z-ordering is like this, from top to bottom: international, subnational, and finally second-level all the way at the bottom. You might also want to fiddle with the symbology for all these layers.