Closed EgorSaffrezzi closed 10 months ago
From the code it looks like if you set maxScaleFactor that it should go beyond 3x. I see you are setting it so not sure why that wouldn't work.
You can see here that it makes a render pool for each scale factor https://github.com/maptiler/tileserver-gl/blob/master/src/serve_rendered.js#L1230-L1242
And it is supposed to accept up to 9 scale factor (and default to 3) https://github.com/maptiler/tileserver-gl/blob/master/src/serve_rendered.js#L525
Looking at the example config vs your config, I think maybe you put 'maxScaleFactor' in the wrong place.
If you look at the example at https://maptiler-tileserver.readthedocs.io/en/latest/config.html#configuration-file , 'maxScaleFactor' is under options, but it looks to me like you have it outside options in your screenshot above.
@acalcutt You are best. Thanks man !
maxScaleFactor does not work and does not generate tiles for suffix greater than @3x. But its correct work for @2x and @3x. Is there anything I might be missing or am I doing wrong?
DOCS:
My config file: