[mapserver-users] Fwd: PostGIS problem..

Steve Lime steve.lime@dnr.state.mn.us
Mon, 08 Apr 2002 23:49:48 -0500


This is a MIME message. If you are reading this text, you may want to 
consider changing to a mail reader or gateway that understands how to 
properly handle MIME multipart messages.

--=_7C21FFE8.E081EB03
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

 
--=_7C21FFE8.E081EB03
Content-Type: message/rfc822

Received: from mail.state.mn.us
	(state.mn.us [156.99.125.109])
	by co5.dnr.state.mn.us; Mon, 08 Apr 2002 19:40:26 -0500
Return-Path: <btski@rochester.rr.com>
Received: from lists.gis.umn.edu by mail.state.mn.us with ESMTP for steve.lime@dnr.state.mn.us; Mon, 8 Apr 2002 19:40:22 -0500
Received: from mailout5.nyroc.rr.com (mailout5-1.nyroc.rr.com [24.92.226.169])
	by lists.gis.umn.edu (8.9.3+Sun/8.9.1) with ESMTP id TAA20898
	for <mapserver-info@lists.gis.umn.edu>; Mon, 8 Apr 2002 19:41:30 -0500 (CDT)
Received: from btski (roc-66-66-88-31.rochester.rr.com [66.66.88.31])
	by mailout5.nyroc.rr.com (8.11.6/Road Runner 1.12) with SMTP id g390eIM23843
	for <mapserver-info@lists.gis.umn.edu>; Mon, 8 Apr 2002 20:40:18 -0400 (EDT)
From: "Brian Tomaszewski" <btski@rochester.rr.com>
To: <mapserver-info@lists.gis.umn.edu>
Subject: PostGIS problem..
Date: Mon, 8 Apr 2002 20:45:06 -0400
Message-Id: <NFBBKAHIKLHICOFEJECIGEBGCCAA.btski@rochester.rr.com>
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hello

Does anyone out there have any info on what might cause:

msPOSTGISLayerOpen(): Query error. msPOSTGISLayerOpen called but
unimplemented!

I complied Mapserver 3.5 --with postGIS, and the rest of it is working fine,
except when I try to add the postGIS layer

Here is my map file snippet:

LAYER
        CONNECTIONTYPE postgis
        NAME "river"
        CONNECTION "user=postgresql password=XXXXX dbname=gis
host=192.168.1.101 port=5432"
        DATA "the_geom from genesse_river"
        STATUS ON
        TYPE LINE

        CLASS
                #NAME "RIVER"
         	     COLOR 205 92 82
        END
END

Thanks you in advance for the help. I will send more info if need be.

Brian Tomaszewski


--=_7C21FFE8.E081EB03--