Hallo, I found out that the right syntax in Geoserver 2.8 is:

# for TextSymbolizer:
label-geometry: [centroid(the_geom)];

# for PolygonSymbolizer
fill-geometry: [centroid(the_geom)];

# for LineSymbolizer
stroke-geometry: [centroid(the_geom)];

# for PointSymbolizer
mark-geometry: [centroid(the_geom)];


Simple geometry so:
geometry: [centroid(the_geom)];

seems to be ignored.

However in Geoserver 2.7, both variants return a exception:

java.util.ServiceConfigurationError: org.opengis.filter.expression.Function: Provider org.geotools.styling.visitor.RescaleToPixelsFunction could not be instantiated

Maybe I simply mess up my classpath?

Thanks, Tommaso



On Fri, 22 Apr 2016 10:09:57 +0200, Andrea Aime <[email protected]> wrote:

On Thu, Apr 21, 2016 at 11:28 PM, tommaso <[email protected]> wrote:
Hello list, I need the function 'centroid' in CSS in Geoserver 2.7.
In SLD I would use this syntax:

<TextSymbolizer>
  <Geometry>
    <ogc:Function name="centroid">
      <ogc:PropertyName>the_geom</ogc:PropertyName>
    </ogc:Function>
  </Geometry>
......


In CSS I tried:

geometry: [centroid];

Hi Tommaso, I have not tried it out, but believe it should be this instead:

geometry: [centroid(the_geom)];

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 di Montramito 3/A
55054  Massarosa (LU)
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.

-------------------------------------------------------
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to