Hi Miguel,
the slipppy map definition is not coming from OGC/WMTS, it's coming from
the likes of OpenStreetMap and uses a z/x/y order. For reference:

https://en.wikipedia.org/wiki/Tiled_web_map
https://wiki.openstreetmap.org/wiki/Slippy_map

The current code does not allow to generate a z/y/x layout, but it would be
possible to get it
with small code modifications in GeoWebCache.

A note about WMTS... in both the KVP and RESTful implementations the URLs
have
named, position independent parameters that a client has to follow and
replace.
For example, this is the URl template for a restful KVP:

https://testServer/geoserver/gwc/service/wmts/rest/myLayer/{style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}?format=image/png

but this one is also valid (it's up to the server to define the URL
template):

https:// testServer
/geoserver/gwc/service/wmts/rest/myLayer/{style}/{TileMatrixSet}/{TileMatrix}/{TileCol}/{TileRow}?format=image/png

The job of the WMTS client is to take the URL template and replace
parameters by name, without bothering about their position in the URL.



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, May 20, 2024 at 12:32 PM Miguel Ángel Parrilla Godínez via
Geoserver-users <geoserver-users@lists.sourceforge.net> wrote:

> Hello
>
>
>
> We are generating caches with geoserver 2.23.1, using a Slippy blobstore.
> In the result obtained, we can see that the order of columns and rows is
> not the same as that shown in the OGC WMTS (
> https://www.ogc.org/standard/wmts/) standard.
>
> That is, in the standard it is observed that the configuration of the
> capablities file is as follows:
>
> {TileMatrix}/{TileRow}/{TileCol}.png
>
> While now the result requires you to make the following configuration:
>
> {TileMatrix}/{TileCol}/{TileRow}.png
>
>
>
> What's the reason for that?
>
> Is it possible to configure the final order of rows and columns in
> geoserver?
>
> Thanks a lot.
>
>
>
> Miguel Ángel.
>
> ------------------------------
>
> AVISO LEGAL: Este correo y en su caso su(s) archivo(s) adjunto(s),
> proceden de TRACASA INSTRUMENTAL, S.L. y se dirige exclusivamente a su
> destinatario, puede contener información privada o confidencial amparada
> por el secreto de empresa, y a la que sólo tiene el derecho de acceder el
> destinatario. Si no es Vd. el destinatario indicado, o la persona
> responsable de su entrega al mismo, deberá abstenerse de examinar su
> contenido y queda notificado de que la utilización, divulgación y/o copia
> sin autorización está prohibida en virtud de la legislación vigente. Si ha
> recibido este mensaje por error, le rogamos que nos lo comunique
> inmediatamente mediante correo electrónico a esta misma dirección, y
> proceda a su destrucción segura. TRACASA INSTRUMENTAL, S.L. es el
> responsable de tratamiento de los datos de carácter personal facilitados
> que se utilizarán con la finalidad de mantener comunicaciones con usted.
> Tiene la posibilidad de ejercitar los derechos de acceso, rectificación,
> limitación del tratamiento, supresión y portabilidad, mediante solicitud
> dirigida por escrito, acreditando su identidad a la dirección electrónica
> d...@itracasa.es. Puede consultar información adicional y detallada sobre
> nuestra política de protección de datos de nuestra web www.itracasa.es.
> _______________________________________________
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to