/usr/share/doc/mapserver-doc/symbols/examples.sym is in mapserver-doc 6.4.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | SYMBOLSET
SYMBOL # standard circular brush
NAME 'circle'
TYPE ELLIPSE
POINTS 1 1 END
FILLED TRUE
END
SYMBOL # long dash pattern
NAME 'dash-long'
TYPE ELLIPSE
POINTS 1 1 END
FILLED TRUE
STYLE 16 16 END
END
SYMBOL # short dash pattern
NAME 'dash-short'
TYPE ELLIPSE
POINTS 1 1 END
FILLED TRUE
STYLE 8 8 END
END
SYMBOL # tracks
NAME 'tracks'
TYPE ELLIPSE
POINTS 1 1 END
FILLED TRUE
STYLE 1 16 END
END
END
|