[mapserver-users] Railroad and dual carriage way styles

Stephen Woodbridge woodbri at swoodbridge.com
Mon Mar 18 22:27:47 EST 2002


SYMBOLSET [filename] should go in your map file and [filename] should be
a separate file the has your symbols in it

OR

Just put the symbol definitions in the map file without the SYMBOLSET
keyword.

-Steve W.

TCHaddad wrote:
> 
> Mapservers,
> 
> In the archive I found the following exmaple for "Railroad and dual carriage way styles":
> 
> http://mapserver.gis.umn.edu/cgi-bin/wilma_hiliter/mapserver-users/0112/msg00142.html
> 
> However, when I add the symbol 'circle' to my symbolset, and refer to it in my map file, it bombs out. Conversely, when I comment out the map file ref. to 'circle' and the symbol in the symbolset, everything works again...
> 
> I've attached my symbolset and the layer def. below.-- What am I doing wrong? (Apologies if it is something obvious...)
> 
> TH
> 
> MSS 3.5, WIN2k, IIS
> 
> ----------------------------------------------------------
> 
> LAYER
>   NAME Main_Roads
>   GROUP roads
>   TYPE LINE
>   DATA "d:\gis\roads"
>   STATUS OFF
>   CLASS
>     SYMBOL 'circle'
>     COLOR 0 0 0
>     SIZE 5
>     OVERLAYSYMBOL 'circle'
>     OVERLAYCOLOR 255 0 0
>     OVERLAYSIZE 3
>   END
> END
> 
> ----------------------------------------------------------
> 
> SYMBOLSET
> 
>   Symbol
>     NAME 'interstate_shield'
>     TYPE PIXMAP
>     IMAGE 'symbols/interstate.gif'
>     TRANSPARENT 7
>   END
> 
>   Symbol
>     NAME 'us_highway_shield'
>     TYPE PIXMAP
>     IMAGE 'symbols/ushwy.gif'
>     TRANSPARENT 1
>   END
> 
>   Symbol
>     NAME 'state_highway_shield'
>     TYPE PIXMAP
>     IMAGE 'symbols/sthwy.gif'
>   END
> 
>   Symbol
>     NAME 'county_highway_shield'
>     TYPE PIXMAP
>     IMAGE 'symbols/ctyhwy.gif'
>     TRANSPARENT 0
>   END
> 
>   Symbol
>     NAME 'circle'
>     TYPE ELLIPSE
>     FILLED true
>       POINTS
>         1 1
>       END
>   END
> 
> END # MapServer Symbol Set
> 
> ----------------------------------------------------------



More information about the mapserver-users mailing list