nimetu / ryzom_maps
Bmsite Ryzom Maps 源代码
v1.10.0
2024-07-22 08:41 UTC
Requires
- php: >=5.3
Requires (Dev)
- meenie/javascript-packer: dev-master
- nimetu/ryzom_sheets: 1.x
- symfony/console: 2.4.*
README
- 静态地图生成器
- 使用 Leaflet 的 JavaScript 地图
要生成瓦片图像,您需要使用 RyzomMapTiles 仓库。
要生成 json 文件,请运行(--ryzom 参数指向查找 *.bnp 文件的目录)
php bin/bmmaps.php bmmaps:json --ryzom=$HOME/.local/share/Ryzom/ryzom_live/data
要生成 map-leaflet.js,请运行
php bin/build-map.php
许可证
Copyright (c) 2014 Meelis Mägi <nimetu@gmail.com>
RyzomMaps is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.