So, I have been playing with the new version of RoomPlan (it is pretty awesome!). However, I found this bug... or, I think it is a bug:
When I get the JSON, I get the following field, for each room:
{
"rooms": [
{
"story": 1,
"floors": [
...
],
"coreModel": "xPNhmdphlnynwusRL92NgUYKht...
...
...
This is kind of annoting, as this is quite a big field. With the coreModel
, the file is 828kB
. When I remove it, it is 267kB
.