[mapserver-users] postgres layer not visible
Maiorano Pasquale
Pasquale.Maiorano at ssi.it
Mon Jan 19 01:26:50 PST 2015
Dear Brent Fraser and everybody,
The "Create Table" statement from Postgres is the following:
CREATE TABLE "Fiumi_riproiettato"
(
gid serial NOT NULL,
"Nome" character varying(80),
"Luinghezza" integer,
the_geom geometry(LineString),
CONSTRAINT "Fiumi_riproiettato_pkey" PRIMARY KEY (gid)
)
WITH (
OIDS=FALSE
);
ALTER TABLE "Fiumi_riproiettato"
OWNER TO postgres;
I'm looking forward to hearing You,
Pasquale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20150119/1e2f72c5/attachment.htm>
More information about the MapServer-users
mailing list