项目作者: amelaye

项目描述 :
Interactive mapping for my Minetest Game, including leaflet.js and other tools.
高级语言: JavaScript
项目地址: git://github.com/amelaye/aiwMapping.git
创建时间: 2021-01-13T13:34:03Z
项目社区:https://github.com/amelaye/aiwMapping

开源协议:

下载


Amelaye In Minerland Leaflet.js mapping

Hi ! This is my customizable mapping for Minetest.

alt text

How to create your map
  1. Generate your map in .png format with minetestmapper
  2. Download gdal2tiles-leaflet inside the project, go into it
  3. Execute this :
    ./gdal2tiles.py -l -p raster -z 0-10 -w none ../tiles
    and wait …

  4. Change your map size in js/index.js

  5. Change the coords in the js/geojson files
  6. Install (eventually) and execute yarn