Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache file and url parameters #1140

Open
SIGISLV opened this issue May 4, 2023 · 0 comments
Open

Cache file and url parameters #1140

SIGISLV opened this issue May 4, 2023 · 0 comments

Comments

@SIGISLV
Copy link

SIGISLV commented May 4, 2023

Hi everyone,

I try to figured it out the match beetwen the filesystem in gwc folder and the parameters in a url.

With the given url :

https://my.geoserver.com/wmts?layer=MyLayer&style=&tilematrixset=EPSG4326&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix=EPSG%3A4326%3A10&TileCol=168&TileRow=611

I suppose the tilematrix and the TileCol and the TileRow is corresponding to a tile on the Filesystem :
SRS : EPSG_4326
Zoom level : 10
TileCol : 168
TileRow : 611

The problem is the TileMatrix is not corresponding to the filesystem. Here how the Filesystem looks like in the gwc folder :

NameOfMyLayer/
           |__ SRS_CODE_ZoomLevel/
                        |__ 01_01/
                               |__ 0111_0111.jpeg
                               |__ 0222_0222.jpeg

With my url there is no tile name 0168_0661.jpeg in the folder of EPSG_4326_10

My question : How do I retrieve the tile requested by the url in the filesystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant