Modified Spring to be able to dump features.
There is a missionbuilder.lua that goes with this. If you type ".savefeatures" you get output like:
--- cut here ---
features.Load("GeoVent", float3(1172.0, 48.8, 756.0), 1, false)
features.Load("GeoVent", float3(3044.0, 101.3, 644.0), 1, false)
features.Load("GeoVent", float3(2276.0, 39.6, 1796.0), 1, false)
features.Load("GeoVent", float3(2052.0, 54.5, 1828.0), 1, false)
features.Load("GeoVent", float3(1348.0, 42.3, 3108.0), 1, false)
features.Load("GeoVent", float3(3172.0, 59.1, 3316.0), 1, false)
--- cut here ---
(This is for SmallDivide)
Windows Spring build and this missionbuilder available on request.
Note that there's not actually any functionality for creating features yet

but that shouldnt be too hard to add.