User Tools

Site Tools


usage:modules:netmapper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
usage:modules:netmapper [2020-04-12 04:55]
blockhead created
usage:modules:netmapper [2020-04-12 04:56]
blockhead
Line 1: Line 1:
 +====== Netmapper ======
 +
 ''advtrains_netmapper'' is an external program that reads the advtrains node database as well as the train save file. It uses these to produce a map of the railway network in a minetest world. It is written in Lua 5.1, so it is not compatible with 5.2 or above. You will need a command line lua interpreter to run it, available from the lua project, from the LuaJIT project, or through your package manager on linux. ''advtrains_netmapper'' is an external program that reads the advtrains node database as well as the train save file. It uses these to produce a map of the railway network in a minetest world. It is written in Lua 5.1, so it is not compatible with 5.2 or above. You will need a command line lua interpreter to run it, available from the lua project, from the LuaJIT project, or through your package manager on linux.
  
 netmapper produces an SVG file that shows the straight and curved sections of tracks and shades them from blue to red in ascending height (y-coordinate). It also draws yellow circles at the front of trains and black text to indicate their Line Number property next to that circle. You can optionally overlay it on the output of another program like mtmapper for a complete map. netmapper produces an SVG file that shows the straight and curved sections of tracks and shades them from blue to red in ascending height (y-coordinate). It also draws yellow circles at the front of trains and black text to indicate their Line Number property next to that circle. You can optionally overlay it on the output of another program like mtmapper for a complete map.
  
-====== Options ======+===== Options ===== 
 + 
 + 
 <code> <code>
 main.lua [-m file] [-t] [-w file] <datapath> <mapppath> main.lua [-m file] [-t] [-w file] <datapath> <mapppath>
usage/modules/netmapper.txt · Last modified: 2023-12-11 06:09 by blockhead