I am new to Reefmaster and I want to import some maps that I have that have depth contours already defined. This is an SHP file. I have changed the format of the data to match IMC and it will create an at5 file.
When I import the SHP file into Reefmaster I get the tracks but I do not get the depth contours. What is the column name that Reefmaster is expecting depth to be in?
Here is the file layout.
gid integer NOT NULL DEFAULT nextval('gid_seq'::regclass),
recnum numeric(10,0),
bfr_color integer,
bfr_patter character varying(32),
bfr_width integer,
font character varying(5),
pattern character varying(32),
rtp_color integer,
rtp_limit integer,
width integer,
width_mult integer,
l_limit integer,
u_limit integer,
color integer,
icon character varying(50),
layer integer,
maj_cat character varying(50),
min_cat character varying(50),
mode character varying(1),
value character varying(50),
value2 character varying(50),
geom geometry(MultiLineString),
CONSTRAINT r_pkey PRIMARY KEY (gid)
This is a sample row.
113;100;1;"";1;"16";"";0;16;1;;0;19;1;"";1;"Nautical";"Depth Contours";"T";"25ft";"";<GEOM DATA>
I appreciate your advice.