Hi below is the SLD and attached screenshot of label showing out of polygon.


<StyledLayerDescriptor version="1.0.0" 
 xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" 
 xmlns="http://www.opengis.net/sld"; 
 xmlns:ogc="http://www.opengis.net/ogc"; 
 xmlns:xlink="http://www.w3.org/1999/xlink"; 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <!-- a Named Layer is the basic building block of an SLD document -->
  <NamedLayer>
    <Name>Exchange_Area</Name>
    <UserStyle>
    <!-- Styles can have names, titles and abstracts -->
      <Title>Default Polygon</Title>
      <Abstract>A sample style that draws a polygon</Abstract>
      <!-- FeatureTypeStyles describe how to render different features -->
      <!-- A FeatureTypeStyle for rendering polygons -->
      <FeatureTypeStyle>
        <Rule><TextSymbolizer>
     <Geometry>
          <ogc:Function name="centroid">
            <ogc:PropertyName>SHAPE</ogc:PropertyName>
          </ogc:Function>
        </Geometry>
         <Label>
           <ogc:PropertyName>LABEL</ogc:PropertyName>
         </Label>
     <LabelPlacement>
           <PointPlacement>
             <AnchorPoint>
               <AnchorPointX>0.5</AnchorPointX>
               <AnchorPointY>0.5</AnchorPointY>
             </AnchorPoint>
           </PointPlacement>
         </LabelPlacement>
         <Halo>
           <Radius>3</Radius>
           <Fill>
             <CssParameter name="fill">#FFFFFF</CssParameter>
           </Fill>
         </Halo>     
         <Fill>
           <CssParameter name="fill">#000000</CssParameter>
         </Fill>
     <VendorOption name="goodnessOfFit">1</VendorOption>
       </TextSymbolizer>
     </Rule>
      </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>

 
Thanks 
Aastha

-----Original Message-----
From: "Andrea Aime" <[email protected]>
Sent: ‎10-‎09-‎2015 17:30
To: "Aastha Aggarwal" <[email protected]>
Cc: "[email protected]" 
<[email protected]>
Subject: Re: [Geoserver-users] Label fit to polygon

On Thu, Sep 10, 2015 at 1:04 PM, Aastha Aggarwal <[email protected]> wrote:

Hi there,

I want a help as I am new to geoserver.

I have to show labels of polygon only if label fit inside the polygon geometry.
How can we do this?
I tried goodnessofFit vendorOption but this was not worked out.



goodnessOfFit=1 should work, can you show us the SLD, and show how it has not
worked out?


Cheers
Andrea




-- 

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==



Ing. Andrea Aime 

@geowolf
Technical Lead


GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549


http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i 
file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo 
è consentito esclusivamente al destinatario del messaggio, per le finalità 
indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne 
il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di 
procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro 
sistema. Conservare il messaggio stesso, divulgarlo anche in parte, 
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, 
costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
 
The information in this message and/or attachments, is intended solely for the 
attention and use of the named addressee(s) and may be confidential or 
proprietary in nature or covered by the provisions of privacy act (Legislative 
Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in 
accord with its purpose, any disclosure, reproduction, copying, distribution, 
or either dissemination, either whole or partial, is strictly forbidden except 
previous formal approval of the named addressee(s). If you are not the intended 
recipient, please contact immediately the sender by telephone, fax or e-mail 
and delete the information in this message that has been received in error. The 
sender does not give any warranty or accept liability as the content, accuracy 
or completeness of sent messages and accepts no responsibility  for changes 
made after they were sent or for other risks which arise as a result of e-mail 
transmission, viruses, etc.


-------------------------------------------------------
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to