I created a new project and added a text annotation. Text annotations don't seem to be handled yet, however, it is possible to add them through the project settings interface.
The problem is that the js code in project.mustache fails when trying to handle text annotations, at this line:
Changing the "Comments" text layer that I had added to vectorial type, fixes the display issue.
Expected behaviour: gracefully ignore the text annotation layer, maybe providing a message (alert?) indicating that text annotation layers are not implemented yet.
I created a new project and added a
text
annotation. Text annotations don't seem to be handled yet, however, it is possible to add them through the project settings interface.The problem is that the js code in
project.mustache
fails when trying to handle text annotations, at this line:Changing the "Comments" text layer that I had added to
vectorial
type, fixes the display issue.Expected behaviour: gracefully ignore the text annotation layer, maybe providing a message (alert?) indicating that text annotation layers are not implemented yet.