summaryrefslogtreecommitdiffstats
path: root/src/layers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/layers.cpp')
-rw-r--r--src/layers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layers.cpp b/src/layers.cpp
index 7beb075..c814c22 100644
--- a/src/layers.cpp
+++ b/src/layers.cpp
@@ -182,6 +182,7 @@ json layer::to_json() const {
{"id_min", this->id_min},
{"id_max", this->id_max},
{"name", this->name},
+ {"role", this->role},
{"layer_id", this->layer_id},
{"area", r},
};