See also this guide on how to get the issue fixed:
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer

As Jody said, if you intend to offer a fix on your own (or with the help of
Java savvy colleagues at work) you're
already doing the right thing (well almost, you should have discussed it on
geotools-devel, but it's ok).

Regards,

Andrea Aime


==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax:     +39 0584 1660272

mob:   +39  339 8844549

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail


On Mon, Sep 16, 2024 at 6:54 PM Jérôme LELONG via Geoserver-devel <
geoserver-devel@lists.sourceforge.net> wrote:

> Hello,
>
> We have a bug in our solution whose origin comes from the calculation of
> the boundingbox in the PointStacker process.
> Our solution displays equipment using an SLD that uses PointStacker. When
> the user clicks on the icon representing a 'stack', we display information
> on all the elements of the stack. To do this, we retrieve the bounding box
> of the elements of the stack (envBBOX attribute), then we perform a WFS
> query on this bounding box. Unfortunately the bounding box does not always
> cover all the elements of the stack.
>
> A code analysis led us to PointStackerProcess Ligne 518
> <https://github.com/geotools/geotools/blob/49011446e3367d67ae4424381eda70302a8b28c7/modules/unsupported/process-feature/src/main/java/org/geotools/process/vector/PointStackerProcess.java#L518>
> When the first point is added, the envelope is created, but it is not
> taken into account in the envelope.
>
> The Jira seems closed to the public, so I am writing this message here,
> excuse me if this is not the right process to follow.
>
> BR,
> Jérôme
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to