Exchange with mobile application
Revision as of 13:01, 23 March 2022 by Petr.Bures (talk | contribs)
There are some limitations to Data and template XML file used for exchange data with mobile application:
- only GUIDs are used to identify items and enumerations
- coordinates X and Y are specified in GPS coordinates
Data file for exchange with mobile application
- Data file has ZIP format with extension
.g5zip
- It must contain XML file with basic specification - Index.xml (Unit system, Language, etc.)
- It must contain templates for various items
- ProjectTemplate.xml
- PointsOfInterestTemplate.xml
- FieldTestsTemplate.xml
- It can contain data for various items - media files attachments are specified here (OriginalFilename, OriginalTimeStamp, FileType)
- ProjectData.xml
- PointsOfInterestData.xml
- FieldTestsData.xml
- It can contain media files in various formats, filename is
GUID.EXT
, whereGUID
is unique GUID andEXT
specifies file type