Hi,
 Thanks for the fast reply.

 Still the problem is existing, I added debug in the map file, there is no error message, only the empty image is displaying.

Map file

MAP
                DEBUG ON
                STATUS ON
                SIZE 800 600
                UNITS dd
                IMAGECOLOR 255 255 255
               
                PROJECTION
                        "proj=latlong"
                        "ellps=WGS84"
                END
               
                EXTENT -180 -45 180 45
               
                LAYER
                        DEBUG ON
                        PROJECTION
                                "proj=latlong"
                                "ellps=WGS84"
                        END
                       
                        NAME "CountryMap"
                        TYPE POLYGON
                       
                        CONNECTIONTYPE oraclespatial
                        CONNECTION "world/[EMAIL PROTECTED]"
                        DATA "shape FROM country USING SRID 8307"
                       
                        CLASS
                                NAME "Country_Class"
                                STYLE
                                        COLOR 250 250 0
                                        OUTLINECOLOR 32 32 32
                                END
                        END
                END
        END


Thanks & Regards,
Prema Selvam.
GISbiz

View this message in context: Re: Problem in Oracle Spatial Connection - Empty Image
Sent from the Mapserver - User forum at Nabble.com.

Reply via email to