You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be really cool to have different layers that overlay on top of the main map, to display things like pollution and/or the power grid.
Doing this should be relatively easy by just reading the respective data in lua, and emitting SVG files that leaflet could display, although you would have to look up the specifics yourself.
The text was updated successfully, but these errors were encountered:
For power grid, it depends on what would be displayed, but information is not lacking.
I would not export in SVG from the Lua mod, but just instead let the Lua code export the data itself (e.g., pollution per chunk) - and then let the javascript do the rendering in browser (whether it is SVG or something else). I suspect I one difficulty would be aligning things properly to the rendered image below.
it would be really cool to have different layers that overlay on top of the main map, to display things like pollution and/or the power grid.
Doing this should be relatively easy by just reading the respective data in lua, and emitting SVG files that leaflet could display, although you would have to look up the specifics yourself.
The text was updated successfully, but these errors were encountered: