mpetroff / print-maps

High-resolution maps in the browser, for printing
https://printmaps.mpetroff.net/
MIT License
286 stars 51 forks source link

Increase maximum image dimension #26

Closed Xsmael closed 4 years ago

Xsmael commented 4 years ago

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 4 years ago

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 4 years ago

oh, alright