#!/bin/sh

#
#	Use example programs to create a very simple dataset that
#	should display in ARCView II.
#

shpcreate test polygon
dbfcreate test.dbf -s Description 30 -n TestInt 6 0 -n TestDouble 16 5

shpadd test -92.499167 44.041167 -92.498667 43.993333 -92.391000 41.933333 -91.538500 41.663500 -91.441833 41.638500 -90.577667 41.532667 -89.108667 41.554500 -88.558833 41.863500 -88.517500 42.088333 -88.518500 42.145500 -88.583333 44.300000 -89.162500 44.827667 -89.713500 45.099667 -92.493167 44.095167 -92.493500 44.095000 -92.494833 44.094167 -92.498833 44.065333



dbfadd test.dbf "Convex hull outlining US states" 1.5 2.5

shpdump test.shp
dbfdump test.dbf
