Hi all,
I am facing really odd problem. I have some line and polygon layers in my
mapfile and everything goes fine with them. But there is also one POINT
layer and it shows up only in its full extent. If I zoom in or pan the layer
disappears whereas the other layers are still visible as expected. There is
no max/minscale defined. I am using C# mapscript. The definition of the
layer in the mapfile is as follows:

  LAYER
    NAME                Vrty
    STATUS      ON
    TYPE                POINT
    DATA                "vrty"
    TOLERANCE   1
    
    CLASS
      NAME                      'vrty'
      STYLE
        SYMBOL          'circle'
        SIZE            20
        COLOR           255 0 0
      END
    END

    PROJECTION
      "init=epsg:2065"
    END
  END

Any help would be greatly appreciated,
Fanda
-- 
View this message in context: 
http://www.nabble.com/mapscript-point-layer-zooming-tf4632685.html#a13229010
Sent from the Mapserver - User mailing list archive at Nabble.com.

Reply via email to