On Mon, Jan 31, 2022 at 9:22 AM Roar Brænden <roar.brenden...@gmail.com>
wrote:

> Hi Jody,
>
> Thanks for the reply.
>
> I've had a certain interest in WMTS lately, and also in gt-tile-client. I
> see some clear benefits in clarifying the similarities between those two
> projects. So that we at a later stage can introduce new functionality.
> Those goes more in the direction of geowebcache.
> I have looked at geopackage as well, but that is more for vector storage.
>
> At the moment I'm struggling with the projections part, and then
> particularly forceXY. The problem is that if that system environment is
> set, it influences the handling of CRS even if we don't want to. When the
> external capabilities have boundingBoxes with latitude/longitude it goes
> wrong. What would the best practice be?
> - Warn the user that he is using forceXY, and that it will cause some
> trouble.
> - Programmatically make sure that forceXY isn't used when dealing with
> external boundingBoxes.
>

Neither. GeoServer has had forceXY enabled for as long as I can remember (at
least since 2007
<https://github.com/geoserver/geoserver-history/blob/9089b856fa47ba3110368f945b0835bf69753da2/geoserver/main/src/main/java/org/vfny/geoserver/global/Config.java#L44>),
I don't see it being changed any time soon, mostly because of practical
reasons, it would take a significant effort to un-set it and keep
everything working (but, if anyone is reason that wants to work on it, that
would be welcomed!). There are also a few Geotools modules that are not
working properly unless the flag is set, JDBC sources come to mind, where
typically the SRID is just a number and needs to be interpreted in
east/north order.

If you want to make sure a "EPSG:XYZW" code is decoded with the native EPSG
axis order, a quick trick is to switch to the URN notation instead.

Cheers
Andrea

==
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  333 8128928

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
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to