labelling please help
Sandeep Kumar Jakkaraju
sandeepkumar.jakkaraju at GMAIL.COM
Sat Oct 14 05:14:17 PDT 2006
Thank you everyone...
I figured out the problem ... it had to do with the min and max scale ...
Thanks again.
Sandeep
On 10/14/06, Wim Blanken <w.blanken at geon.nl> wrote:
>
> Hello Sandeep,
>
>
>
> I Think you have to use the uppercase variant of id so ID in your
> labelitem section.
>
>
>
> Regards,
>
>
>
> Wim Blanken
>
>
> ------------------------------
>
> *From:* UMN MapServer Users List [mailto:MAPSERVER-USERS at LISTS.UMN.EDU] *On
> Behalf Of *Sandeep Kumar Jakkaraju
> *Sent:* zaterdag 14 oktober 2006 8:31
> *To:* MAPSERVER-USERS at LISTS.UMN.EDU
> *Subject:* Re: [UMN_MAPSERVER-USERS] labelling please help
>
>
>
> Hi Travis
>
>
>
> I tried ur declarations ... it is also not working ....
>
> I am unable to label ... !!! please help
>
>
>
>
>
> my Mapfile now is
>
>
>
> NAME delhimap
> STATUS ON
>
> SIZE 2156 1674
>
> WEB
> HEADER Delhi
> TEMPLATE Delhi
> FOOTER Delhi
> MINSCALE 100
> MAXSCALE 10000
> IMAGEPATH 'C:/ms4w/apps/test/htdocs/'
> IMAGEURL 'C:/ms4w/apps/test/htdocs/'
> END
>
> EXTENT 77.19591 28.6000042 77.25517 28.640461
>
> UNITS meters
> IMAGECOLOR 226 226 233
>
> IMAGETYPE jpeg
> 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"
> # TEMPLATE
> OUTLINECOLOR 255 255 249
> STYLE
> COLOR 0 0 0
> SYMBOL 'lg'
> SIZE 8
> END
> STYLE
> COLOR 253 255 166
> SYMBOL 'lg'
> SIZE 6
> END
> LABEL
> COLOR 0 0 0
> ANGLE AUTO
> TYPE TRUETYPE
> FONT arial
> SIZE 12
> END
> END
> END
>
> SYMBOL
> NAME 'lg'
> TYPE ELLIPSE
> POINTS
> 1 1
> END
> STYLE
> 10 0 10 0
> END
> END
> END
>
> Thanks.
>
>
>
>
>
>
>
> On 10/13/06, *Travis Kirstine* <tkirstine at jdbarnes.com> wrote:
>
> 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
>
>
>
>
> --
> Sandeep Kumar Jakkaraju
> WeBlog:
> http://jakkarajus.blogspot.com
>
--
Sandeep Kumar Jakkaraju
WeBlog:
http://jakkarajus.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20061014/abbf2910/attachment.htm>
More information about the MapServer-users
mailing list