On 05/18/2011 09:28 AM, Langen Mallya wrote:

Hi everybody,

I have a question about MapServer and PostGIS.

Im working on a project which involves OpenSource. I have managed to plot nearly all layers except three. after 1 month of trying there is no hope for these 3 layers to display, but the layers are loaded well in QGIS.

I have tried to delete the layers and load it again in the server, still the same problem.

see the mapserver layer code below and for regions(fails to display) & Intl. boundaries (Display well)



#=============================================================

  LAYER
    NAME 'Region'
    TYPE POLYGON
    DUMP true
    TEMPLATE fooOnlyForWMSGetFeatureInfo
  EXTENT 24.162085 -12.027731 45.340160 -0.726251
    CONNECTIONTYPE postgis
CONNECTION "dbname='ttaf' host=127.0.0.1 port=5432 user='XXXXXXX' password='XXXXXXX' sslmode=disable"
    DATA "the_geom FROM Regions"

Maybe the Uppercase 'R'  in Regions??



_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to