That would be great. All the major VTT apps support the format.
Phergus
Recent community posts
Love it!
Going to have a save/export function?
Maybe you could support Universal VTT export? Would make it so that folks could import the maps with wall/door info right into their Virtual Tabletop app.
Just the outline of the flags. They end up with a white outline around them which doesn't always work depending on the palette chosen for the rest.
I extract the individual icons automatically with ImageMagick so I don't actually edit the individual icons normally.
For the curious I use: magick "perilous_icons.png" -crop 400x400 icons.png
The GeoJSON export is a pretty exciting. Haven't looked at the
GeoJSON spec yet but it seems weird to have the bldg coords in an array of arrays with those having a single element that is an array of arrays. Expected the coordinates themselves to be in a JSON object like {"x":0.05; "y":0.03}. But maybe that's the spec.
Also, are the coordinates in unit space? i.e. -1 to +1, x & y, in the "world" plane? Probably an RTFM for the spec question.
Anyway, looking forward to experimenting with bringing the JSON into a VTT and seeing about drawing the city dynamically instead of importing a static image.