Deprecated since version 6.0.
This keyword has been deprecated in version 6.0. It has been replaced by the same keyword in the STYLE.
Given in pixels. This defines a distance between symbols for TrueType lines. As of MapServer 5.0 this also applies to PixMap symbols.
When drawing the symbol along a line segment, a negative GAP will will add 180 degress to the angle. The TrueType and PixMap symbols are always oriented along the line. A GAP of 0 (the default value) will cause MapServer to use the symbol as a brush to draw the line.
Deprecated since version 6.0.
This keyword has been deprecated in version 6.0. It has been replaced by the same keyword in the STYLE.
Sets the line cap type for the cartoline symbol. Default is butt. Works with the CARTOLINE symbol only!
Deprecated since version 6.0.
This keyword has been deprecated in version 6.0. It has been replaced by the same keyword in the STYLE.
Sets the line join type for the cartoline symbol. Default is “none” - lines will not be joined . Works with the CARTOLINE symbol only!
Deprecated since version 6.0.
This keyword has been deprecated in version 6.0. It has been replaced by the same keyword in the STYLE.
Sets the max length of the miter line join type. The value represents a coefficient which multiplies a current symbol size. Default is 3. Works with the CARTOLINE symbol only!
Deprecated since version 6.0.
This keyword has been deprecated in version 6.0. It has been replaced by the same keyword in the STYLE.
Defines a dash style or pattern. Implemented in MapServer 5.0, to replace the deprecated STYLE parameter.
Note
If a class using this symbol doesn’t contain an explicit size, then the default symbol size will be based on the range of “y” values in the point coordinates. e.g. if the y coordinates of the points in the symbol range from 0 to 5, then the default size for this symbol will be assumed to be 5.
Since MapServer 5.0 the proper parameter to use is PATTERN instead. The deprecated STYLE parameter defines a dash style or pattern.
Deprecated since version 5.0.