labelling please help
Travis Kirstine
tkirstine at JDBARNES.COM
Fri Oct 13 05:33:45 PDT 2006
Sandeep, you have many conflicting declarations in your mapfile i.e.
LABELMAXSCALE 10014
LABELMINSCALE 10014
I would simplify it a bit then add additional declarations once you have it
working to something like:
LAYER
NAME "roads_polyline"
TYPE LINE
STATUS ON
DATA "C:/GIS-Data/ESRI Data/roads_polyline"
LABELITEM "id"
LABELMAXSCALE 100000
LABELMINSCALE 100
CLASS
NAME "Roads_polyline"
COLOR 255 255 0
SYMBOL 'lg'
SIZE 10
LABEL
COLOR 0 0 0
ANGLE AUTO
TYPE TRUETYPE
FONT arial
SIZE 12
END
END
END
-----Original Message-----
From: UMN MapServer Users List [mailto:MAPSERVER-USERS at LISTS.UMN.EDU]On
Behalf Of Sandeep Kumar Jakkaraju
Sent: Friday, October 13, 2006 8:15 AM
To: MAPSERVER-USERS at LISTS.UMN.EDU
Subject: Re: [UMN_MAPSERVER-USERS] labelling please help
This the Map file I am using ... i am unable to label it !!
NAME delhimap
STATUS ON
# Map image size. Change size as desired
SIZE 2156 1674
#
# Start of web interface definition. Only the TEMPLATE parameter
# must be specified to display a map. See Mapserver documentation
#
WEB
HEADER Delhi
TEMPLATE Delhi
FOOTER Delhi
MINSCALE 100
MAXSCALE 10000
# Set IMAGEPATH to the path where mapserver should
# write its output
IMAGEPATH 'C:/ms4w/apps/test/htdocs/'
# Set IMAGEURL to the url that points to IMAGEPATH
#IMAGEURL 'C:/ms4w/apps/test/htdocs/'
END
# Extent based on full extent of QGIS view
#EXTENT 77.2018 28.6023 77.2493 28.6382
EXTENT 77.19591 28.6000042 77.25517 28.640461
UNITS meters
#IMAGECOLOR 255 255 255
IMAGECOLOR 0 128 255
IMAGETYPE jpeg
# Projection definition
# Projections are not currenlty supported. If desired, add your own
# projection information based on Mapserver documentation.
#
LAYER
NAME "roads_polyline"
TYPE LINE
STATUS ON
DATA "C:/GIS-Data/ESRI Data/roads_polyline"
LABELANGLEITEM "0"
LABELCACHE ON
LABELITEM "id"
LABELREQUIRES "true"
LABELMAXSCALE 10014
LABELMINSCALE 10014
LABELSIZEITEM "5"
CLASS
NAME "Roads_polyline"
TEXT "Road"
# TEMPLATE
#OUTLINECOLOR 207 150 123
OUTLINECOLOR 255 255 0
STYLE
COLOR 255 255 0
SYMBOL 'lg'
SIZE 10
END
LABEL
COLOR 0 0 0
ANGLE AUTO
MINSIZE 10
END
END
END
SYMBOL
NAME 'lg'
TYPE ELLIPSE
POINTS
1 1
END
STYLE
10 0 10 0
END
END
END # Map File
On 10/13/06, Stephen Woodbridge <woodbri at swoodbridge.com> wrote:
Sandeep Kumar Jakkaraju wrote:
>
>
> I have put the following in my map file
>
> LABELANGLEITEM "0"
> LABELCACHE ON
> LABELITEM "id"
> LABELREQUIRES "true"
> LABELMAXSCALE 10014
> LABELMINSCALE 10014
> LABELSIZEITEM "5"
>
> But still i dont see any labels
>
> please help !!
You probably need to post the whole LAYER definition for us to be able
to help.
--
Sandeep Kumar Jakkaraju
WeBlog:
http://jakkarajus.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20061013/448564cd/attachment.htm>
More information about the MapServer-users
mailing list