You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: