[Mapserver-users] Mapserver Bug

Zamil Murji Zamil.Murji at divestco.com
Mon Jul 14 14:31:30 PDT 2003


Hi Steve and the rest of the list,

I found a bug with regards to mapserver and tiled polygon layers. It seems that mapserver only displays the first tiled polygon layer in the .map file and doesn't show the tiled polygon layers below it. All other layers show up just fine below the first tiled polygon layer. 

I've attached two images. One with the tile county layer showing (above the township grid) and another with the township gird showing (above the county layer). 
Here are the two layer defs, please tell me if i'm missing something obvious:
LAYER
  NAME "counties"
  TILEINDEX us_data/culture/countytileindex
  STATUS off
  TYPE POLYGON
  CLASS
   OUTLINECOLOR 0 0 0
  end
end    

LAYER
  NAME "twp"
  TILEINDEX us_data/townships/twptileindex
  STATUS off
  TYPE POLYGON
#  MAXSCALE 25
  CLASS
   OUTLINECOLOR 183 178 178
#OUTLINECOLOR 255 0 0 
  END
END

Zamil




More information about the MapServer-users mailing list