Go to file
George Angelopoulos 7d923347d1 README: document minetestmapper command/options 2014-12-06 02:28:33 +02:00
LICENSE Initial commit 2014-09-19 16:45:30 +03:00
README.md README: document minetestmapper command/options 2014-12-06 02:28:33 +02:00
make_tiles.sh change map/tile size to 9600/200 2014-12-06 02:23:15 +02:00
rename_tiles.py simpler file name 2014-09-20 20:15:20 +03:00

README.md

ayntest-maps

A collection of scripts for processing our minetest map for leafletjs.
The purpose of these scripts is to take a very large, square map image, crop and scale it, so that it can be displayed by leaflet js.
At the moment, it makes a lot of hard-coded assumptions about the input map image and the leafletjs configuration. Until it gets tidied up, use with caution, or only as a reference.

The exact command used for minetestmapper to produce the fullsize 9600x9600 map is the following:

./minetestmapper --backend leveldb --min-y -100 --max-y 100 --geometry -4800:-4800+9664+9600 --input ~/worlds/libertyland --output ~/map.png --drawalpha 2> unknown-nodes.log