|
@@ -628,7 +628,7 @@ export default {
|
|
|
instance.scale(this.scale);
|
|
|
instance.fillColor = '#000';
|
|
|
instance.item_id = entite.entite ? entite.entite.id : null;
|
|
|
- instance.item_type = entite.entite ? 'entite' : 'hidden_entite';
|
|
|
+ instance.item_type = symbol_name;
|
|
|
instance.is_symbol_instance = true;
|
|
|
g.addChild(instance)
|
|
|
}
|