Include notes in Export

My users would like to be able to export Notes. Could it be made so Export Markup also includes the Notes added to the map?
-
Hi Jasper,
I think what you're looking for is the “Project” functionality: https://docs.vertigisstudio.com/webviewer/latest/admin-help/save_load-project.html
I have an app which exports the sketches and notes into a .json file with these custom commands linked to a button action:
[
"project.create",
"system.download-file"
]These can be loaded into the app then with these commands linked to another button action:
[
{
"name": "system.read-file",
"arguments": {
"promptTitle": "language-load-project-prompt-title",
"promptMessage": "language-load-project-prompt-message"
}
},
"project.load"
]Hope this helps!
0 -
Aso wanted here !
Only export markups and location notes. Not all the rest of ‘project’0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
2 commentaires