Difference between revisions of "Exchange with mobile application"
Jump to navigation
Jump to search
Petr.Bures (talk | contribs) |
Petr.Bures (talk | contribs) m |
||
Line 1: | Line 1: | ||
There are some limitations to Data and template XML file used for exchange data with mobile application: | 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 | * only GUIDs are used to identify items and enumerations | ||
*coordinates X and Y are specified | *coordinates X and Y are specified in GPS coordinates | ||
'''Data file for exchange with mobile application''' | '''Data file for exchange with mobile application''' | ||
* Data file has ZIP format with extension <code>. | * Data file has ZIP format with extension <code>.g5zip</code> | ||
* It must contain XML file with basic specification - | * It must contain XML file with basic specification - Index.xml (Unit system, Language, etc.) | ||
* It must contain templates for various items | * It must contain templates for various items | ||
** ProjectTemplate.xml | ** ProjectTemplate.xml |
Revision as of 13:01, 23 March 2022
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