It's a little bit weird, I've test the version MS4W1.5.3 again, It also does not work. The same as MS4W2.0, with the command shp2img there is no problem to generate the map image. my MapFile contains both connectiontypes, this is the mapfile snippets:
 
LAYER
    NAME "SEARCHZIP POLYGON"
    TYPE POLYGON
    STATUS DEFAULT
    CONNECTIONTYPE ORACLESPATIAL
    CONNECTION "Ar/[EMAIL PROTECTED]"
    DATA "GEOLOC FROM SEARCHZIP USING NONE"
   
    CLASS
      NAME "ZIPAREA"
      COLOR 153 153 153
    END
  END
 
  LAYER
    NAME "SEARCHCITY POLYGON"
    TYPE POLYGON
    STATUS DEFAULT
    CONNECTIONTYPE OGR
    CONNECTION "OCI:Ar/[EMAIL PROTECTED]"
    DATA "SEARCHCITY"
   
    CLASS
      NAME "CITIES"
      COLOR 207 189 0
    END
  END
 
thanks for any hints to solve this problem.
 
zhonghai

Reply via email to