Online map generator for Minetest (easy wrapper for minetestmapper)
Go to file
Pascal Engélibert 2082f7e211
Map server
2022-02-21 15:58:37 +01:00
mapserver Map server 2022-02-21 15:58:37 +01:00
.gitignore Map server 2022-02-21 15:58:37 +01:00
LICENSE Initial commit 2021-12-15 19:16:01 +01:00
README.md Map server 2022-02-21 15:58:37 +01:00
index.html Add coord to map, fix pixel shift in zoom 2022-02-19 11:40:37 +01:00
mtmapper.py Add coord to map, fix pixel shift in zoom 2022-02-19 11:40:37 +01:00

README.md

Minetest Tiler

An easy wrapper for Minetest Mapper generating tiles for web.

The output can be used with Leaflet.

Demo map here (Juneland Survival)

Use

Dependencies:

Edit the settings in mtmapper.py according to your configuration.

python3 mtmapper.py

Depending on the world and the settings (number of zoom levels, number of blocks), it may take a while.

Edit index.html (change the tiles URL, title, attribution and points of interest).

You can keep my server as a CDN for Leaflet, but it's preferable to host your own copy of Leaflet.

Share

If you make substancial modifications or fixes to the backend (Python) code, please share (Affero clause). An accessible hyperlink to the file on the map webpage is sufficient, but a PR is welcome.

License

CopyLeft 2020-2022 Pascal Engélibert

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.