It would be good if we have some kind of editor - should be pretty easy to do in JavaScript.
canvas-element to draw scaled map (image) and simple points
parse mex info (x, y, m) from lua, convert coordinates and use 0..1 *canvas.width/height
-
Add click events and nearest spot dedection - right/left to delete/add mex spots, middle click to enter metal value...
-
output as lua-file (in a textbox)
But should we have something like:
User> !mexlayout|!geolayout auto|USERNAME|default|borders|centered
Host success> mex|geo layout changed to -"-
Host failure> no mex|geo layout provided for -"-
Each user could have simultanously up to 3 custom configs.
Admins could copy these to a system-default|borders|centered config.
auto is the automatically generated layout, default the prefered config OR auto as fallback.
If someone wants to implement the server-side code, I would do the Java-script part.