Minetest mapper problems
i am trying to generate my entire map as a .png file so i am using the C++ version of Minetest mapper to do so.
but even though i have specified that it render a 20000 x 20000 block area it only seems to goto around 2000 x 2000 blocks and i cant see places on the map i have been to that are only around 2100 blocks out
here is the command i am using:
./minetestmapper --geometry -10000:-10000+20000+20000 -i ../../../worlds/World1 -o World1.png --drawplayers
dose anyone know why its only generating a small area?
here is the PNG it generates:

but even though i have specified that it render a 20000 x 20000 block area it only seems to goto around 2000 x 2000 blocks and i cant see places on the map i have been to that are only around 2100 blocks out
here is the command i am using:
./minetestmapper --geometry -10000:-10000+20000+20000 -i ../../../worlds/World1 -o World1.png --drawplayers
dose anyone know why its only generating a small area?
here is the PNG it generates:


