#!/bin/sh
# Create 26 x 12 inch color shaded relief map, 
# based on Long Island Sound 3 arc second topography grid

grdimage li.grd -Cli.cpt -R-74.0/-71.2/40.5/41.5 -K -V -B0.5/0.25 \
          -JM24 -Ili_intens.grd > li.ps
psxy states.ll -JM24 -R-74.0/-71.2/40.5/41.5 -V -Mn \
   -W5/255/255/255 -O -K >> li.ps
psxy coast.ll -JM24 -R-74.0/-71.2/40.5/41.5 -V -Mn \
   -W2/40/140/40 -O -K >> li.ps
pstext titl.txt -R-74.0/-71.2/40.5/41.5 -G255 -JM24 -O  -V  >> li.ps
mv li.ps li_26x12.ps
