You are on page 1of 5

////mapserver symbolset

SYMBOLSET
SYMBOL
NAME "ski"
TYPE PIXMAP
IMAGE "info.png"
END # SYMBOL
SYMBOL
NAME "blood"
TYPE PIXMAP
IMAGE "bloo.png"
END # SYMBOL
SYMBOL
NAME "hospital"
TYPE PIXMAP
IMAGE "hos1.png"
END # SYMBOL
SYMBOL
NAME "eye"
TYPE PIXMAP
IMAGE "e1.png"
END # SYMBOL
SYMBOL
NAME "bus"
TYPE PIXMAP
IMAGE "bus1.png"
END # SYMBOL
SYMBOL
NAME "circle"
TYPE ellipse
FILLED true
POINTS
1 1
END
END
# 'default-circle' for thick lines
Symbol
Name 'default-circle'
Type ELLIPSE
Filled TRUE
Points
1 1
END
END
# 'default-marker' (plus sign) for cases where symbol name is not defined here
Symbol
Name 'default-marker'
Type VECTOR
Points
.5 0
.5 1
-99 -99
0 .5
1 .5
END
END
##
## The rest are MapInfo "old style" symbol names as returned by OGR
##
# 32 - filled square
Symbol
Name 'mapinfo-sym-32'
Type VECTOR
Filled TRUE
Points
0 1
0 0
1 0
1 1
0 1
END
END
# 33 - filled diamond
Symbol
Name 'mapinfo-sym-33'
Type VECTOR
Filled TRUE
Points
0 .5
.5 0
1 .5
.5 1
0 .5
END
END
# 34 - filled circle
Symbol
Name 'mapinfo-sym-34'
Type ELLIPSE
Filled TRUE
Points
1 1
END
END
# 35 - filled star
Symbol
Name 'mapinfo-sym-35'
Type VECTOR
Filled TRUE
Points
0 .375
.35 .375
.5 0
.65 .375
1 .375
.75 .625
.875 1
.5 .75
.125 1
.25 .625
END
END
# 36 - filled triangle
Symbol
Name 'mapinfo-sym-36'
Type VECTOR
Filled TRUE
Points
0 1
.5 0
1 1
0 1
END
END
# 38 - square
Symbol
Name 'mapinfo-sym-38'
Type VECTOR
Points
0 1
0 0
1 0
1 1
0 1
END
END
# 39 - diamond
Symbol
Name 'mapinfo-sym-39'
Type VECTOR
Points
0 .5
.5 0
1 .5
.5 1
0 .5
END
END
# 40 - circle
Symbol
Name 'mapinfo-sym-40'
Type ELLIPSE
Points
1 1
END
END
# 41 - star
Symbol
Name 'mapinfo-sym-41'
Type VECTOR
Points
0 .375
.35 .375
.5 0
.65 .375
1 .375
.75 .625
.875 1
.5 .75
.125 1
.25 .625
END
END
# 42 - triangle
Symbol
Name 'mapinfo-sym-42'
Type VECTOR
Points
0 1
.5 0
1 1
0 1
END
END
# 49 - plus
Symbol
Name 'mapinfo-sym-49'
Type VECTOR
Points
.5 0
.5 1
-99 -99
0 .5
1 .5
END
END
# 50 - cross
Symbol
Name 'mapinfo-sym-50'
Type VECTOR
Points
0 0
1 1
-99 -99
0 1
1 0
END
END
# 67 - tent
Symbol
Name 'mapinfo-sym-57'
Type VECTOR
Filled TRUE
Points
0 1
.5 0
1 1
.75 1
.5 .5
.25 1
0 1
END
END

You might also like