#!/bin/sh
in=soccerball_verts.gmt
out=soccerworld_test.ps
#proj=-JM20c
proj=-JG0/0/15c
#proj=-JQ0/15c
region=-R-180/180/-90/90
pscoast $proj $region -Dc -G100 -V -P -K > $out
psxy $in $proj $region -M -W0.5p/0/0/0 -L -V -O >> $out
