mpetroff/print-maps

Increase maximum image dimension

Closed this issue · 2 comments

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 ?

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.

oh, alright