[MAPSERVER-USERS] Postgis Error
Ritesh Ambastha
group.ritesh at gmail.com
Tue May 27 07:20:03 PDT 2008
Dear Aaron,
Please check your DATA path.
It should be something like : DATA "geom from your_table_name"
Hope this will help.
Regards,
Ambastha
Aaron Hunt-2 wrote:
>
> I have been tring to get a script working on my new server and I get the
> following error.
>
> "Postgresql reports the error as 'ERROR: relation "row_crop_boundary" does
> not exist '"
>
> row_crop_boundary is a view contaning the geom column. There are no
> uppercaes names and if I log into the command line it works fine. Does
> anyone have any ideas? The layer def is below (I seet the data and filter
> in
> code).
>
> Thanks
> LAYER # Red Field
> TYPE polygon
> CONNECTIONTYPE postgis
> NAME RedFields
> CONNECTION "user=xxxpassword=xxx dbname=xxx host=localhost
> port=5432"
> DATA ""
> FILTER ""
> STATUS ON
> DEBUG ON
> TRANSPARENCY 30
> LABELITEM field_name
> CLASS
> COLOR 255 0 0
> OUTLINECOLOR 0 0 0
> LABEL
> ANTIALIAS TRUE
> FORCE TRUE
> POSITION CC
> BACKGROUNDCOLOR 75 75 75
> COLOR 255 255 255
> BUFFER 1
> END
> END
> PROJECTION
> "init=epsg:4326" #NAD83 UTM zone 10N
> END
> END
>
> --
> Aaron D. Hunt
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
--
View this message in context: http://www.nabble.com/Postgis-Error-tp17488191p17491542.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
More information about the MapServer-users
mailing list