Skip to content

SaintLawrenceIslandYupik/language_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How the map was created

  • Created orthographic.svg using the following steps:
$ wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip
$ unzip ne_10m_admin_0_countries.zip
$ cpan Geo::ShapeFile
$ cpan SVG
$ for type in orthographic ; do ./perlshaper.pl ne_10m_admin_0_countries.shp -centre -171.700833,63.776111 -type $type -res 0.0001 -psize 0.04 -nolines -seacol white -bordcol black -landcol "#FF0000" > ${type}.svg;  done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages