daem-on / wtherion

A web-based Therion map editor
https://daem-on.github.io/wtherion/
MIT License
17 stars 2 forks source link

Incorrect Elevation Export Syntax #24

Open kmichael500 opened 1 year ago

kmichael500 commented 1 year ago

When exporting it doesn't add brackets around the argument/value for an elevation scrap

i.e wtherion exports it like this: scrap scrap_profile -scale [0 0 39.3701 0 0 0 1 0 m] -projection elevation 14

when it should be like this: scrap scrap_profile -scale [0 0 39.3701 0 0 0 1 0 m] -projection [elevation 14]