GIF labeling
Steve Lime
steve.lime at DNR.STATE.MN.US
Thu Sep 22 09:41:10 PDT 2005
Sure they can. Use an annotation layer. Here's a snippet from our rec compass
mapfile, specifically the county highway shields:
LAYER
NAME road_counln3_anno
MAXSCALE 200000
STATUS DEFAULT
DATA 'data/gen/state/mn/road_counln3'
TYPE ANNOTATION
LABELITEM 'road_num'
CLASS
COLOR 0 0 0 # dummy color
SYMBOL '/usr/local/mapserver/symbols/ctyhwy.png'
LABEL
MINFEATURESIZE 50
MINDISTANCE 150
SIZE TINY
COLOR 0 0 0
PARTIALS FALSE
END
END
END
You cannot draw the line, the shield and the number at the same time though.
Steve
>>> Kumar <kumar at NEWFIELDS.COM> 09/22/05 9:49 AM >>>
That would just give me the symbol with the shield without line symbol. I
need the symbol as a line and the label with shield.
I was wondering if labels can be overlapped using GIF image and label.
- kumar
-----Original Message-----
From: work at xwb.com [mailto:work at xwb.com]
Sent: Thursday, September 22, 2005 9:20 AM
To: 'Kumar'
Subject: RE: [UMN_MAPSERVER-USERS] GIF labeling
In your map file, first define a symbol with the path to your image like
this:
SYMBOL
NAME "School"
TYPE pixmap
IMAGE "school.gif"
FILLED false
END
Then reference that symbol in your layer:
LAYER
NAME Schools
TYPE Point
STATUS Off
DATA 'ShapeFiles/Washington/schools/schools'
LABELITEM 'Name'
CLASS
STYLE
OUTLINECOLOR 0 0 0
COLOR 255 0 0
SYMBOL "School"
END
END
END
Chip Taylor
Prepared Response, Inc.
> -----Original Message-----
> From: UMN MapServer Users List [mailto:MAPSERVER-USERS at LISTS.UMN.EDU] On
> Behalf Of Kumar
> Sent: Wednesday, September 21, 2005 9:17 PM
> To: MAPSERVER-USERS at LISTS.UMN.EDU
> Subject: [UMN_MAPSERVER-USERS] GIF labeling
>
> Hi all,
>
> Is it possible to label using gif's?. For example I want to label the
> interstate with the interstate shield symbol with the number inbetween. Is
> there any way to do this??.
>
>
>
> Thanks,
>
> - kumar
>
>
More information about the MapServer-users
mailing list