Increase maximum image dimension
Closed this issue · 2 comments
Xsmael commented
Hi again! ^^
I get the following error when i try to generate a large image
The maximum image dimension is 16384px
Is there a way to go beyond that ?
mpetroff commented
This is a WebGL restriction, so it's not possible to exceed it without rendering the map as multiple tiles and then combining the tiles.
Xsmael commented
oh, alright