Just upgraded to MapServer 5.2.0 yesterday. One problem that cropped up
is that I now no longer get any type of cross hatching of layers. I had
the following setup in MS5.0:

symbols.sym:

        SYMBOL
                NAME "double-hatch" 
                TYPE vector 
                POINTS
                        0 0 
                        1 0 
                        1 1 
                END 
        END


default.map:

  LAYER
    GROUP "Coverage"
    NAME "Sprint EVDO Coverage"
    TYPE POLYGON
    STATUS OFF
    DATA "contours/Sprint_EVDO_region"
    METADATA
      "static_legend" "1"
    END
    # --------------------------------------------------
    # Class: Sprint EVDO Coverage
    # --------------------------------------------------
    CLASS
      NAME "Sprint EVDO Coverage"
      STYLE
        SYMBOL "double-hatch"
        COLOR 240 204 0
          ANGLE 45
      END
    END
  END


What has changed in layer CLASS->STYLE that has broken my layer style?

- Tim

----
Timothy J Nolte - [EMAIL PROTECTED]
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484
Web: www.ipcswirelessinc.com
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to