[comp.graphics] Map Perspective and Database

sampson@attctc.Dallas.TX.US (Steve Sampson) (08/15/89)

As many have indicated I forgot one needed file.  The graphics routines
were included in Turbo-C 1.5.  The program won't work with 1.0 versions.

This is the missing file "convert.wrk":
#
#	CONVERT.EXE Work File
#
#	convert uses this list of files to generate a MWDBII compatible
#	database.  The data can then be used with MAP.EXE.  If the directories
#	given below are not branches of the current directory, then edit the
#	line so it can find the files.  You can also move the files around,
#	add, delete, till you have a database you like.
#
#	Code	Meaning
#	----	-------
#	!	Directory name (relative to current)
#	1000    Boundaries
#	2000    Countries
#	4000    States (not used in The World Digitized database)
#	5000    Islands
#	6000    Lakes
#	7000    Rivers (not used in The World Digitized database)
#

!northamerica
usa0.mps,1000
na0.mps,1000
gr0.mps,1000
na3.mps,2000
usa1.mps,5000
na1.mps,5000
gr1.mps,5000
pa1.mps,5000
na2.mps,6000

!southamerica
sa0.mps,1000
sa3.mps,2000
sa1.mps,5000
sa2.mps,6000

!europe
e0.mps,1000
e3.mps,2000
e1.mps,5000
e2.mps,6000

!africa
af0.mps,1000
af3.mps,2000
af1.mps,5000
af2.mps,6000

!asia
as0.mps,1000
as3.mps,2000
as1.mps,5000
as2.mps,6000

!australia
au0.mps,1000
au1.mps,5000
au2.mps,6000

!antarctica
an0.mps,1000
an1.mps,5000

#
# EOF
#